/************************************************/
/* WashedRed.com                                */
/* form.css                   				    */
/* Rev. 1.02 - 2007-10-17 - JC                  */
/* Wildfire Design, LLC www.wildfiredesign.com  */
/************************************************/


input, textarea, select {
	margin-bottom: 15px;
}

label {
	display: block;	
	text-align: left;
	width: auto;
	margin-right: 15px;
	margin-bottom: 5px;
	/* float: left; use to place label on left */
}

textarea {
	width: 475px;
	border: normal #FF0000;
}

input, select {
	width: 225px;
	border: normal #FF0000;
}

.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #black;
	text-decoration: none;
	background-color: #ccc;
	height: 30px;
	width: 60px;
	margin-right: 10px;
}