.standardForm 
{
	clear: right
}
.standardForm fieldset 
{
	margin: 1em 1em 1em 0em;
	border: 1px solid #80BCBC;
	padding: 0.5em
}
.standardForm legend 
{
	font-weight: bold;
	font-size: 1.1em;
	margin-bottom: 1em
}
.Label 
{
	float:left;
	padding: 0px 20px;
	text-align: right;
	width: 220px;
	font-weight: bold;
	line-height:1.1;
}
.info 
{
	margin-left: 265px;
}
.help 
{
	margin-left: 265px;
	font-size: 0.8em;
	color: #C22;
	width: 300px;
	display: block; 
}
.helpInTable 
{
	margin-top: 5px;
	font-size: 0.8em;
	color: #C22;
	width: 300px
}
.warn 
{
	color: #C22
}
.key 
{
	float: right;
	margin: 0 1em -1em 0;
	padding: 1px 3px;
	border: 1px dashed #E0EDED;
	width: 140px
}
.key p 
{
	font-size: 0.8em;
	color: #777
}
.standardForm input, .standardForm select, .standardForm textarea 
{
	font-size: 0.9em;
	font-family: verdana, arial, san-serif;
	background-color: #E0EDED
}
.standardForm input, .standardForm select 
{
	width: 300px
}
.standardForm .shortinput, .standardForm select 
{
	width: 140px
}
.checkOrRadio input
{
	width: auto;
	background-color: #FFF
}
.checkOrRadio label
{
	margin-right: 15px;
}

.standardForm textarea 
{
	height: 75px;
	width: 298px
}
.submit 
{
	border: 1px outset #E0EDED;
	font-weight: bold;
	font-size: 1em
}
.standardForm p 
{
	clear: left
}
legend span 
{
	display: block;
	width: 620px;	
}
table.quiz fieldset legend
{
	font-weight: bold;
	margin: 0 0 5px 0
}
table.quiz fieldset
{
	border: none;
	border-bottom: 1px solid silver;
	padding-bottom: 25px;
	margin-bottom: 15px;
}
.quizQuestion 
{
	margin-left: 35px;
}
.leading 
{
	margin-bottom: 10px;
	margin-left: 265px
}