

fieldset {
	margin: 1em 0;
	padding: 1em;
	border : solid 1px #cccc99;
	background: #FFFFFF;
	}
	
legend {
	font-weight: bold;
	color: #CC0000;
	display: block;
}

input {
	width: 200px;
}

input:focus, textarea:focus {
	background: #ffc;
}

input[type="text"], textarea{
	border-top: 2px solid #999;
	border-left: 2px solid #999;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

input.radio, input.checkbox, input.submit{
	width: auto;
}
	
textarea {
	width: 500px;
	height: 100px;
}

label {
	display: block;
	float: left;
	width: 250px;
}


.required {
	font-size: 0.75em;
	color:#CC0000;
}

.formbutton{
cursor:pointer;
border:outset 1px #ccc;
background:#ff00ff;
color:#666;
font-weight:bold;
padding: 1px 2px;
background: url(images/form.gif) repeat-x left top;
}

	

