@charset "utf-8";
/* CSS Document */

body {
	font-size:10px;
	font-family:Verdana, sans-serif;
	color: #ffffff;
	background:#274d7e url(../images/bgr.jpg) repeat-x top;
	margin: 0;
	padding: 0;
}
.main {
	width:800px;
	height:750px;
	margin:0 auto;
}
div.form {
	width:800px;
	height:137px;
	position:relative;
	float:right;
	background: url(../images/ah.jpg) no-repeat;
	background-position: 250px 10px;
}
div.form_login {
	margin:0;
	padding:10px 0 0 0;
	width:140px;
	height:100px;
	float: right;
}
div.form_login input {
	width:140px;
	height:16px;
	font-size:10px;
	font-family:Verdana, sans-serif;
	color: #2222b5;
	border: 1px solid #2222b5;
}
div.form_login select {
	width:140px;
	height:18px;
	font-size:10px;
	font-family:Verdana, sans-serif;
	color: #2222b5;
	border: 1px solid #2222b5;
}
div.form_login input.submit {
	background:#1672be url(../images/buton.png) repeat-x;
	width: 60px;
	margin-top: 10px;
	margin-left: 40px;
	color: #fff;
	;
	font-weight: bold;
}
/* ************************************ LANG **************************** */
div.langBarDefault {
	padding:1px;
	width:120px;
	z-index:100;
	border:1px solid white;
	position:absolute;
	background-color:white;
	top: 120px;
	right: 0px;
	color:#0066CC;
}
div.langBarOpen {
	padding:1px;
	right:0;
	top: 120px;
	border:1px solid orange;
	width:120px;
	z-index:100;
	position:absolute;
	background-color:white;
	color:#0066CC;
}

div.langBarDefault img {
	border:none;
}
div.langBarOpen img {
	border:none;
}

img.drop_down_img {
	float:right;
	margin-top:10px;
	margin-rigt:5px;
}

div.langBarOpen a {
	padding:2px;
	border:1px solid white;
	display:block;
	height:15px;
	text-decoration:none;
}
div.langBarOpen a:hover {
	border:1px solid #CCC;
}
div.chosenLang {
	height:18px;
}
div.LangList {
	padding-left:20px;
}
div.LangList p {
	margin:0;
	padding:0;
}
div.LangList p span {
	color:#0066CC;
}

div.logOutUsr {
	width:100%;
	margin:60px auto 0 auto;
	text-align:center;
}

div.logOutUsr a{
	font-size:12px;
	text-decoration:none;
	color:#0066CC;
}

div.logOutUsr a:hover { text-decoration:underline; }
