﻿.formField
{
	clear:both;
	width:700px;
	margin-top:10px;
	min-height:20px;
}
.formLabel
{
	float:left;
	width:290px;
	font-weight:bold;
}
.formLabelCheck
{
	width:100%;
}
.formLabelRadio
{
	width:400px;
	margin-bottom:10px;
}
.formValue
{
	float:right;
	width:245px;
}
.formValueCheck
{
	width:675px;
	float:left;
	margin-bottom:10px;
}
.formValueRadio
{
	width:250px;
	margin-bottom:10px;
}
.formValue input,
.formValue textarea
{
	border:1px solid #c2cd23;	
	float:left;
	width:180px;
}
.formValue input
{
	background:url(/web/design/images/input-bg.gif) repeat-x;
	height:18px;
}
.formValue input:focus,
.formValue textarea:focus
{
	border-color:#FFCC00;
}
.formValue textarea
{
	background:url(/web/design/images/textarea-bg.gif) repeat-x;
	margin-bottom:10px;
	height:130px;
}
.formValue .checkBoxList
{
	width:100%;
}
.formValue .checkBoxList td
{
	width:33%;
	display:table-cell;
	vertical-align:top;
}
.formValue .checkBoxList td label 
{
	margin-left:3px;
	float:left;
	width:160px;
}
.formValue .checkBoxList td input 
{
	width:auto;
	float:none;
	height:auto;
	background:none;
	border:none;
	float:left;
}
.formValue .radioList
{
	width:183px;
	float:left;
}
.formValue .radioList td
{
	width:50%;
}
.formValue .radioList input
{
	width:auto;
	background:none;
	border:none;
}
.formValue .radioList label
{
	height:18px;
	width:auto;
}
.error
{
	float:left;
	margin-left:5px;
}
.error img
{
	width:24px;
	height:24px;
	padding:0;
}
.errorText
{
	display:block;
	background:#FFFF99;
	padding:5px;
	border:solid 1px #FFCC00;
}
.errorText p
{
	margin:0;
	padding:0;
}
.submitBtn,
.submitBtn:focus
{
	background:url(/web/design/images/button-bg.gif) repeat-x;
	background-color:Transparent;
	border:1px solid #c2cd23;
	color:#fff;
	cursor:pointer;
	font-weight:bold;
	padding:2px;
	text-transform:uppercase;
}
.redAsterisk
{
	color:#ff0000;
	margin-left:3px;
}
.msgSent
{
	margin-top:10px;
}