@charset "utf-8";
/* Form CSS for Texas Partners Insurance */


#webForm {
	font-size: 1em;
	font-weight: bold;
	width: 710px;
}

fieldset {
	background-image: url(../images/form-bg.jpg);
	background-repeat: repeat-x;
	margin-bottom: 10px;
	background-position: bottom;
}

legend {
	font-size: 16px;
	color: #991B1E;
	font-weight: bold;
}

#webForm .label {
	width: 200px;
	text-align: right;
	margin-right: 15px;
}

#webForm .small-label {
	width: 100px;
}

input#submit {
	background-color: #060143;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #FFFFFF;
	margin-right: 15px;
}

input#reset {
	background-color: #060143;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #FFFFFF;
}
select#refer {
	font-family: "Times New Roman", Times, serif;
}

#webForm .input {
	width: 200px;
}
