/* e-mail form */

/* - - - - - separate color scheme at the bottom of this file - - - - - */

form {
	position: relative;
	margin: 1px 0 13px 20px;
	}

label {
	float: left;
	clear: left;
	position: relative;
	height: 1.6em;
	font: italic 1.4em/1.6em 'Trebuchet MS', Tahoma, Arial, Helvetica, sans-serif;
	color: #000;
	background-color: transparent;
	}

label i {
	text-decoration: underline;
	}

input {
	float: left;
	clear: left;
	position: relative;
	margin: 1px 0 -1px 0;
	width: 16.5em;
	height: 1.5em;
	border: 1px solid #ccc;
	padding: 1px 0 0 3px;
	font: 1.2em Arial, Helvetica, sans-serif;
	color: #000;
	background-color: transparent;
	}
	
textarea {
	float: left;
	clear: left;
	position: relative;
	top: 1px;
	width: 100%;
	max-width: 34em;
	height: 200px;
	overflow-x: hidden;
	overflow-y: auto;
	border: 1px solid #ccc;
	padding: 1px 0 0 3px;
	font: 1.2em Arial, Helvetica, sans-serif;
	color: #000;
	background-color: transparent;
	}
	
#submit, #reset {
	position: relative;
	margin: 23px 0 14px 0;
	float: left;
	clear: left;
	width: 8.8em;
	height: 24px;
	padding: 0;
	font: bold 1.1em Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: center;
	border: 1px outset #ddd;
	color: #000;
	background-color:#bbb;
	}
	
#reset {
	left: .9em;
	clear: right;
	}

#error, #done {
	margin-left: 0 !important;
	padding: 0 4px 2px 4px;
	font-family: 'Trebuchet MS', Tahoma, Arial, Helvetica, sans-serif !important;
	font-weight: bold !important;
	color: #fff;
	background-color: #f63;
	}

#done {
	font-weight: normal !important;
	color: #000;
	background-color: #ddd;
	}


/* - - - - - - - - - - colors - - - - - - - - - - */



input:focus, textarea:focus {
	border-color: #666;
	}

#submit, #reset {
	border: 1px outset #ddd;
	color: #000;
	background-color:#bbb;
	}

#submit:hover, #reset:hover {
	border: 1px outset #eee !important;
	color: #fff !important;
	background-color: #ccc !important;
	}





