/* FORMS */

div.question,
div.captcha,
div.btnContainer
{
	border-top: solid 1px #7D736D;
	padding: 10px 0px;
}

div.captcha,
div.btnContainer
{
	text-align: center;
}

div.questionText
{
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

div.question .hint
{
	font-size: 10px;
	color: #900;
}

/* Set spacing between fields */
div.question div.field
{
	padding-bottom: 10px;
	clear: both;
}

div.question label
{
	font-size: 11px;
}

/* Set size of labels */
div.question label span,
div.question span.chbxSpace
{
	width: 120px;
	float: left;
}

div.question span.field-1
{
	float: left;
	width: 220px;
}

div.question input.text,
div.question textarea
{
	width: 230px;
}

div.question input.date
{
	float: left;
}

div.question input.text.zip,
div.question input.text.phone,
div.question input.text.date,
div.question input.text.time
{
	width: 90px;
}

div.question div.checkList
{
	width: 360px;
}

div.question div.checkList div.check
{
	width: 180px;
	float: left;
	margin-bottom: 3px;
}

div.question div.checkList label span
{
	width: 150px;
	margin-left: 3px;
}

div.question div.checkList.col1
{
	width: 230px;
}

div.question div.checkList div.col0
{
	clear: both;
}

div.question div.checkList input,
div.question input.check,
div.question input.radio
{
	float: left;
}

div.question div.yesno div.radio,
div.question div.yesno .hint
{
	clear: both;
}

/* Label for single checkboxes/radio buttons */
div.question .field-1 label span
{
	margin: 0px;
	margin-left: 3px;
	width: 197px;
}

div.required
{
	font-size: 11px;
	text-align: center;
	font-weight: bold;
}

a.calBtn span {
	margin: 2px 3px 0px;
}

.captcha img
{
	border: solid 1px #999;
}