﻿
div.form
{
    background:transparent url(/web/design/images/contact-form-bg.png) no-repeat;
    float:left;
    width:710px;
    min-height:401px;
}

fieldset.regFeildset
{
	width:340px;
	float:left;
	display:block;
	overflow:visible;
	margin:10px 0;
}

fieldset.rightFeildset
{
    margin:10px -10px 10px 40px;   
}

fieldset.regFeildset legend
{
	color:#E2001A;
	color:#666;
	font-size:22px;
	padding:10px 0 0 18px;
	margin:0 0 14px 0;
	display:block;
	/*border:solid 1px #848688;*/
}

fieldset.rightFeildset legend
{
    padding-left:6px;
}


label.formLabel 
{
    font-weight:normal;
    font-size:11px;
    height:38px;
    display:block;
}

label.messageFormLabel
{
    height:auto;
}

label.formLabel span {
	float: left;
	display:block;
}



label.capatchaLabel img
{
}

span.labelText
{
	width:150px;
	display:block;
	float:left;
	padding:0 16px 0 0;
	line-height:24px;
	text-indent:20px;
}



input.formValue
{
	border-top:solid 1px #737373;
	border-right:solid 1px #999;
	border-bottom:solid 1px #999;
	border-left:solid 1px #999;
	width:144px;
	height:18px;
	line-height:20px;
	margin:0 0 12px 0;
	padding:0 20px 0 8px;
	float:left;
}

textarea.formValue 
{
    width: 280px;
	height: 238px !important;
	overflow:auto;
	border-top:solid 1px #737373;
	border-right:solid 1px #999;
	border-bottom:solid 1px #999;
	border-left:solid 1px #999;
	margin-left:7px !important;
}

textarea.formValue
{
	
}

div.error
{
	width:30px;
	float:left;
	margin:0 0 0 14px;
}



span.labelText em
{
	color:#fe5300;
	font-style:normal;
}

span.messageLabel
{
    display:none;
}

span.errorText, div.errorText p
{
	/*margin:10px -20px 10px 0;
	padding:14px;
	border:solid 1px #f00;
	display:block;
	width:500px;
	color:#000;
	font-size:14px;*/
}

input.submitBtn, a.submitBtn
{

}

input.submitBtn:hover, a.submitBtn:hover
{

}

span.messageLabel
{
    display:none !important;
}

span.cpLabel
{
    line-height:12px !important;
    font-size:10px;
    text-indent:0;
    margin-left:20px;
    width:130px;
}

input.cpFormValue
{
    margin:10px 0 0 164px
}

/* ERROR */

.errorMessageContainerInner
{
    color:#f00;
    margin-left:20px;
    position:relative;
    top:10px;
}

.error
{
    margin:-30px 0 !important;
    position:relative;
    left:330px;
    top:-10px;
}

.cpError
{
    position:relative;
    left:330px;
    top:-22px;
}
