div#browser_error {
	background-color: #ff0000;
	color: #ffffff;
	font-size: 16px;
	}

div#login {
	position:absolute;
	width:300px;
	left:50%;
	margin-left:-150px;
	top:50%;
	margin-top:-150px;
	/*border: 1px solid #e0e0e0;*/
	}
div#login a {
	/*text-decoration: none;*/
	color: #000000;	
	}
div#login a:hover{
	color: fe34de;
	}
div#login header {
	height: 18px;
	background-color: #c0c0c0;
	padding: 4px;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 14px;
	}

div#login header a {
	float: right;
	display: block;
	padding: 10px;
	text-decoration: none;
	background-repeat:no-repeat;
	background-image: url(../img/pdf_25.png);
	}
	
div#login section {
	display: block;
	height: 100px;
	padding-top: 5px;
	background-color: #e0e0e0;
	background-repeat:no-repeat;							
	background-position: left bottom;							
	/*background-image: url(../img/login_lock.png);	*/
	}

div#login div.form_nextitem{
	clear: both;
	height: 6px;
	}

div#login div.form_caption{
	float: left;
	padding-left: 5px;
	width: 33%;
	margin-top: 6px;
	}

div#login input{
	float: right;
	width: 55%;
	margin: 5px;
	margin-right: 10px;
	}