form.smallquoteform {
	font-family: Verdana, Arial, sanserif;
	font-size: .9em;
	width: 225px;
	margin: 0 auto;
	text-align: left;
}

form.smallquoteform fieldset {
	background: #bcdbf8;
	border: none;
	margin: 10px 0;
	padding: 0 7px;
	padding-top: 15px;
	padding-bottom: 5px;
}

input.errortextinput {
	background: pink;
	width: 200px;
	padding: 3px;
}

strong.error {
	color: red;
}

form.smallquoteform label {
	display: block;
	width: 16em;
	font-weight: bold;
	margin-bottom: 3px;
}

select.errorselect {
	background: pink;
}

select.formselect {
	background: #e7f3ff;
}

ul.sqform_ul  {
	margin: 0;
	padding: 0;
}

ul.sqform_ul  li{
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 10px;
}

form.smallquoteform input.textinput {
	width: 200px;
	padding: 2px;
	background: #e7f3ff;
}

p.error_p {
	color: red;
}

p.p_receive{
	position: relative;
	top: 17px;
	text-align: center;
	font-size: 1.05em;
	font-weight: bold;
}

h1.h1_thankyou {
	margin: 0;
	padding: 0;
	padding-top: 15px;
	padding-left: 5px;
}

#formholder {
	position: relative;
}

.formshow {
	visibility: visibile
	margin: 10px 0;
}

.formhide {
	visibility: hidden;
	height: 0;
}

.hide_div {
	display: none;
}

input.smallquote_submit {
	width: 119px;
	height: 33px;
	background: url(images/smallquote_submit.png) no-repeat;
	border: none;
	outline: none;
	cursor: pointer;
	position: relative;
	left: 45px;
}

/* == CONTACT FORM STYLES== */

form.contactform label {
	display: block;
	width: 8em;
	font-weight: bold;
	float: left;
	text-align: right;
	margin-right: 10px;
}

form.contactform ul {
	margin: 0;
	padding: 0;
}

form.contactform ul li {
	list-style: none;
	margin-bottom: 15px;
	position: relative;
}

form.contactform fieldset {
	border: none;
	padding: 20px;
}

textarea.contactmessage {
	height: 100px;
}

input.contact_submit {
	position: relative;
	left: 7em;
}



