@charset "utf-8";
/* CSS Document */


*{
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	margin:0 auto;
	color: #003366;
}

body{
	background-image: url(../images/portal_back1200X500.jpg);
	background-repeat: repeat-x;
	background-color:#ffffff;
	margin: 0 auto;
}

#wrapper{
	margin:0 auto;	
	width: 400px;

}           

#portal_wrapper{		
	width: 400px;
	float:left;
}
#logo a{
	width:258px;
	height:94px;
	float: right;
	margin-right: -70px;
	position:relative;
	border: none;
	background-image:url(../images/portal_logo.jpg);
}
#logo a:hover{
	width:258px;
	height:94px;
	float: right;
	margin-right: -70px;
	position:relative;
	border: none;
	background-image:url(../images/portal_logoh.jpg);
}
#portal_body{
	width:400px;
	height: 250px;
	float: left;
	background:url(../images/portal_strip.jpg);
	background-repeat:repeat-x;

}

#portal_left{
	float: left;
	width: 10px;
	height: 250px;
}

#portal_right{
	float: right;
	width: 10px;
	height: 250px;
}

#title{
	float: left;
	margin:10px 10px 3px 10px;
	font-size: 18px;
}
#gray_text{
	float: left;
	font-size:10px;
	color:#838587;
	text-align:center;
	width: 380px;
	margin-bottom:5px;
}
.label{
	float: left;
	width:380px;
	text-align:center;
	font-size:10px;
	margin-top:8px;
	height: 12px;
}
.input_field{
	width: 240px;
	height:20px;	
	float:right;
	padding: 5px 75px 3px 0px;

}
.input_field input{
	width: 218px;
	height:16px;
	border: 1px solid #bfc0c1;
	float:left;
	padding: 2px 10px 0px 10px;
	text-align:center;
	

}

#blue_text{
	float: left;
	width: 380px;
	text-align:center;
	font-size: 11px;
	margin-top:10px;
}

#button_connect{
	margin-top:15px;
	width: 270px;
	height:30px;	
	float:left;
	padding-left:110px;
}

#button_connect input{
	width: 150px;
	height:30px;	
	text-align:center;
	float:left;
	text-decoration:none;
	font-size:14px;
	color:#0c5dae;
	background: url(../images/button_connect.jpg);
	border:none;
	cursor:pointer;
	
	
}

#button_connect input:hover{
	background: url(../images/button_connecth.jpg);
	color:#003366;
	
}

#footer{	
	float: left;
	text-align:center;
	color:#8b8d8f;
	font-size:9px;
	width:380px;
	margin-top:5px;
	line-height:10px;
}
#footer a{	
	text-align:center;
	color: #333333;
	font-size:9px;
	text-decoration:none;	
}
#footer a:hover{		
	text-decoration: underline;	
}

