@charset "utf-8";

*{
margin:0;
padding:0;
}
body {
	width:100%;
	/*padding: 16px 0 0 0;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
}

a {
	color: #537CAF;
	text-decoration: none;
}
a:hover {color: #bfd8f6;
text-decoration: none;
}

span {display: none;}
img {border: none;}
ul {list-style-type: none;}
li {list-style-type: none;}
p {margin: 1px 0px 5px;text-align: left;}

input{
	background-color:#FFFFFF;
	color:#555;
	border: 1px solid #555;
}
#header_black{
background-color:#666666;
height:40px;
font-size:30px;
color:#FFFFFF;
text-align:center;
margin-bottom:5px;
}
.header_left{
	height:170px;
	float:left;
	width:30%;
}
.header_right{
	height:170px;
	float:left;
	width:70%;
}
#header{
width:100%;
margin-bottom:1px;
}

#header_container {
	margin-bottom: 12px;
	border: 1px solid #fff;
	background-color: #537caf;
	width:550px;
	margin-left:auto;
	margin-right:auto;
}


#header_welcome {
	text-align: center;
	margin: 3px 0 3px 3px;
}
#header_welcome  h1 {
	padding: 3px 0px 0px;
	font-size: 14px;
	color: #FFFFFF;
}


#container {
	margin: 1px auto;
	width: 550px;
	height:250px;
	padding-top: 20px;
}
#form_left{
float:left;
width:50%;
}

#container #form{
	float:right;
	width:50%;
	margin: 1px auto;
	width: 280px;
	height:180px;
	padding-top: 20px;
	background-image: url(../images/logo_bg.gif);
	background-repeat: no-repeat;

}


.footer{
	height:100%;
	margin-left:auto;
	margin-right:auto;
	width:500px;
	text-align: center;
	padding-top: 15px;
}

