html {
	height: 100%;
	min-height: 100%;	
}
body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 70%;
    background-color: #FFF;
	height: 100%;
	min-height: 100%;	
}
.br {
	clear: both;
	margin: 0px;
}
a { 
	color: #FF6600;
	text-decoration: none; 
}
a:hover { color: #0096D1; }

#a_side {
	width: 40%;
	vertical-align: top;
	text-align: right;
	background-color: #FFF;
	height: 100%;
	min-height: 100%;
	float: left;
}

h2 {
	color: #0096D1;
	font-size: 130%;
	font-weight: bold;
}

img {
	border: 0px;
}
#a_side_content {
	width: 308px;
	text-align: left;
	float: right;
}
#a_side_content2 {
	width: 700px;
	padding-left: 20px;
	text-align: left;
}

#b_side {
	position: relative;
	vertical-align: top;
	background-color: #0096D1;
	background-image: url(../images/container_bg.jpg);
	background-repeat: no-repeat;	
	float: left;
	width: 60%;
	height: 100%;
	min-height: 100%;
}
#pile_ar_vestuli {
	position: absolute;
	left: -33px;
	top: 113px;
}


#logo {
	padding-top: 60px;
	padding-bottom: 12px;
}

.lang_menu_itm_brd, .lang_menu_itm_nobrd {
	padding-right: 10px;
	float: left;
}
.lang_menu_itm_brd {
	border-right-color: #333333;
	border-right-style: solid;
	border-right-width: 1px;
}
.lang_menu_itm_nobrd { padding-left: 10px; }

.lang_menu_itm_brd a, .lang_menu_itm_nobrd a {
	font-size: 110%;
	color: #333333;
	text-decoration: none;
}
.lang_menu_itm_brd a:hover, .lang_menu_itm_nobrd a:hover {
	color: #0096D1;
}

#menu_container {
	padding-top: 50px;
	padding-bottom: 24px;
	padding-right: 30px;
}
.menu_itm1 {
	padding: 6px 30px 6px 20px;
	background-image: url(../images/menu_bull1.gif);
	background-repeat: no-repeat;
	background-position: 0px 11px;
}
.menu_itm1 a {
	color: #FF6600;
	font-size: 160%;
	font-weight: bold;
	text-decoration: none;
}
.menu_itm1 a:hover { color: #0096D1; }


.title {
	color: #0096D1;
	font-size: 180%;
	font-weight: bold;
	padding: 54px 30px 10px 26px;
	background-image: url(../images/bull2.gif);
	background-repeat: no-repeat;
	background-position: 0px 64px;
}
.register_box {
	margin-right: 46px;
}

.footer {
	/*position: relative;
	bottom: 0px;*/
	padding: 60px 10px 70px 0px;
}

input.reg_fld, select.reg_fld {
	color: #0096D1;
	padding: 2px;
	margin-bottom: 6px;
	font-size: 120%;
	background-color: #FFF;
	border: #C8C8C8 solid 1px;
}
input.small_fld {
  width: 50% !important;
}
input.reg_fld {
	height: 16px;
	width: 98%;
}
.error_box {
	padding: 12px;
	margin: 10px 46px 10px 0px;
	color: #FF0000;
	background-color: #FFFFCC;
}.cool_box {
   padding: 12px;
   margin: 10px 46px 0px 0px;
   color: #0066CC;
   background-color: #EAF4FF;
}
#login-logo { 
  position:relative;
  top:5px;
  left:5px; 
}
#attention_box {
	color: #000;
	position: absolute;
	padding: 12px;
	background-color: #FFFFCC;
	left: 23px;
	top: 198px;
	width: 540px;
	height: 245px;
}
#attention_box .importent {
	color: #FF0000;
}


h3 {
	color: #cc6600;
	font-size: 110%;
	font-weight: bold;
}
