*{
	margin: 0px;
	padding: 0px;
}

a:link, a:visited, a:active{
	color: #FF0000;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

img{
	border: 0px;
}

.clear{
	clear: both; font-size: 1px;
}

body{ 
	background: #ffffff url(../img/login/background.jpg) top center no-repeat;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}

.clear{
	clear: both;
	font-size: 1px;
}

.header{
	height: 177px;
	background:url(../img/login/header-background.png) repeat-x top left;
}

.content{
	background: #ffffff;
}

.container{
	width: 840px;
	text-align: left;
	margin: auto;
}

.content .container{
	background:url(../img/login/background-container.gif) repeat-y top left;
}

.header .container img{
	margin-top: 77px;
}

/* LEFT COL */

.leftcol{
	width: 580px;
	float: left;
}

h1{
	background: #333333;
	border-right: 3px solid #FC0E25;
	color:#FFFFFF;
	font-size: 100%;
	font-weight: normal;
	padding: 10px 20px 10px 20px;
}

h1 span{
	font-size: 85%;
	font-weight: bold;
}

.leftinfo{
	border-bottom: 1px dotted #666666;
}

.blue{
	border-right: 3px solid #006699;
}

.green{
	border-right: 3px solid #339966;
}

.orange{
	border-right: 3px solid #ff6600;
}

.leftinfo .right{
	float: left;
	width: 236px;
	margin-left: 20px;
	margin-top: 20px;
}

.leftinfo .left{
	float: left;
	width: 236px;
	margin-left: 10px;
	margin-top: 20px;
}

.leftinfo p{
	font-size: 70%;
	margin: 20px 10px 20px 0px;
}

/* RIGHT COL */

.rightcol{
	width: 260px;
	float: left;
}

.space{
	height: 5px;
}

.dottedline{
	border-bottom: dotted 1px #666666;
	border-top: 0px;
	border-right: 0px;
	border-left: 0px;
	clear: both;
}

.rightcol p{
	font-size: 65%; margin: 10px 40px 10px 10px; font-weight: bold;
}

.login{
	background: url(../img/login/login-background.jpg) repeat-x top left #e2e2e2;
}

.login .left{
	width: 55px;
	float: left;
	font-size: 70%;
	padding: 5px 5px 5px 10px;
}

.login .right{
	width: 142px;
	float: left;
	font-size: 65%;
	padding: 2px 0px 0px 0px;
	background:url(../img/login/textinputdropshadow.jpg) bottom right no-repeat;
	height: 22px;
}

.login .input{
	width: 132px;
	font-size: 100%;
	background:url(../img/login/textinputbg.jpg) repeat-x;
	border: 1px solid #ffffff;
	padding: 2px;
}

.login .remember{
	font-size: 70%; 
	width: 209px; 
	text-align:right;
	margin-bottom: 10px;
	float: left;
}

.login .submitbutton{
	width: 36px; 
	height: 27px; 
	background:url(../img/login/submitdropshadow.jpg) no-repeat;
	float: left;
	margin-top: -29px;
}

.login .submit{
	background:url(../img/login/submitbg.jpg) repeat-x top left;
	border: 1px solid #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 65%; font-weight: bold;
	padding: 2px; margin: 3px 0px 0px 3px;
}

.login img{
	margin-left: 10px;
}

.inforight{
	background-color: #f5f5f5;
}

.inforight ul{
	margin: 5px 10px 5px 35px;
	font-size: 75%;
}

.inforight li{
	margin-bottom: 10px;
	list-style-image:url(../img/login/littleblackbullet.gif);
}
