/* basic styles */

label {
	width: 150px;
	float: left;
	margin-right: 10px;
	display: block;
	padding: 9px 0 7px 0;
}

response { 
	background-color: #e8e9e2;
	width: 430px;
	border: 0;
	color: #666666;
	font-size: 100%;
	padding: 7px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	display: block;
	margin-left: 160px;
}

.required {
	font-size: 0.75em;
}

input { 
	background-color: #f5f5f5;
	width: 330px;
	height: 1.2em;
	border: 0;
	color: #666666;
	font-size: 100%;
	padding: 10px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
}

.button:hover { 
	background-color: #ffcc00;
}

.button, button {
	background-color: #666666;
	margin-left: 160px;
	height:2.25em;
	color: #ffffff;
	width: 60px;
	cursor: pointer;
	margin-bottom: 10px;
	padding: 0;
	font-size: 90%;
}

.second {
	margin-left: 10px;
}




textarea {
	color: #666666;
	font-family: "lucida sans", "verdana", "helvetica", "sans";
	font-size: 100%; /* 10px */
  	line-height: 1.35em; /* 15px */
  	text-decoration: none;
	display: block;
	background-color: #f5f5f5;
	width: 330px;
	border: 0;
	padding: 10px;
	margin-left: 160px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
}



