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

td {
	vertical-align: top;

}

div.welcome h1 {
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 28px;
	color: #006500;
	

}

div.login-top {
	
	background: url(../images/login-bg1.png) no-repeat;
	height: 9px;
}

div.login-form {
	background-color: #efefef;
	width: 400px;
	height: 200px;

}

div.login-form h1 {
	
	font: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #006500;
	margin-top: 0px;
}

div.login-bottom {

	background: url(../images/login-bg2.png) no-repeat;
	height: 10px;
}


div.login-form table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	
}

div.login-form td {
	padding-left:20px;
	padding-right: 20px;
}

div.login-form a {

	font-size:11px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#0033CC;
	
	text-decoration: none
}

div.login-form a:hover {

	text-decoration: underline;

}

div.login-form td.spacer {

	padding-bottom: 10px;
}

div.info-top {

	background: url(../images/info-top.png) no-repeat;
	height: 14px;
	
}

div.info {

	background: #FFFFFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	width: 548px;
	border: 1px solid #dddddd;
	border-top: none;
	border-bottom: none;
	margin-right: 20px;
	height: 190px;
}


div.info li {
	display: marker;
	font-size: 12px;
	margin-left: 20px;	
		
}

div.info-bottom {
	
	background: url(../images/info-bottom.png) no-repeat;
	width: 550px;
	height: 14px;
		
}



div.info h1 {
	
	font: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #006500;
	margin: 0px;
	padding: 10px;
}


div.info h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-left: 10px;
	font-size: 12px;
	margin: 0px;
	margin-bottom: 5px;

}

input.login_btn {
	margin-top:5px;
	margin-bottom:5px;

	background: url(../images/loginbtn.png) no-repeat;
	border: none;
	width: 120px;
	height: 25px;
}
