body {

	font-family: Arial, Verdana, "sans";
	font-size: 13px;
	color: #333;
}

img { border: none; }

#header {

	border-bottom: 1px solid #CCC;

}

#leftCol, #footer {

	display: none;

}

/* Form Elements */
fieldset {

	padding: 10px;
	border: 1px solid #CCC;

}

legend {

	font-size: 18px;
	color: #036;
	border: 1px dotted #CCC;
	padding: 5px;
	
}

h2 {

	margin: 5px 0px;
	font-size: 16px;
	
}

label {

	float: left;
	width: 200px;
	margin-left: 30px;

}

fieldset p {

	margin: 2px;
	
}

.submit {

	display: none;

}