/* Stylesheet modified from example on pages 269-70 of Web Design in a Nutshell.*/

		
fieldset {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 12px; 
	border: medium double #666;
	width: 30em;
		}
	
label {
	width: 6em;
	float: left;
	text-align: right;
	margin: .5em 1em;
	clear: both;
	}
	
input {
	float: left;
	margin: .5em 0;
	width: 250px;
	}
	
textarea {
	float: left;
	margin: .5em 0;
	width: 250px;
	background-color: white;
	background-image:url(../images/corvuslogosmall.gif);
	background-position: center;
	background-repeat: no-repeat;
	}
	
#subbutton {
	float: none;
	width: auto;
	margin-bottom: 1em;
	margin-left: 11em;
	clear: both;
	background-color: #780606;
	color: white;
	}
	
br {
	clear: both;
	}
	
/*This is to format the address info at top*/

.contact {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 12px; 
	border: medium double #666;
	width: 30em;
		}
		
.descrip {
	width: 6em;
	float: left;
	text-align: right;
	margin: .5em 1em;
	clear: both;
	}
	
.data {
	float: left;
	margin: .5em 0;
	text-align: left;
	width: 250px;
	}
