/* CSS Document */
/* 
* 	contact.css
*	styles for contact.html  page
*/

fieldset {
	background-color: #CED2EB;
	padding: 12px;
	border: medium double #8872B0;
}

label {
	width: 7em;
	float: left;
	text-align: right;
	margin: .5em 1em;
	clear: both;
}

#msglabel {
	float: none;
}

input, textarea {
	float: left;
	margin: .5em 0;
	width: 200px;
}

#subbutton {
	float: none;
	width: auto;
	margin-bottom: 1em;
	margin-left: 4em;
	clear: both;
	background-color: #D7DAED;
	border-color:#CACEE7 rgb(108, 137, 183) rgb(108, 137, 183) rgb(202, 206, 231);
	border-style:outset;
	border-width:2px;
	color:#000000;
}

br {
	clear: both;
}


fieldset#interest {
	margin: 3px;
	padding: 1em;
	border: thin solid #8872B0;

}

fieldset#cfields fieldset#interest input, fieldset#cfields fieldset#interest label {
	float: none;
	clear: both;
	width: auto;
	margin: 0;
}

fieldset#cfields fieldset#interest label {
	text-align: left;
	margin-left: 5px;
	padding: 0;
}

#maincol p#reqmsg {
	font-size: 80%;
}

#message {
	width:80%;  
}

