html{
	font-size: 95%;
}

.RegistrationWrapper {
	font-size:120%;
	margin: 20px auto;
	/*width: 850px;*/
	width: 100%;
}

.DebugInfo{
	display: none;
}

.RegistrationWrapper .MainTable{
	display: table;
	margin-bottom: 30px;
}

.RegistrationWrapper .MainTr{
	display: table-row;
}

.RegistrationWrapper .Logo{
	position: relative;
}

.RegistrationWrapper .LogoImg{
	padding-right: 	20px;
	color: red;
	font-style: normal;
}

.RegistrationWrapper h2,
.RegistrationWrapper h3, .RegistrationWrapper h4{
	margin-top: 1px;
	margin-bottom: 2px;
} 

.RegistrationWrapper h1{
padding:0 0 15px 0;
margin:0;
color:#3988e0;
font-size:24px;
font-weight:normal;
}

.RegistrationWrapper h2{
	font-family: arial, sans-serif;
	font-style: normal;
	font-size: 90%;
}

.RegistrationWrapper input{
	width:100%;
	height:18px;
	border:1px solid #279fca;
	font-size:12px;
}

.RegistrationWrapper .InputWrapper{
	margin-bottom: 18px;
}

.RegistrationWrapper .InputWrapper p{
	margin: 0;
	padding: 0;
}

.RegistrationWrapper .InputWrapper p.Captcha{
	vertical-align: bottom;	
	text-align: center;
	margin-top: 10px;
}

.RegistrationWrapper .InputWrapper p.Captcha img{
	border: 1px solid #7992B2;
}

.RegistrationWrapper .InputWrapper p.Captcha input{

}

.RegistrationWrapper .Button{
	border-color: gray;
	background: #3979cb;
	color: white;
	font-weight: bolder;
	padding: 7px;
	height: auto !important;
}

.RegistrationWrapper .ButtonSpace{
	margin-top: 25px;
}

.RegistrationWrapper .Status{
	clear: both;
	border: 1px dashed gray;
	padding: 10px;
	display: none;
	width: 720px;
}

.RegistrationWrapper img.Label{
	position: relative;
	left: -24px;
	float:none;
	margin:0;
}

.HideFields .enter{
	display: none !important;
}
.RegistrationWrapper .Message
{
	font-size:12px;
	text-align:left;
	padding-left:10px;
	padding-bottom:10px;
}
.beauty1
{
	display:inline-block; background:url("images/tl.png") top left no-repeat;
	float:right;
}
.beauty2 
{
	display:inline-block; background:url("images/br.png") bottom right no-repeat;
}
.beauty3 
{
	background:url("images/tr.png") top right no-repeat;
	display:inline-block;
}
.beauty4 
{
	background:url("images/bl.png") bottom left no-repeat;
	font-weight:normal;
	display:inline-block;
}
