﻿fieldset
{
	font-size: 1.1em;
	margin: 1em 0;
	padding: 1em;
	border-style:none;
}

legend
{
	font-weight: bold;
	font-size: 1.3em;
	color: #666666;
	padding-left:35px;
	font-weight:bold;
	text-transform:uppercase;
}

.controlLabel /* labels for controls*/
{
	font-size:0.8em;
	
}


fieldset p
{
	font-weight: bold;
	font-size: 0.9em;
	padding-left:50px;
}

fieldset label	
{
	display: block;
	padding-bottom: 5px;
	font-size:1.0em;
}

fieldset input
{
	width: 250px;
}

fieldset textarea
{
	height: 250px;
	width: 441px;
}


.required
{
	color: #760000;
}


p .required
{
	font-size: 0.8em;
	color: #760000;
}

fieldset .required
{
	font-size: 1.0em;
	color: #760000;
}

.validator
{
	font-size: 0.8em;
}

.validationSummary
{
	font-size: 1.3em;
	font-weight: bold;
}

.submitButton
{
	margin-top: 10px;	
	margin-left:50px;
}

.textbox
{
	width:300px;	
}


.multilineTextbox
{
	width:600px;	
}