.formClass
{
	height:100%;
	width:350px;
	clear:both;
}

legend span 
{
	color:#C43535;
	font-weight:bold;
	margin-left:5px;
}

.formClass fieldset
{
	float:left;
	clear:both;
	width:inherited;
	margin-top:5px;
	margin-bottom:5px;
	border:solid 1px #ECECEC;
	font-weight:normal;
}

.formClass fieldset ol
{
	list-style:none;
	margin-top:5px;
}

.formClass fieldset li 
{
	width:350px;
	margin-bottom:5px;
	display:inline-block;
}

.formClass label
{
	float:left;
	margin-right:10px;
	width:105px;
	vertical-align:bottom;
	font-weight:bold;
	text-align:right;
}

.formClass em 
{
	float:left;
	margin-left:0px;
	width:10px;
	height:10px;
	color:#c43535;
}

.formClass input
{
	float:left;
	width:195px;
	vertical-align:top;
}

.formClass select
{
	float:left;
	width:200px;
	vertical-align:top;
}

.formClass input.inputCheck
{
	width:20px;
}

.formClass textarea
{
	float:left;
	width:195px;
	vertical-align:top;
	font-weight:normal;
}

h1
{
	color:#c43535;
}

.choiseLeft, .choiseCenter, .choiseRight
{
	font-weight:normal;
	width:60px;
}
.choiseLeft
{
	float:left;	
}
.choiseRight
{
	float:right;
}
.choiseCenter
{
	margin-left:9px;
	margin-right:5px;
}

/* Ajust for Login Page */

.loginForm fieldset
{
	border:none;
}

.loginForm fieldset li 
{
	margin-bottom:7.5px;
}

.loginForm label
{
	width:60px;
}

.loginForm
{
	width:280px;
}

.loginForm input
{
	width:193px;
}

.loginForm fieldset li 
{
	width:280px;
}

/* Ajust for ContactUs Page */

.contactUsForm fieldset
{
	border:none;
}

.contactUsForm
{
	width:325px;
}
.contactUsForm fieldset li 
{
	width:325px;
}

.recaptcha_response_field
{
	float:none;
}

.registerClass label
{
	width:125px;	
}

.wideSelect
{
	width:199px;
}


