@charset "utf-8";
/* First Tire and Auto
	www.firsttireandauto.com */



#contact-form {
}

fieldset {
	background-image: url(../images/form-bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	font-size: 90%;
	width: 550px;
}

legend {
	font-weight: bold;
}

#contact-form .label {
	width: 15em;
	font-weight: bold;
	text-indent: 5px;
}

input#submit {
	margin-left: 15px;
	background-image: url(../images/button-bg.jpg);
	float: left;
	background-color: #96D2F7;
	border: 1px solid #78C6ED;
}

input#reset {
	margin-left: 200px;
	background-image: url(../images/button-bg.jpg);
	float: left;
	background-color: #90CFF8;
	border: 1px solid #78C6ED;
}

input#name, input#email, input#phone, textarea#comments {
	width: 20em;
}

input#name:focus, input#email:focus, textarea#comments:focus {
}

.Surname {
	visibility: hidden;
}

#quickform {
	font-size: 11px;
	background-image: url(../images/form-bg.jpg);
	background-repeat: repeat-x;
	width: 220px;
}

#quickform .small-label {
	font-weight: bold;
}

