@charset "UTF-8";
/* CSS Document */

/* CONTACT FORM */

#theform {
	width: 660px;
	}
#theform fieldset {
	height: 25em;
	width: 220px;
	border: 0;
	margin: 0;
	padding: 5px;
	float: left;
	background: none;
	}
#theform fieldset legend {
	font-size: 2em;
	height: 2.0em;
	font-family: Georgia, Garamond, serif;
	color: #CCCCCC;
	}
#theform fieldset legend span {
	display: none;
	}
#theform fieldset h3 {
	height: 3em;
	font-size: 1em;
	}
#theform fieldset label {
	font-size: 0.7em;
	display: block;
	line-height: 1.5em;
	}
#theform fieldset input {
	font-size: 0.8em;
	height: 2em;
	color: #996600;
	font: Calibri, Geneva, Verdana, sans-serif;
	background: #FFFFFF;
	border: #FFCC00 1px solid;
	}
#theform textarea {
	font-size: 0.8em;
	color: #996600;
	font: Calibri, Geneva, Verdana, sans-serif;
	background: #FFFFFF;
	border: #FFCC00 1px solid;
	}

	
/* Part 3 Styling */
#theform #pt3 {
	width: 10em;
	height: 5em;
	padding: 0;
	}
#theform #pt3 input {
	height: 2em;
	font-size: 1em;
	width: 4em;
	background: #FFCC00;
	color: #000000;
	border: #666666 1px solid;
	}

#theform #pt3 input.submit:hover {
	background: #999999;
	color: #FFFFFF;
	border: #FFCC00 1px solid;
	}

#theform #pt3 input.reset {
	height: 2em;
	background: #999999;
	color: #FFFFFF;
	border: #FFCC00 1px solid;
	}

#theform #pt3 input.border {
	height: 2em;
	padding: 5px;
	background: #FFFFFF;
	color: #996600;
	border: #FFCC00 1px solid;
	font-weight: bold;
	width: 67px;
	}

.inputborder input {
	background: #FFFFFF;
	color: #996600;
	border: #FFCC00 1px solid;
	}

