#coverArea {
	width: 750px;
	height: 120px;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}

#coverArea-photo {
	/*background-image: url('../headers/diesnatalis55.jpg');*/
	width: 545px;
	height: 110px;
	float: left;
	overflow: hidden;
}

#coverArea-photo img {
	padding: 0px;
	margin: 0px;
	width: 545px;
	height: 110px;
}

#coverArea-login {
	height: 110px;
	width: 205px;
	overflow: hidden;
	
	color: #ffffff;
	background-color: #aab3b5;
	/*background-image: url('../images/coverArea-login-background.gif');
	background-position: top left;
	background-repeat: no-repeat;*/
	
	
	float: right;
}

#coverArea-login h2 {
	color: #122d71;
	
	margin: 10px 0px 0px 15px;
	font-family: 'Trebuchet MS';
	font-size: 12pt;
	
}

#coverArea-login h3 {
	color: #ffffff;
	margin: 7px 0px 0px 25px;
	font-family: 'Trebuchet MS';
	font-size: 12pt;
}

#coverArea-login h4 {
	color: #ffffff;
	margin: 0px 0px 0px 25px;
	font-family: Tahoma, Arial, Geneva, sans-serif;
	font-size: 7pt;
	text-transform: uppercase;
}

#coverArea-login h5 {
	color: #122d71;
	margin: 10px 0px 0px 15px;
	font-family: 'Trebuchet MS';
	font-size: 8pt;
}

#coverArea-login hr {
	margin: 15px 0px 0px 20px;
	height: 1px;

	border-collapse: collapse;
	border-top: #d1d5d6 1px solid;
	border-bottom: none;
	border-left : none;
	border-right: none;
	
	text-align: left;
	
}

#coverArea-login-info {
	margin: 2px 20px 10px 15px;
	overflow: hidden;
	text-align: right;
	line-height: 1.5em;
}

#coverArea-login-info a {
	color: #122d71;
	font-weight: bold;
	text-decoration: none;
}

#coverArea-login-info a:hover {
	color: #ffc600;
}

#coverArea-shadow {
	width: 750px;
	height: 10px;
	
	background-color: #ffffff;
	background-image: url('../images/coverArea-shadow.gif');
	margin: 0px;
	padding: 0px;
	
	clear: both;
	overflow: hidden;
}

#coverArea-shadow-right {
	width: 209px;
	height: 14px;
	/*background-color: #7f888b;
	background-image: url('../images/coverArea-shadow-right.gif');*/
	margin: 0px;
	padding: 0px;
	float: right;
}

.login-label {
	width: 60px;
	float:left;
	font-weight: bold;
	vertical-align: middle;
	margin: 0px 0px 0px 0px;
	padding: 4px 0px 0px 20px;
}

.login-button {
	/*margin: 0px 0px 0px 76px;*/
}

.login-form {
	width: 100px;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 8pt;	
	margin: 2px 0px;
	border: none;
	!important; 
}

fieldset{
	border: none; !important; 
}
