@CHARSET "UTF-8";

/* -- GLOBAL STRUCTURE -- */
html {
	height: 100%;
}
body {
	height: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Verdana;
	font-size: 12px;
	background-color: #ccd3df;
	background-image: url("../images/layout/bottom_back.gif");
	background-repeat: repeat-x;
	background-position: bottom;
	background-attachment: fixed;
}
a {
	font-weight: bold;
	font-family: Arial;
	text-decoration: none;
	color: black;
}
a:hover {
	color: #3e5175;
}
div.bar {
	padding-top: 50px;
	height: 106px;
	background-image: url("../images/layout/login_bar_back.gif");
	background-repeat: repeat-x;
	background-position: bottom;
}
div.bar img {
	margin-top: 8px;
}
div.loginBox {
	position: relative;
	top: -3px;
	width: 308px;
	margin: 0 auto;
	background-image: url("../images/layout/login_box_back.gif");
	background-repeat: no-repeat;
	background-position: top;
}
div.title {
	font-family: Arial;
	font-weight: bold;
	color: #555555;
	border-bottom: dotted 1px #777777;
	width: 159px;
	margin: 1px auto 14px auto;
	font-size: 13px;
	text-transform: capitalize;
	padding: 5px 0;
}
form dl {
	margin: 0;
	padding: 0;
}
form dt {
	float: left;
	width: 100px;
	padding: 3px 8px 0 18px;
	text-align: right;
	font-size: 12px;
	font-family: Arial;
	color: #444444;
}
form dd {
	margin: 0;
	padding: 0;
	float: left;
}
input {
        color: #4C677E;
	width: 110px;
	font-size: 11px;
        font-weight: bold;
	height: 14px;
	margin: 2px 0 2px 0;
	border: solid 1px #444444;
	background-color: white;
	padding-left: 2px;
}
input:focus {
    border-color: #3e5175;
    outline: none;
}
input#loginForm-password {
	font-family: Verdana;
        color: #555;
}
div#loginButton {
	position: relative;
	top: 2px;
	left: 11px;
	border: solid 1px #dddddd;
	overflow: hidden;
	width: 32px;
	height: 38px;
	cursor: pointer;
	background-image: url("../images/login_button.gif");
	background-repeat: no-repeat;
}
div#loginButton:hover {
	border: solid 1px white;
}
div#loginButton img {
	margin-top: 11px;
	margin-left: 40px;
}

div#verdict {
	clear: both;
	height: 25px;
	text-align: center;
	overflow: hidden;
	background-image: url("../images/layout/login_box_back-ext.gif");
	background-repeat: no-repeat;
	background-position: bottom;
}
div#verdict div {
	margin-top: 9px;
	color: #cc0000;
	font-family: Verdana;
	font-size: 11px;
	display: none;
}

div.copyright {
	padding-top: 5px;
	font-family: Verdana;
	color: #777777;
	font-size: 10px;
}