* {
	padding:0;
	margin:0;
}
body {
	background:url(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;
	height:250px;
	margin:0 auto;
	position:relative;
	width:680px;
	_width:705px;
	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;
	_width:700px;
}
#box #box_border_left {
	display:table;
	background-image: url(bg_box_left.png);
	_background-image: none;
	background-repeat:no-repeat;
        filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='bg_box_left.png', sizingMethod='scale');
	width:18px;
	_width:10px;
	height:394px;
	_height:394px;
	float:left;

}
#box #box_center {
	background-image: url(bg_box_center.png);
	_background-image: none;
	background-repeat:repeat-x;
        filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='bg_box_center.png', sizingMethod='scale');
	height:394px;
	_height:394px;
	float:left;
	text-align:left;
	width:94%;
	_width:84%;
}
#box #box_center #logo {
	display:block;
	padding:10px 0 0 0;
	text-align:center;
}
#box #box_center #box_main {
	background: #777777;
	display:block;
	height:274px;
	_height:274px;
	_width:87%;

}
#box #box_center #box_main #intro {
	display:block;
	height:40px;
	padding:10px 0 10px 0;
	_margin-left:170px;
	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:#676767;
	display:block;
	height:155px;
	_height:155px;
	padding:20px 10px 0px 10px;
	margin:0 40px 0 40px;
	_margin:0 20px 0 20px;
	text-align:center;
}
#box #box_center #box_main #fields span {
	color: #ffffff;
	font-family: Verdana;
	font-size: 12px;
	display:block;
	margin: 0 auto;
	height:20px;
	_height:20px;
	width:90%;
	_width:600px;
	padding:0 0 12px 0;

}
#box #box_center #box_main #fields span label {
	display:table;
	text-align:right;
	float:left;
	width:130px;
	padding:0 5px 0 0;
	clear:left;
}

#box #box_center #box_main #fields span .labelDomain {
    display:block;
	color: #FFFFFF;
}

.alertDomain {
    float: right;
}
#box #box_center #box_main #fields span input {
	border:1px solid #A0A0A0;
	float:left;
	height:16px;
	_height:16px;
	width:150px;
}
#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 {
	display:block;
	padding:0 0 0 162px;
	_padding:0 0 0 134px;
	width:100%;
}
#box #box_center #box_main #fields span.submit .button {
	background:url(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;
	_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:15px 10px 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(bg_box_right.png);
    background-repeat:no-repeat;
    _background-image: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='bg_box_right.png', sizingMethod='scale');
    width:18px;
    _width:10px;
    height:394px;
    _height:394px;
    float:left;
}
#fields span.labelErrorMessage {
    padding-left: 5px;
    font-weight: bold;
}

