﻿
.formField
{
	clear:both;
	width:500px;
	margin-top:10px;
	min-height:20px;
}
.formLabel
{
	float:left;
	width:170px;
}
.formValue
{
	float:right;
	width:220px;
}
.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;
}
.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;
}
.errorText
{
	display:block;
	background:#FFFF99;
	padding:5px;
	border:solid 1px #FFCC00;
}
.instructionPanel
{
	margin-bottom:10px;
}
