/* CSS Document */
*{
	margin:0 auto;
	padding:0;
	
}

body{
	background:url(../../assets/images/background.png) top center;
	background-attachment:fixed;
	margin:0px;	
}


#login_area{
	width:378px;
	height:auto;
	background:url(../../assets/images/loginbg.png) repeat-y;
	margin:0 auto;
	border-radius:8px;
	padding-bottom:20px;
}

#login{
	width:358px;
	height:30px;
	padding:10px;
	
}

#login h3{
	font-size:25px;
	font-family: 'Open Sans', sans-serif;
	color:#595959;
	text-align:center;
	font-weight:400;
	
}

#heading_two{
	width:358px;
	height:30px;
	padding:10px;
	
	
}

#heading_two h4{
	font-size:15px;
	font-family: 'Open Sans', sans-serif;
	color:#595959;
	text-align:center;
	font-weight:400;
	
}


.box_area{
	width:358px;
	height:69px;
	padding:10px;
	
}
.box1{
	width:358px;
	height:25px;
	clear:both;
}

.box1 label{
	font-size:15px;
	font-family: 'Open Sans', sans-serif;
	color:#595959;
	text-align:center;
	font-weight:400;
	float:left;
	text-indent:5px;
	margin-left: 10px;
	
}

.box2{
	width:358px;
	height:40px;
	clear:both;
	
}

.box2 input{
	font-size:14px;
	font-family: 'Open Sans', sans-serif;
	color:#595959;
	/*text-align:center;*/
	font-weight:400;
	width:315px;
	height:35px;
	background:#FFF;
	border-radius:5px;
	border:1px solid #adadad;
	margin: 0 0 0 10px;
	padding-left: 5px;
	
}

#header_area{
	width:98%;
	height:60px;
	margin:1%;
	
}

#logo{
	width:170px;
	height:60px;
	float:left;
	
}

#pay{
	
	width:170px;
	height:60px;
	float:right;
	
}
.forgotLink{
	border-radius:5px;
	border:1px solid #adadad;
	width: 302px;
	padding: 7px;
	background:#FFFFFF;
	margin: 0 0 0 20px;
}
.forgotLink a{
	color:#c04848;
	font-size:15px;
	font-family: 'Open Sans', sans-serif;
	text-decoration:none;
	
}
.forgotPasswordContent{
	border-radius:5px;
	width: 346px;
	padding: 6px;
	margin:0 auto;
	margin-top:31px;
}

.box{
	width:300px;
	height:30px;
	margin: 0px;
}

.box3{
	width:76px;
	height:30px;
	float:left;
	padding: 5px;
}
.box3 label{
	font-size:15px;
	font-family: 'Open Sans', sans-serif;
	color:#595959;
	text-align:center;
	font-weight:400;
	float:left;
	text-indent:5px;
	
}

.box4{
	width:200px;
	height:30px;
	float:left;
	
}

.box4 input{
	font-size:14px;
	font-family: 'Open Sans', sans-serif;
	color:#595959;
	/*text-align:center;*/
	font-weight:400;
	width:200px;
	height:24px;
	background:#FFF;
	border-radius:5px;
	border:1px solid #adadad;
	padding-left: 5px;
	
}

.errormsgdiv{
	margin-left:20px;
	
}

.errormsg{
	color:#CC0000;
	font-size:15px;
	font-family: 'Open Sans', sans-serif;
	font-weight:300;
	text-indent:5px;
	
}
.button_area{
	height: 30px;
	padding: 20px;
}
.button_area input{
	width:80px;
	height:30px;
	padding:5px 10px;
	background:url(../../assets/images/button_bg.png) repeat-x #ffe08d;
	border-radius:4px;
	text-align:center;
	color:#000;
	border: none;
	float: right;
	margin-right: 24px;
	cursor:pointer;
	border:1px solid #f3cb66;
	border-radius:5px;
}
#closebutton{
	float:right;
	cursor:pointer;
}
