@charset "UTF-8";
/* CSS Document */

#contactme {
	background:#ddd; /* fallback */
	background:rgba(245,245,245,0.7);
	font-size:.9em;
	width:500px; /* actual 540px */
	height:405px; /* actual 445px */
	padding:20px;
	color:#111;
	border:1px solid #777;
	border-radius:0 20px 0 20px;
	box-shadow:2px 2px 2px rgba(0,0,0,0.3);
	font-family: 'Tauri', sans-serif;
	float:left;
	}
	
	
#emails{
	background:#ddd; /* fallback */
	background:rgba(245,245,245,0.7);
	border:1px solid #777;
	border-radius:0 20px 0 20px;
	box-shadow:2px 2px 2px rgba(0,0,0,0.3);
	width: 268px; /* actual 308px */
	height: 405px; /* actual 445px */
	font-family: 'Tauri', sans-serif;
	color:#333333;
	font-size: .8em;
	padding: 20px;
	float:left;
	margin-left:20px;
}			
	
fieldset#emailer {
	border:none;
}

#emailer label {
	position:absolute;
	font-size:.9em;
	padding-top:4px;
} /*takes labels out of usual flow*/

#emailer input {
	margin-left:110px;
	background:#eee;
	padding:4px;
	margin-bottom:8px;
	width:380px;	
	border:1px solid #666;
	box-shadow:1px 1px 2px rgba(0,0,0,0.3) inset;
	border-radius:5px;}
	
#emailer textarea {
	background:#eee;
	box-shadow:1px 1px 2px rgba(0,0,0,0.3) inset;
	border:1px solid #666;
	border-radius:5px;
	padding:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.9em;
	width:485px;
	height:130px;
}

#emailer input:hover,
#emailer textarea:hover {
	background:#fff;
}

#emailer input:focus,
#emailer textarea:focus {
	background:#fff;
	border-color:#d54e21;
	box-shadow:0 0 2px #d54e21;
}	

#buttons {
	text-align:center;
	margin-top: 10px;}
	
#buttons input {
	border:none;
	background: #800;
	color:#fff;
	font-weight:bold;
	padding:8px 10px;
	margin: 0 5px;
	border-radius: 0 10px 0 10px;
}

#buttons input:hover {
	background: #444;
	cursor:pointer;}
	
	
	

	
	