/********************************      Login Page     ********************************/

body {background: url(../../img/backend/login_page/ellipse.jpg) no-repeat center top #000;}

html {
	overflow-y: auto;
}

html, body#loginPage {
	
	width: auto;
	height: 100%;
	font-family: Arial, sans-serif;
	font-size: 14px;
}

div#contentLoginPage {
	
	text-align: left;
	padding-top: 126px;
	
}

div#contentLoginPage p { padding-left: 13px; }

div#loginPanel {
	margin:0 auto;
	width: 385px;
	padding:0;
	line-height: 1;
}

div#headerLoginPanel {
	width:385px;
	height: 32px;
	line-height: 32px;
	background: url(../../img/backend/login_page/bg_header.png) repeat-x;
	font-weight: bold;
	color:#fff;	
}

div#headerLoginPanel p { text-transform: uppercase; }


div#errorLoginPanel { background: #990000 url(../../img/backend/login_page/bg_error_mesage.png) repeat-x; }

 div#errorLoginPanel div.error,  div#errorLoginPanel div.msg {
	width:385px;
	color: #fff;
	border: 0 none;
	margin: auto 0;
	padding: 6px 0;
	background: transparent;
	
}


div#errorLoginPanel  div.error p { line-height: 18px;	font-weight: normal; }

.errorLoginPage {
	height: 100%;
	line-height: 1.1;
}

div#contentLoginPanel {
	width:385px;
	height: 163px;
	background: url(../../img/backend/login_page/bg_panel_full.png) repeat-x;	
	font-weight: bold;
	color: #4b4b4b;
}

div#contentLoginPanel form {
	width:385px;
	height: 163px;	
}

div#contentLoginPanel form fieldset {
	padding-top: 9px;
}

div#contentLoginPanel p {
	margin-bottom: 12px;
}
div#contentLoginPanel label, div#contentLoginPanel input.buttonLoginPanel { text-transform: uppercase; }



div#contentLoginPanel input.textInput {
	width:166px !important;
	height: 23px;
	border: 1px solid #666;
	padding:0 2px;
}

div#contentLoginPanel input.errorInput {
	border: 1px solid #cc0000;
}

.buttonLoginPanel {
	height: 24px;
	line-height: 24px;
	background: url(../../img/backend/login_page/bg_button.png) repeat-x;
	padding: 0 9px;	
	font-weight: bold;
	color: #fff;
	border:0 none;
}

div#footerLoginPage {
	text-align: center;
	padding-top: 19px;
	font-size: 12px;	
}

div#footerLoginPage a, a:active, a:hover {
	text-decoration: none;
	color:#999;
}