input, select, checkbox, radiogroup, textarea, textfield, menu {
	background: #FFFFFF;
	border: 1px solid #fbb39d;
}
.radiogroup {
	appearance:radio-button;
}
.button {
	background: #fbb39d center;
	color: #333;
}
input:focus, select:focus, checkbox:focus, textarea:focus, radiogroup:focus, menu:focus {
	color: #fbb39d;
	background: #333;
}
.textarea {
	width: 340px;
}
label {
	display: block;
	float: left;
	width: 185px;
	height: auto;
	padding-right: 7px;
}
.textfield {
}
form {
	width: 550px;
	font: 1.1em/140% "Century Gothic", "Palatino Linotype", "Book Antiqua", serif;
	color: #fbb39d;
}
form div {
	margin-top: 12px;
}
fieldset {
	padding: 10px;
	border:thin dashed #fbb39d;
	margin-top: 15px;
	margin-bottom: 15px;
}
legend {
	width: 140px;
	text-align:left;
	
}
#formContainer {
	width: 370px;
}
#Col1, #Col2 {
	width: 49%;
}

#Col2 {
	float: right;
}
.textarealarge {
	width: 530px;
}
