*{
	font-family:Calibri, Helvetica, Tahoma;
}
body{
	background:url(images/Dark_wood.jpg);
	color:#FFFFFF;
	font-size:12px;
}
a{
	color:#FFFFFF;
	text-decoration:none;
}
a:hover{
	color:#AAAAAA;
}
.main{
	background:url(images/mbg.png);
	height:348px;
	width:627px;
	position:relative;
	top:180px;
}
.menubar{
	background:url(images/menubg.png);
	height:33px;
	width:627px;
	position:absolute;
	top:315px;
	left:0px;
	text-align:right;
}
.menu{
	float:right;
	position:relative;
	top:7px;
	width:350px;
	text-align:right;
}
.menu a{
	font-size:15px;
	font-weight:bold;
	text-decoration:none;
	color:#FFFFFF;
}
.menu a:hover{
	color:#FF33EE;
}
.lng{
	position:absolute;
	top:10px;
	left:10px;
	color:#A3B125
}
.lng a{
	color:#A3B125;
	text-decoration:none;
}
.lng a:hover{
	color:#FF33EE;
}
.content{
	width:530px;
	text-align:left;
}
input{
	background:#999999;
	border:1px solid #000000;
}
textarea{
	background:#999999;
	border:1px solid #000000;
}
span.l{
	color:#FF33EE;
}
.input{
	border:1px solid #222;
	height:20px;
	width:200px;
	background:#444 url(images/com_bg2.png) no-repeat;
	color:#FFF;
}
.textarea{
	width:400px;
	height:150px;
	border:1px solid #222;
	background:#444 url(images/com_bg2.png) no-repeat;
	color:#FFF;
}
.submit{
	width:150px;
	height:30px;
	color:#FFF;
	border:1px solid #222;
	background:#444 url(images/com_bg2.png) no-repeat;
	font-weight:bold;
}