* {
	padding:0;
	margin:0;
}
body {
	background:url(/images/background.jpg) bottom fixed repeat-x;
	overflow:hidden;
}
#clear{
	clear:both;
}
#main {
	display:block;
	text-align:center;
	margin:0 auto;
}
#space {
	display:block;
	padding:80px 0 0 0;
}
#container {
	height:250px;
	margin:0 auto;
	position:relative;
	width:660px;
	z-index:2;
}
#language {
	color:#333333;
	font-family:Verdana;
	font-size:11px;
	text-align:right;
	padding:0 10px 6px 0;
}
#language a, a:hover {
	color:#333333;
	font-family:Verdana;
	font-size:11px;
	text-decoration:underline;
}
#box {
	display:block;
	width:auto;
}
#box #box_border_left {
	background-image: url(/images/bg_box_left.png);
	_background-image: none;
	background-repeat:no-repeat;
	width:18px;
	height:394px;
	float:left;
}
#box #box_center {
	background-image: url(/images/bg_box_center.png);
	_background-image: none;
	background-repeat:repeat-x;
	height:394px;
	float:left;
	text-align:left;
	width:93%;
}
#box #box_center #logo {
	display:block;
	padding:10px 0 0 0;
	text-align:center;
}
#box #box_center #box_main {
	background:url(/images/bg_box_main.jpg) repeat-x;
	display:block;
	height:274px;
}
#box #box_center #box_main #intro {
	display:block;
	height:40px;
	padding:10px 0 10px 0;
	text-align:center;
}
#box #box_center #box_main #intro .title {
	color:#FFFFFF;
	font-family:"Trebuchet MS";
	font-size:20px;
	letter-spacing:2px;
}
#box #box_center #box_main #intro .text {
	color:#FFFFFF;
	font-family:Verdana;
	font-size:11px;
}
#box #box_center #box_main #fields {
	background:url(/images/bg_box_fields.jpg) repeat-x;
	display:block;
	height:172px;
	padding:20px 10px 0px 10px;
	margin:0 40px 0 40px;
	text-align:center;
}
#box #box_center #box_main #fields span {
	display:block;
	height:20px;
	padding:0 0 12px 0;
}
#box #box_center #box_main #fields span label {
	display:block;
	width:110px;
	text-align:right;
	float:left;
	padding:0 10px 0 0;
}
#box #box_center #box_main #fields span input {
	border:1px solid #A0A0A0;
	float:left;
	height:16px;
	width:180px;
}
#box #box_center #box_main #fields span font {
	float:left;
}
#box #box_center #box_main #fields span select {
	border:1px solid #A0A0A0;
	float:left;
	width:120px;
}
#box #box_center #box_main #fields span.submit {
	padding:0 0 0 120px;
	text-align:left;
}
#box #box_center #box_main #fields span.submit .button {
	background:url(/images/bg_button.jpg) repeat-x;
	border:1px solid #A0A0A0;
	color:#444444;
	font-family:Verdana;
	font-size:13px;
	font-weight:bold;
	padding:4px 6px 4px 6px;
	text-transform:uppercase;
	white-space:10px;
	width:120px;
	height:30px;
}
#box #box_center #box_main #fields .label {
	color:#FFFFFF;
	font-family:Verdana;
	font-size:13px;
}
#box #box_center #box_main #links {
	color:#FFFFFF;
	font-family:Verdana;
	font-size:11px;
	text-align:right;
	margin:-4px 20px 0 0;
}
#box #box_center #box_main #links a, a:hover {
	color:#FFFFFF;
	font-family:Verdana;
	font-size:11px;
	text-decoration:underline;
}
#box #box_border_right {
	background-image: url(/images/bg_box_right.png);
	_background-image: none;
	background-repeat:no-repeat;
	width:18px;
	height:394px;
	float:left;
}