html{
	cursor:url('gfx/cur.ico'), default;
background: url(gfx/road.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.main_left{
	margin-top:-100px;
}
.main_right{
	display:none;
}
.h3{
	text-shadow:
	-1px -1px #000000,
	-1px 0px #000000,
	0px -1px #000000,
	0px 0px #000000,
	0px 1px #000000,
	1px 0px #000000,
	1px 1px #000000;
	color:#84AA40;
	display:block;
	font-size:25px;
	margin-bottom:10px;
}
#white_smoke{
	position:fixed;
	display:none;
	width:100%;
	height:100%;
	background-color:#ffffff;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity:0.8;
	opacity:0.8;
	z-index:1000;
}
#rgy{
	display:none;
	position:absolute;
	z-index:1001;
	top:50%;
	left:50%;
	height:200px;
	width:450px;
	margin-left:-225px;
	margin-top:-100px;
	border:1px solid #333333;
	background-color:#ffffff;
	text-align:center;
}
#rgy img{
	cursor:pointer;
}
#text{
	width:100%;
	display:block;
	text-align:center;
	font-weight:bold;
}
#cross{
	position:absolute;
	top:5px;
	right:5px;
}
#transfer_div{
	position:absolute;
	z-index:2;
	width:960px;
}
#transfer_table{
	width:100%;
	border:1px solid #000000;
	font-weight:bold;
	text-align:center;
	margin-bottom:30px;
	border-collapse: collapse;
	cursor:url('gfx/cur.ico'), default;
	vertical-align:middle;
}
.transfer_table_td{
	padding:3px;
	border:1px solid #000000;
	background-color:#ffffff;
	vertical-align: middle;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity:0.8;
	opacity:0.8;
}
#transfer_table tr:hover .transfer_table_td{
	background-color:#cccccc;
}
#transfer_table tbody:hover .transfer_table_td{
	background-color:#cccccc;
}
.transfer_table_header{
	padding:3px;
	color:#ffffff;
	background-color:#333333;
}
#lang_sel{
	position:absolute;
	top:27px;
}
#logoimg{
	position:relative;
	top:20px;
}
.error{
	margin-left:6px;
	padding-left:3px;
	padding-right:3px;
}
.one, .two, .three, .four, .five, .six{
	padding-left:5px;
	padding-right:0px;
	margin-right:3px;
	margin-left:0px;
	margin-bottom:5px;
}
.one{
	width:54px;
}
.two{
	width:114px;
}
.three{
	width:167px;
}
.four{
	width:227px;
}
.six{
	width:347px;
}
label{
	cursor:url('gfx/cur.ico'), default;
	color:#ffffff;
	text-shadow:
	-1px -1px #000000,
	-1px 0px #000000,
	0px -1px #000000,
	0px 0px #000000,
	0px 1px #000000,
	1px 0px #000000,
	1px 1px #000000; 
	
	display:block;
	float:left;
	font-weight:bold;
	width:172px;
	padding-left:2px;
	margin-right:6px;
	font-size:13px;
}