/* CSS Document */


fieldset {
	width:555px;
	border: 1px solid #FAA222;
	margin: 1em 0;
	padding: 1em;
	color:#000;
	}

textarea {
	width:400px;
	height:100px;
}

input {
	width:200px;
}

label {
	display:block;
}

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

input:focus, textarea:focus {
	background:#23A7FF;
}

.submit {
	width:80px;
	margin-top:8px;
}

#horizontal label {
	float:left;
	width:10em;
}

#mailing fieldset {
	width:240px;
	border: 1px solid #FAA222;
	margin: 1em 0;
	padding: 1em;
	}
.warning {
	font-weight:bold;
	color:#FF0000;
	}


