﻿table.form,
table.form th,
table.form td
{
	border: none 0;
	background-color: #fff;
}
table.form
{
	border-bottom: solid 2px #ebebeb;
}
table.form th,
table.form td
{
	border-top: solid 1px #ebebeb;
	padding: 5px 20px 5px 5px;
}
table.form td.label
{
	padding-right: 30px;
	padding-top: 9px;
}
table.form tr.mandatory td.label
{
	color: #86153a;
}
table.form input.txt,
table.form textarea.txt
{
	background-color: #f5f5f5;
	width: 300px;
}
table.form input.focus,
table.form textarea.focus
{
	background-color: #fff;
}
table.form input.submit
{
	float: right;
}
table.form span.chk input,
table.form span.chk label
{
	vertical-align: middle;
}
table.form span.chk input
{
	margin: 4px 6px 4px 0;
}


div.validationSummary
{
	margin: 10px 0;
}


.captcha
{
	margin: 5px 0;
	position: relative;
	width: 400px;
	height: 80px;
}
.captcha .textContainer
{
	position: absolute;
	width: 200px;
	left: 0;
	top: 0;
}
.captcha .imageContainer
{
	position: absolute;
	left: 200px;
	top: 0;
	border: solid 1px #ccc;
}
.captcha .textContainer label
{
	position: absolute;
	left: 0;
	top: 0;
}
.captcha .textContainer input
{
	position: absolute;
	left: 0;
	top: 22px;
	width: 120px;
}
.captcha .status
{
	position: absolute;
	left: 0;
	top: 60px;
	width: 400px;
	color: #e00;
}
