﻿.missing, .invalid
{
	font-weight: bold;
	color: #600;
}

.required
{
	font-weight: bold;
}

.feedback 
{
	background-color:#d5e7f3;
	color:#000;	
	padding:5px 8px 5px 8px;	
}

.customXform input[type="text"].xfield_required
{
	width:250px;
	margin-bottom:1px;
}

#content input[type="text"].xfield_required, textarea.xfield_required
{
	width:300px;
}

#content span table tr td
{
	padding-right:20px;
}

#content span.xform input[type="checkbox"]
{
	vertical-align:middle;
}

#content span.xform input[type="text"], textarea
{
	width:300px;
}

#content span.xform select
{
	width:304px;
}

#content .errorDisplay
{
	background-color: #C30505;
	border: 0;
	color: white;
	margin-bottom: 20px;
	padding: 1px 0px 1px 0px;
}

#content .errorDisplay li
{
	margin-left:-15px;
}

.Errors 
{
	background: #ffeaea url(../img/error.gif) 8px 50% no-repeat; color: #600; 
	border: solid 2px #600; 
	padding: 10px 0 10px 9%;
	margin: 5px 0 20px 0px; font-size: 1.1em; font-weight: bold; }		
  .Errors ul { list-style: none; margin: 0; }

#content span.xform .submitbutton
{
	display:block;
	width: 74px;
	height: 21px;
	background: url(../img/button_submit.gif) no-repeat;
}

#content span.xform .continuebutton
{
	display:block;
	width: 84px;
	height: 21px;
	background: url(../img/button_continue.gif) no-repeat;
}


