﻿.col2_cont
{
	width:385px;
}
.col3_cont
{
	width:300px;
	float:right;
	margin-right:20px;
	margin-top:10px;
	background:#f3f3f3;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border:1px solid #fff;
}
fieldset.regFeildset
{
	margin:14px 14px 64px 0;
	padding:14px;
	width:290px;
}
legend
{
	font-size:30px;
	line-height:160%;
	font-weight:normal;
	margin:0 0 0px;
	font-family:'HollaRegular', Arial, sans-serif;
	color:#BD080C;
}
.formGroup
{
	width:290px;
	padding:10px 0;	
}
.formLabel
{
	margin-top:10px;
}
.formCaptchaLabel
{
	margin-bottom:10px;
}
input.formValue, textarea.formValue
{
	border-left:none;
	border-top:none;
	border-right:none;
	border-bottom:dotted 1px #848688;
	width:250px;
	height:18px;
	float:left;
	background-color:transparent;
}
textarea.formValue
{
	height:110px;
	background-image:url(/web/design/img/form-textarea.gif);
	background-position:left 0px;
	overflow-x: hidden; 
	overflow-y: scroll;
	width:270px;
	border-bottom:none;
}
select.formValue
{
	border:solid 1px #848688;
	width:260px;
	height:24px;
	float:left;
	margin-top:5px;
}
input.otherFormValue
{
	width:100px;
	margin:0 0 0 164px;
}
input.formValue:focus, textarea.formValue:focus, select.formValue:focus, input.otherFormValue:focus
{
	/*border:dotted 1px #848688;*/
}
.error
{
	width:30px;
	float:right;
	margin:0 0 0 14px;
	color:#000000;
}
span.errorText
{
	color:#ff0000;
	font-size:11px;
	display:block;
	float:left;
	width:250px;
}
input.submitBtn
{
	display:block;
	width:100px;
	height:28px;
	margin:20px 0 0 164px;
	color:#000;
	font-weight:bold;
	font-size:14px;
	text-decoration:none;
	background:#fff;
	cursor:pointer;
}
input.submitBtn:hover
{
	color:#666;
}
.formSubscription
{
	padding-bottom:15px;
	display:block;
}
