body{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
}
h1{
	-moz-border-radius: 0.7em;
	FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#FFF2CB,endColorStr=#FFCC33); 
	height:1.2em;
	background-color: #FFCC33;
	border:1px solid #FFCC33;
	color:Black;
	font-family: "Times New Roman", Times, serif;	
	font-size:1.9em;
	margin-bottom:-10px;
	text-align:center;
}
html>body h1{
	margin-bottom:10px;
}

h2,h3,h4,h5,h6{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
h2{font-size:1.6em;}
h3{font-size:1.4em;}
h4{font-size:1.2em;}
h5{font-size:1.1em;}
h6{font-size:1em;}


input,textarea,select{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:1em;
}
input.medium{
	width:350px;
}
textarea.medium{
	height:200px;
	width:500px;
}
legend{
	color:Black;
	font-weight: bold;
	margin-bottom:10px;
}
html>body legend{margin:0px;}

fieldset{
	-moz-border-radius: 0.7em;
	margin-bottom:10px;
  	padding:15px;
	text-align: left;
}
fieldset.options ul{
	list-style-image: none;
	padding:0px;
	margin:0px;
}
fieldset.options li{
	display:inline;
}
fieldset.options a,
input.button{
	background-color: ButtonFace;
	border:2px outset ButtonFace;
	color:ButtonText;
	display: table-cell;
	padding:3px;
	text-align: center;
	text-decoration: none;
	width:80px;
}
fieldset.options a:hover{
	background-color: ButtonHighlight;
}

fieldset div{
	/*border-top:1px solid #F1F1F1;
	border-bottom:1px solid #CCCCCC;*/
	display: table-row;
	margin:2px 0px 2px 0px;;
}
label{
	display: table-cell;
	padding-bottom:10px;
	padding-right:15px;
	vertical-align: top;
	width:175px;
}

label.required{
	background:url('/images/required.gif') no-repeat right;
}
div.error label{
	background:White;
	color:Red;
	font-style:italic;
	font-weight:bold;
}


div.Msg{
	border:1px solid Silver;
	padding:10px;
	margin:20px;
	width:auto;
}

div.content{
	text-align:left;
	width:750px;
}

a.help img{border:0px;}

a.help{
	border:1px solid White;
	float:right;
	padding:2px;
}
a.help:hover{
	border-color:Red;
}

a.toggleInfo{	
	cursor:pointer;
	position:relative;
	display:block;
	text-align:right;
	top:20px;
}
html>body a.toggleInfo{
	top:0px;
}
