@charset "utf-8";
/* CSS Document */


html, body{
	margin: 10px 0;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	background-color:#adafb1;
	background-image:url(images/newhome_bg.gif);
	background-repeat:repeat-y;
	background-position:center top;
}

a{
	color:#000000;
	text-decoration:none;
}
img{
	border:none;
}
a:hover{
	color:#8e0011;
}

div#main{
	width:100%;
	max-width:1165px;
	height:243px;
	padding-top:77px;
	background-image:url(images/main.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	margin:0 auto;
	margin-top:100px;
}

div#panel{
	position:relative;
	width:390px;
	height:165px;
	margin:0 auto;
	padding:15px 20px 30px 50px;
}

div#panel .help{
	position:absolute;
	left:350px;
	top:-15px;
	
}

div#panel .col1{
	display:block;
	float:left;
	height:80%;
	width:250px;
	padding-top:15px;
}

div#panel .col2{
	display:block;
	float:left;
	height:80%;
	width:20px;
	padding-top:15px;
}

div#panel .col3{
	display:block;
	float:left;
	height:80%;
	width:110px;
	color:#8e0011;
	padding-top:15px;
}

div.vsep{
	width:1px;
	height:140px;
	background-color:#000000;
}

div#panel .row{
	text-align:right;
	width:230px;
	margin-bottom:5px;
}

input.text{
	background-image:url(images/textbox.gif);
	border:none;
	border-width:0;
	padding:3px 8px;
	width:140px;
	height:13px;
	font-size:11px;
}
span.textboxtitle{
	font-family:"Arial Narrow", Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
}
span.passwordtitle{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
}


