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

/* DEFAULT */

body {
	background-color: #e8f1fb;
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 130%;
}


hr{
	border:0;
	border-bottom:1px solid #d9d9d9;
	clear:both;
	}

img{
	border:none;
	padding:0;
	margin:0;
}

form{	
	padding:0;
	margin:0;
}

p{
	padding:0px 0px 20px;
	margin:0;
	line-height: 200%;
}

li{
	padding:6px;
}

h1{
	font-weight:normal;
	font-size:1.8em;
	padding:0px 0px 10px;
	margin:0 0 15px;
	line-height:normal;
	font-family:Arial, Georgia, "Times New Roman", Times, serif;
}

h2{
	font-weight:normal;
	font-size:1.6em;
	padding:0px 0px 20px;
	margin:0;
	line-height:normal;
	font-family:Arial, Georgia, "Times New Roman", Times, serif;
}
h3{
	font-weight:normal;
	font-size:1.1em;
	padding:0px 0px 20px;
	margin:0;
	line-height:normal;
	font-family:Arial, Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}
h4{
	font-weight:normal;
	font-size:1.1em;
	padding:0px 0px 20px;
	margin:0;
	line-height:normal;
	font-family:Arial, Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}
h5{
	font-weight:normal;
	font-size:1em;
	padding:0px 0px 20px;
	margin:0;
	line-height:normal;
	font-family:Arial, Georgia, "Times New Roman", Times, serif;
	text-align: center; 
}

a:link{
	text-decoration:none;
	color:#8e0000;
	font-size:12px;
}
a:visited{
	text-decoration:none;
	color:#8e0000;
	font-size:12px;
}
a:hover{
	text-decoration:underline;
	color:#8e0000;
	font-size:12px;
}
a:active{
	text-decoration:underline;
	color:#8e0000;
	font-size:12px;
}

.clear { clear: both; }

.check{
	padding:0;
	margin:0;
}

.check li{
	padding:0;
	margin:0;
	list-style:none;
}

/* END OF DEFAULT */

#main { width: 500px; height: auto; margin: 0 auto; padding-top: 40px; }

h1 a { 	
	background: url(../images/loginLOGO.png) no-repeat center;
	width: 251px;
	height: 135px;
	text-align: center;
	display: block;
	margin: 0 auto;
}

h1 span { position: absolute; top: -999em; }

#login { background: url(../images/loginBG.png) no-repeat; width: 443px; height: 412px; margin: 0 auto; }

#form-cont { padding: 70px 87px; color: #424242; }

#form-cont p { padding-bottom: 10px; }

input { font-size: 24px; }

#login-button { background: url(../images/loginBUTTON.png) no-repeat; width: 108px; height: 40px; border: none; float: right; }

#login-button:active { background-position: 0 -40px; }

#login-button:hover { cursor: pointer; }
