﻿*{
	margin:0;
	padding:0;
}

body{
	background:#ffffff;
	text-align:center;
	font-family:helvetica, arial, sans-serif;
	font-size:12px;
	color:#82848b;
}
	
a{
	color:#82848b;
	text-decoration:none;
}
	
.hidden{
	display:none;
	margin:0;
	padding:0;
}
	
#container{
	width:760px;
	margin:0 auto;
	text-align:left;
	position:relative;
	
}
	
.loginBox{
	width:461px;
	margin:0 auto;
	text-align:left;
	background:url(/images/loginoxBg.gif) repeat-y;
	margin-top:30px;
	position:relative;
}
	
.loginBox h1{
	width:461px;
	height:85px;
	background:url(/images/loginHeader1.gif) no-repeat;
}

.loginBox p{
	background:#E7F2FC;
	margin:0 25px;
	padding:0px 20px 0 20px;
	clear:both;
}
	
.loginBox label{
	font-weight:bold;
	display:block;
	float:left;
	width:150px;
}
	
.loginBox label small{
	display:block;
}
	
.loginBox input{
	font-size:12px;
	display:block;
	float:left;
	width:200px;
	margin:0;
}		
	
.loginBox .btnBox{
	padding-left:170px;
	padding-bottom:0px;
	background-image:url(/images/loginInnerFooter.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
}
	
	
.loginBox ul{
	margin:0;	
	padding: 20px 25px 35px 195px;
	background:url(/images/loginFooter.gif) no-repeat bottom left;
}
	
.loginBox li{
	list-style-type:none;
	margin:0;
	padding:0;
}
	
.loginBox li a{	
	background:url(/images/btn.gif) no-repeat 0 -19px;
	padding: 5px 0 0px 20px;	
	margin:0;
	display:block;
}

.loginBox li a:hover{	
	background-position:0 0;
}
	
a.button1, a.round_button1 {
	display: block;
	background-repeat:no-repeat;
	color: #7A7D84;
	font-weight: bold;
	font-size: 12px;
	vertical-align: middle;
	cursor: hand;
	min-width:100px;
	width:auto !important;
	width:100px;
	float:left;
	margin-right:5px;
}


a.round_button1 {
	background:url(/images/button_left.gif) no-repeat 0 -29px;
	display:block;
}

a.round_button1:hover{
	background-position:0 0;
}

a.round_button1 .round_button2{
	cursor: hand;
	margin:0;
	margin-left: 10px;
	background:url(/images/button_right.gif) no-repeat right -29px;
	height: 29px;
	line-height: 28px;
	display:block;
	width:auto;
}

a.round_button1:hover .round_button2{
	background-position:right 0;
}

a.round_button1 .round_button3{
	text-align: center;
	vertical-align: middle;
	cursor: hand;
	height: 29px;
	line-height: 28px;
	margin-right: 10px;
	background:url(/images/button_bg_tile.gif) 0 -29px repeat-x;
	display:block;
	min-width:80px;
	width:auto !important;
	width:80px;
}

a.round_button1:hover .round_button3{
	background-position:0 0;
}


.errorWrap{
clear: both; font-size: 14px; font-weight: bold; text-align:center; 
}
.errorWrap p{
	height:1%;
	}