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

fieldset {
	margin: 1em 0;
	padding: 1em;
	border: 1px solid #757575;
}

legend {
	font-weight: bold;
	color: #000000;
}

label {
	float: left;
	width: 17em;
}

input {
	width: 200px;
}

input#website_features {
	width: 15px;
	height: 15px;
}

input#radio_button {
	width: 15px;
	height: 15px;
}

input#page_count {
	width: 35px;
}

input#button {
	width: auto;
}

.reqfield {
	color: #FF0000;
}