/* CSS Document */

body {
	text-align:center;
	background:#010101 url(../images/home_bg.jpg) top center no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
a {
	color:#fff;
}
a:hover {
	text-decoration:none;
}
form input {
	font-size:10px;
	border:1px solid #000;
}
div#container {
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	width:790px;
	height:595px;
	text-align:left;
}
div#hd {
	display:block;
	clear:both;
}
div#hd div#logo {
	float:left;
}
div#hd div#login {
	float:right;
	width:277px;
	height:93px;
	font-size:10px;
	background:url(../images/login_bg.jpg) no-repeat top;
}
div#hd div#login div#loginbloc {
	clear:both;
	display:block;
	height:63px;
	margin-top:8px;
}
div#hd div#login div#loginbloc div#title {
	margin:0px 10px 0px 10px;
}
div#hd div#login div#loginbloc table#loginform {
	width:100%;
}
div#hd div#login div#loginbloc table#loginform td {
}
div#login div#logintools {
	clear:both;
	margin-top:5px;
}
div#login div#logintools table td {
	vertical-align:top;
}
div#hd div#login div#logintools td#passforget {
	text-align:left;
	color:#fff;
	font-size:10px;
	padding-top:3px;
}
div#hd div#login div#logintools td#con-bt {
	text-align:right;
	cursor:pointer;
}
div#login div#loginerror {
	margin-top:5px;
	padding:3px;
	margin-bottom:3px;
	color:#fff;
	font-weight:bold;
	background-color:red;
	font-size:10px;
	clear:both;
}
div#bd {
	position:relative;
	display:block;
	clear:both;
}
div#bd div#v2 {
	position:absolute;
	top:60px;
	left:-8px;
}
div#bd div#welcome {
	width:277px;
	background:#627364 url(../images/welcome_bg.gif) top right no-repeat;
	font-size:11px;
	float:right;
	clear:both;
}
div#bd div#welcome div#sep {
	margin-right:15px;
	margin-left:15px;
	height:1px;
	border-bottom:1px solid #999;
	font-size:0;
}
div#bd div#welcome p {
	margin:15px;
	text-align:left;
	color:#fff;
	font-size:10px;
}
div#bd div#welcome img {
	margin:10px 0px 15px 15px;
}
div#bd div#more {
	width:277px;
	height:32px;
	float:right;
	clear:both;
	margin-top:7px;
}
div#bd div#more img {
	margin-top:1px;
}
div#ft {
	display:block;
	clear:both;
}
div#ft div#partners {
	width:790px;
	height:49px;
	background:url(../images/partners_bg.gif);
}
div#ft div#partners img {
	float:right;
	margin-right:15px;
	margin-top:9px;
}
div#ft div#arfa {
	margin-bottom:5px;
	font-size:100%;
	color:#fff;
	text-align: center;
}
div#ft div#notes {
	margin-top:10px;
	font-size:10px;
	color:#999;
	text-align:center;
	margin-bottom:10px;
}
div#ft div#notes a {
	color:#999;
}
/* FORMS */
input:focus, textarea:focus, select:focus {
	background-color:#F9e89a;
	border-color:orange;
}
input.required, textarea.required, select.required {
	border: 1px solid #000;
}
input.validation-failed, textarea.validation-failed, select.validation-failed {
	border: 1px solid #FF3300;
	color : #FF3300;
}
input.validation-passed, textarea.validation-passed, select.validation-passed {
	border: 1px solid #00CC00;
	color : #000;
}
.validation-advice {
	margin: 5px 0;
	padding: 2px;
	background-color: #FF3300;
	color : #FFF;
	font-weight: bold;
	line-height:12px;
}
/* Hide from IE5-mac \*/
* html .validation-advice {
	width:80%;
}
/* End IE5/mac hide */
.custom-advice {
	margin: 5px 0;
	padding: 2px;
	background-color: #C8AA00;
	color : #FFF;
	font-weight: bold;
	line-height:12px;
}
/* Hide from IE5-mac \*/
* html .custom-advice {
	width:80%;
}
/* End IE5/mac hide */


