﻿div.registrationForm
{
	position: relative;
	border:none;
}

div.registrationForm .LABEL
{
	font-weight: normal;
}

div.registrationForm label
{
	font-weight: normal;
}

div.registrationForm .contact
{
	width: 45%;
	float: left;
}

div.registrationForm .credentials
{
	width: 50%;
	margin-left:10px;
	float: left;
	position: relative;
}

div.registrationForm .credentials span.formField
{
	clear: both;
	display:block;
	position:relative;
}

div.registrationForm span.formField label
{
	clear:both;
	display: block;
	width: auto;
}

div.registrationForm span.formField input
{
	clear:both;
	display: block;
	width: 200px;
}


div.registrationForm .options
{
	clear:both;
	position:absolute;
	top: 200px;
	left: 45%;
	padding-left: 10px;
}


div.registrationForm div.captcha
{
	position: relative;
	left: 20px;
	top: 150px;
}

div.registrationForm div.captcha span
{
	display: inline-block;
	width: 200px;
}

div.registrationForm img.captcha
{
	display:inline-block;
	position:relative;
	
}

div.registrationForm input#ctl00_Content_ctl00_btnSubmit
{
	position: relative;
	left: 10px;
	top: 10px;
}

