#login_form_box {
	float: left;
	padding:39px 10px 13px 41px;
	overflow:hidden; 
	width:325px; 
	height: 353px;
	min-height:353px; 
	font-size:12px;  
	line-height:14px; 
	color:#666666;
	background-color: #ffffff;
	margin-right:10px;
}

.inputbox {
	background: transparent;
	position:relative;
	padding-bottom:15px; 
	margin-left:-40px;
}

#signupbox{
	border-top: 1px dotted #cccccc;
	padding: 20px 0 0 0;
	margin: 0 0 0 0;
	font-size:12px;
	width: 284px;
}

a {
	padding-left:10px;
	text-decoration:none;
	margin-top:8px;
	color:#356FB6;
	background-color:#FFFFFF; /* required for ie6 */
}

a:hover {
	color:#FF0000;
	text-decoration:underline;
}


#loginpage .content{
	min-height: 420px;
	padding: 0px;
}

.loginError {color:#ff0000; width:310px; padding-bottom:10px; text-align:center;}
#login_form_box { border: 3px solid #0e9ecf ; }
#login_form_box{ border-radius: 18px; -moz-border-radius:18px; -webkit-border-radius:18px; }


html, body, div, span, p {
    margin: 0;
    padding: 0;
    border: 0;
}

body {
    color: black;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	text-align: center;
}

#pagewrap {
    width: 955px;
    margin: 0 auto;
    text-align: left;
}

#headerwrap {
	height:90px;
	padding-bottom:0px !important;
	text-align:left;
	width:955px;
} 

#header {
	width:955px;
	height:76px;
	margin-top: 6px;
	margin-right:0px;
	float: left;
}

.pageTitle {
	font-size: 20pt;
}

#headertext {
	font-size:12px;
	margin:30px 0 0;
	width:920px;
	text-align: right;
	z-index:10;
	position: relative;
}


#headertext a {
	background-color: transparent;
	text-decoration:none; 
}
#headertext a:hover { 
	text-decoration:underline; 
}


#contentwrap {
    width:895px;
    overflow: visible;
	padding: 36px 30px 30px 30px;
} 

#loginpage .content{
	padding: 0px;
}

.content{
	background-color: #ffffff;
	border: 1px solid #e3edf4;
	padding: 10px 10px 10px 10px;
}



.glow, .loginInputBox, .loginStyledInputBox{
	background:#FAFAFA none repeat scroll 0 0;
	border:1px solid #ddd;
	font-size:14px;
	line-height:20px;
	margin:10;
	padding:3px;
}

.glow, .loginInputBox{
	width:280px; 
}

.glow:focus {
	box-shadow: 0 0 8px rgba(108, 196, 227, 0.5);
	-moz-box-shadow: 0 0 8px rgba(108, 196, 227, 0.5);
	-webkit-box-shadow: 0 0 8px rgba(108, 196, 227, 0.5);		    
	background: none repeat scroll 0 0 #F0F8FE;
    border-color: rgba(108, 196, 227, 0.75) !important;
    outline: medium none;
}


#header {background-color: #0e9ecf;border-radius: 10px;-moz-border-radius:10px;-webkit-border-radius:10px;}
#headertext, #headertext a {color: #ffffff;}
#contentwrap, .content{border-radius: 18px;-moz-border-radius:18px;-webkit-border-radius:18px;}
#loginpage .content, 

