<style type="text/css">

body {
	background-color: #666600;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	}
#theform {
	background-color: #350052;
	width: 580px;
	padding-top:30px;
	padding-left:20px;
	margin:0;
	}
#theform fieldset {
	
	width: 13em;
	
	margin: 0;
	padding: 1em;
	float: left;

	}
#theform fieldset legend {


padding-top:10px;
height:25px;
	font-size: 45px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	}
#theform fieldset legend span {
	display: none;
	
	}
#theform fieldset h3 {
	height: 5em;
	font-size: 12px;
	color: #FFF;
	}
#theform fieldset div.help {
	color: #FFFF99;
	font-size: 12px;
	font-weight: bold;
	height: 5em;
	}
#theform fieldset label {
	font-size: 12px;
	display: block;
	line-height: 14px;
	}
#theform fieldset input {
	font-size: 10px;
	height: 16px;
	margin-top: 5px;
	margin-bottom: 5px;
	}
	
/* Error Styling */
#theform fieldset.error,
#theform fieldset.error legend,
#theform fieldset.error div.help {
	color: #FFCC33;
	}

/* Part 4 Styling */
#theform #pt4 {
	clear: both;
	width: 530px;
	height: 60px;
	padding: 1em;
	border-top-width: 10px;
	border-right-width: 0;
	border-left-width: 0;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #639;
	border-right-color: #639;
	border-left-color: #639;
	}
#theform #pt4 legend {
	display: none;
	}
#theform #pt4 h3 {
	display: none;
	}
#theform #pt4 #disclaimer {
	width: 360px;
	float: left;
	font-size: 11px;
	color: #FFF;
	}
#theform #pt4 input {
	height: 4em;
	font-size: 1em;
	width: 130px;
	color: #350052;
	background: #f3f3f3;
	font-weight: bold;
	border-bottom: 	1px solid #999999;
	border-right: 1px solid #999999;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	float: right;
	margin-right: 23px;
	}

#copyright {
	clear: both;
	padding: 0.5em;
	font-size: 0.8em;
	color: #9F9F00;
	font-style: italic;
	}

</style>

[if IE]>
<style type="text/css">
#theform #pt4 {
	padding: 2em 1em 1em 1em;
	}
</style>
<![endif]
