/* CSS Document */
/* Copyright Erica Ruch 2008*/

form {
	}

/*Define styles for Form elements */

form p {
	color: #FFFFFF;
	}
	
input {
	border: 1px solid #000000;
	padding: 3px;
	width: 220px;
	color: #333333;
	font: 1.2em "Century Gothic", Arial, sans-serif;
	margin-top: 5px;
	margin-bottom: 5px;
	}
	
select {
	margin: 5px;
	border: 1px solid #0786B8;
	color: #333333;
	font: 1.2em "Century Gothic", Arial, sans-serif;
	}
	
textarea {
	font: 1.2em "Century Gothic", Arial, sans-serif;
	border: 1px solid #334559;
	font-size: 1.2em;
	padding: 3px;
	width: 220px;
	color: #666666;
	margin-top: 5px;
	margin-bottom: 5px;
	}
	
.textarea_label {
	position: relative;
	bottom: 75px;
	}
	
.button {
	font: 1.2em "Century Gothic", Arial, sans-serif;
	background: #242621;
	color: #FFFFFF;
	font-weight: bold;
	width: 75px;
	border: 1px solid #8C5D1B;
	}
	
.button:hover {
	background: #514F3A;
	}
