

#hintbox{ /*CSS for pop up hint box */
position:absolute;
top: 0;
background-color: lightyellow;
width: 150px; /*Default width of hint.*/ 
padding: 3px;
border:1px solid black;
font:normal 11px Verdana;
line-height:18px;
z-index:100;
border-right: 3px solid black;
border-bottom: 3px solid black;
visibility: hidden;
}

.hintanchor{ /*CSS for link that shows hint onmouseover*/

color: navy;
margin: 3px 8px;
}

#theform {
position:relative;
top:-15px;
border-right:1px solid #2185CB;
		color: #333333;
font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color: #f8f8f8;
	width: 750px;
	}
	
	#theform2 {
padding:5px;
margin-left:55px;
	padding-left:25px;
padding-right:25px;
		color: #333333;
font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color: #f8f8f8;
	width: 500px;
	}
#theform fieldset {
text-align: left;
	margin: 0;
	padding-left:15px;
		width: 210px;
		padding-top: 10px;
			padding-bottom: 20px;
	float: left;
	}
	
	* html #theform fieldset { /*IE only */
	  	width: 200px;
}

	
	
	#theform fieldset div.help {
	color: #FFFF99;
	font-size: 0.7em;

	height: 5em;
	}
	
	
#theform fieldset legend {
	line-height: 45px;
	font-size: 45px;
	font-family: Arial, Georgia, "Times New Roman", serif;
	color: #333333;
	}
	
	#theform2 fieldset legend {

	line-height: 35px;
	font-size: 20px;
	font-family: Arial, Georgia, "Times New Roman", serif;
	color: #333333;
	}
#theform fieldset legend span {
	display: none;
	}
#theform fieldset h3 {
	height: 60px;
	font-size: 18px;
	}
#theform fieldset label {
margin-top:5px;
	font-size: 12px;
	display: block;
	line-height: 1.5em;
	}
#theform fieldset input {
	background: #DCECF7;
	font-size: 14px;
	padding:3px;
	}
	
	#theform fieldset input.features {
		background: #DCECF7;
	font-size: 12px;
	}
	
	#theform fieldset select {
		background: #DCECF7;
	font-size: 13px;
	height: 1.5em;
	}
	
		#theform2 fieldset select {
			background: #DCECF7;
			margin-left:125px;
	font-size: 16px;

	width:130px;

	}
	
		#theform fieldset textarea {
			background: #DCECF7;
	font-size: 13px;
	margin-bottom:7px;
	}
/* Error Styling */
#theform fieldset.error,
#theform fieldset.error legend,
#theform fieldset.error div.help {
	color: #FFCC33;
	}
	
#theform fieldset strong.error {
	color: #fff;
	background-color: #CC0000;
	padding: 0.2em;
	font-size: 0.7em;

	display: block;
	}

/* Part 4 Styling */
#theform #pt4 {
	clear: both;
	width: 97%;

	border-top: 10px solid #dddddd;
	border-width: 10px 0;
	padding: 1em;
	}
#theform #pt4 legend {
	display: none;
	}
#theform #pt4 h3 {
	display: none;
	}
#theform #pt4 #disclaimer {
	width: 320px;
	float: left;
	font-size: 11px;
	}
#theform #pt4 input {
	height: 55px;
	 font-weight:bold;
	font-size: 13px;
	margin-left:135px;
	width: 200px;
	color: #ffffff; 
	background: #2185CB;


	border-bottom: 	1px solid #999999;
	border-right: 1px solid #999999;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;	
	}

#copyright {
	clear: both;
	padding: 0.5em;
	font-size: 0.8em;
	color: #9F9F00;
	font-style: italic;
	}


#features {
	clear: both;
	padding-left: 10px;
	font-size: 12px;
	color: #333333;
		font-weight: normal;

	}
	
	#price {
	width:220px;
	padding: 10px;
	font-size: 13px;
	color: #333333;
	border: solid 4px #666666;
margin-top:15px;
	}

