@CHARSET "UTF-8";

.mailtoAdminHref{
	float: right;
	color: black;
	font-size: 0.8em;
	font-weight: bold;
	margin-bottom: 10px;
}
html{
	width: 100%;
	height: 100%;
}
body{
	margin:0;
	padding:0;
	background-color: #F3F3F3;
	width: 100%;
	height: 100%;
}

#contentWindowBox {
	padding: 20px;
	z-index: 1000;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	background: #466270;
	color: white;
}

.loginError{
	background-color: #ffcc00;
	font-size: 14px;
	font-weight: 600;
	padding:10px;
	margin: 10px 0;
	color: darkred;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.pageHolder{
	width: auto;
	max-width: 700px;
	background:#F3F3F3;
	position:absolute; 
	margin:auto;
	font-family: Arial;
	padding: 20px;
}
.pageHolder hr{
	display: none;
}

.loginSubmit img{
	margin-bottom:-2px;
	margin-left:10px;	
} 
.loginSubmit{
	background: #59727f none repeat scroll 0 0;
    border: medium none;
    -webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
    color: #ffffff;
    cursor: pointer;
	font-weight: bold;
	
	height: 30px;
	padding: 0 20px;
	margin: 0;
	white-space: nowrap;
	text-align: center;
}

.loginSubmit:HOVER,body .loginSubmitSelected {
	background: #4fa684;
} 


.LoginCaption{
	font-weight: bold;
/* 	width: 100%;	 */
	padding-right: 20px; 	
}

.pageHolder h2{
	margin:10px 0;
	white-space: normal;
}

.pageHolder table{
	width: 100%;	
}
.loginUsername {
	margin-bottom: 5px;
	border-spacing: 0;
}
.LoginTD{
	text-align: right;
}

.loginInput{
	font-size: 14px;
    font-weight: 600;
    height: 20px;
	padding: 7px 9px;
	margin:5px 0;
	width: 380px;
	float: right;
}

.LoginCreds{
	position: absolute;
	bottom: 10px;
	right: 10px;
	font:normal 11px Arial;
	color:#716D71;
}
.logo-new-skin {
	position: absolute;
	bottom: 10px;
	left: 15px;
}
.logo-new-skin a {
	margin-left: 10px;
	color: #59727f;	
	font:normal 12px Arial;
	text-decoration: none;
}

a.forgotPassword , a.forgotPassword:HOVER , a.forgotPassword:VISITED{
	font-size: small;
	text-decoration: none;
	color: #ffffff;
	padding-top: 5px;
}

div.recoveryInfoText{
	margin-top: 15px;
	margin-bottom: 30px;
	width: 500px;
}

div.linkAccessErrorText{
	margin-top: 15px;
	margin-bottom: 30px;
	width: 500px;
}


.passwordCaption{
	font-weight: bold;
	width: 100%;	
	white-space: nowrap;
}