body{
	font-family: Arial, Helvetica, sans-serif;
	margin:0px;
	font-size:14px;
}
p{
	clear:left;

}
.header {
	background-image: url(../images/login/background_header.gif);
	background-repeat: repeat-x;
	height: 52px;
}
.logo {
	background-image: url(../images/login/logo.gif);
	height: 104px;
	margin-top: 20px;
	background-repeat: no-repeat;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	width: 372px;
	margin-bottom: 10px;
}

.container {
	text-align: center;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
.bottomleft {
	float: left;
	width: 13px;
	height: 14px;
	background-image: url(../images/login/botton_left.jpg);
}
.bottomcenter {
	background-image: url(../images/login/bottom_border.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 14px;
	width: 423px;
	float: left;
	background-color: #f1f1f3;
}
.banners {
	background-image: url(../images/login/banners.jpg);
	height: 57px;
	width: 421px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 20px;
	clear: left;
}
.copyright {
	clear: left;
	margin-right: auto;
	margin-left: auto;
	width: 450px;
	color:#666;
	font-size:10px;
	text-align:center;
}

.bottomright {
	background-image: url(../images/login/botton_right.jpg);
	float: left;
	height: 14px;
	width: 14px;
}

.back a{
	text-transform: uppercase;
	float: left;
	margin-top: 15px;
	color: #f90006;
	text-decoration:none;
}
.contact a{
	text-transform: uppercase;
	float: right;
	margin-top: 15px;
	color: #f90006;
	text-decoration:none;
}
.box {
	width: 450px;
	margin-right: auto;
	margin-left: auto;
}
.topleft {
	background-image: url(../images/login/top_left.jpg);
	height: 44px;
	width: 13px;
	float: left;
}
.topright {
	background-image: url(../images/login/top_right.jpg);
	float: left;
	height: 44px;
	width: 15px;
}
.title {
	background-image: url(../images/login/back_box_title.gif);
	float: left;
	height: 34px;
	width: 422px;
	padding-top: 10px;
}
.toptitle {
	float: left;
	color: #FFF;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	padding-left: 10px;
}
.version {
	float: right;
	padding-right: 10px;
	color: #FFF;
	font-size: 14px;
}
.borderleft {
	background-image: url(../images/login/border.gif);
	background-repeat: repeat-y;
	float: left;
	width:450px;
	background-color: #f1f1f3;
}
.borderright {
	background-image: url(../images/login/border.gif);
	background-repeat: repeat-y;
	float: right;
	width:450px;
	background-position:right;
}
.boxbody {
	padding-right: 45px;
	padding-left: 45px;
}
.formleft {
	text-transform: uppercase;
	float: left;
	width: 120px;
	margin-top:10px;
	margin-bottom:10px;
	font-size:14px;
	height:20px;
	vertical-align:middle;
}
.captcha {
	background-image: url(../images/login/captcha.jpg);
	height: 150px;
	width: 370px;
	text-align: center;
}
.button {
	background-image: url(../images/login/button.jpg);
	height: 22px;
	width: 172px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	vertical-align: middle;
	cursor:pointer;
	padding-top:5px;
	text-transform:uppercase;
	color: #FFF;
	font-weight: bold;
	margin-top: 10px;
}

.formright {
	float: left;
	width: 230px;
	margin-top:10px;
	margin-bottom:10px;
	height:20px;
}
.formright input{
	width:100%;
}

.textcaptcha{
	font-size:12px;
}
