body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
form, input{
	margin: 0;
	padding: 0;
}
.fleft{
	float: left;
}
.fright{
	float: right;
}
.fclear{
	clear: both;
}
.oneColElsCtr #container {
	width: 579px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.oneColElsCtr #mainContent {
	width: 579px;
	background-image: url("images/login_background.jpg");
	background-repeat: no-repeat;
}

#window{
	
}
#window .tl{
	background-image: url("images/window_tl.gif");
	background-repeat: no-repeat;
	background-position: left;
	padding: 0;
}
#window .tr{
	background-image: url("images/window_tr.gif");
	background-repeat: no-repeat;
	background-position: right;
	padding: 0;
}
#window .tc{
	background-image: url("images/window_tc.gif");
	background-repeat: repeat-x;
	height: 2px;
	margin: 0 2px 0 2px;
}
#window .m{
	background-image: url("images/window_m.jpg");
	background-repeat: repeat-x;
	background-color: #41698a;
}
#window .m form{
	padding: 0 25px 0 25px;
}
#window .m p{
   font-size: 12px;
   color: #FFF;
   margin: 0 0 0 30px;
}
#window .m a{
   color: #FFF;
}
#window .bl{
	background-image: url("images/window_bl.gif");
	background-repeat: no-repeat;
	background-position: left;
	padding: 0;
}
#window .br{
	background-image: url("images/window_br.gif");
	background-repeat: no-repeat;
	background-position: right;
	padding: 0;
}
#window .bc{
	background-image: url("images/window_bc.gif");
	background-repeat: repeat-x;
	height: 2px;
	margin: 0 2px 0 2px;
}
#window h3{
	margin: 0;
	color: #FFF;
	padding: 18px 0 8px 28px;
}
#window h1{
	margin: 0;
	color: #FFF;
	padding: 18px 0 8px 28px;
}
#window .titleLine{
	height: 5px;
	background-image: url("images/title_line.jpg");
}
#window .text{
	width: 245px;
	height: 25px;
	background-image: url("images/input.jpg");
	background-repeat: no-repeat;
	color: #6C6C6C;
	font: 12px Verdana;
	text-indent: 5px;
	border:0 none;
	margin:0;
	padding:15px 15px 10px 10px;
float:left;


}
#window .formitem{
	margin: 15px 0 0 0;
}
#window .label{
	width: 160px;
	height: 50px;
	background-image: url("images/label.jpg");
	float: left;
	line-height: 50px;
	padding: 0 0 0 20px;
	color: #666;
	font-size: 14px;
}
#window span{
	color: #FFF;
	font-size: 10px;
	padding: 0 20px 0 20px;
}
#window .button{
	width: 269px;
	height: 50px;
	background-image: url("images/button.jpg");
	border: none 0;
	color: #FFF;
	font-size: 14px;
	margin: 20px 0 20px 0;
}
#window .button2{
	width: 129px;
	height: 50px;
	background-image: url("images/button2.jpg");
	border: none 0;
	color: #FFF;
	font-size: 14px;
	margin: 20px 0 20px 0;
}
#window #message{
	color: #FFF;
	text-align: center;
	margin: 20px;
}
#window #message span{
	width: 308px;
	font-size: 12px;
	margin: 0;
	padding: 0;
}
#window #message a{
	color: #fff;
	text-decoration: underline;
}
#window #message a:hover{
	text-decoration: underline;
}
