@charset "utf-8";
/* Denise Insures Me Form CSS
	March 2008 */

#small-form {
	background-image: url(../images/form-bg3.jpg);
	background-repeat: repeat-x;
}

fieldset {
	background-image: url(images/form-bg.gif);
	background-repeat: repeat-x;
}

legend {
	font-weight: bold;
	color: #3C7DC1;
}

input[type="text"] {
	width: 200px;
}

input.smallbox {
	width: 50px;
}

input.smallbox2 {
	width: 90px;
}

input[type="submit"] {
	background-color: #2C6987;
	color: #E1EFFA;
	border: none;
}


#small-form .label {
	width: 200px;
}

#small-form .label2 {
	width: 175px;
}

input#small {
	width: 70px;
}

table {
	width: 100%;
	border-collapse: collapse;
}

td, th {
	
	border: 1px solid #93C9DD;
	padding: 3px 5px 2px 5px;
}

th {
	text-align: left;
}



input[type="radio"] {
	margin-left: 8px;

}
