/*
 *Forms
 */
fieldset
{
	border: none 0;
	width: 550px;
}

fieldset p
{
	margin-bottom: 4px;
}

legend
{
	font-size: 1px;
	height: 1px;
}

label
{
	font-weight: bold;
	margin-top: 4px;
	width: 100px;
	float: left;
}

label.Small
{
	width: 300px;
	margin-right: 10px;
}

label.Small
{
	width: auto;
	margin-right: 10px;
}

input, label, textarea
{
	font-size: 13px;
	line-height: normal;
	color: #000080;
}

input, textarea
{
	padding: 2px;
	width: 290px;
	border: 2px solid #5ca3ff;
}

input.Small
{
	width: 100px;
}

input.Large
{
	width: 217px;
}

input.DayMonth
{
	width: 20px;
}

input.Year
{
	width: 60px;
}

input.CheckRadio
{
	margin-top: 8px !important;
	margin-top: 4px;
	margin-right: 20px;
	border: none 0;
	width: auto;
	float: left;
}

textarea
{
	height: 100px;
	overflow: auto;
}

input#Submit
{
	border: none 0;
	width: 72px;
	height: 26px;
	color: #fff;
	background-image: url(../media/img/submit_bg.gif);
	background-repeat: no-repeat;
	float: right;
	margin-right: 4px!important;
	margin-right: 0;
	cursor: pointer;
}

p.Error
{
	color: #f00;
}

img.CaptchaImage
{
	border: 2px solid #5CA3FF;
}
