/*  forms.css
	generic form styling
	copyright Bitingedge

------------------------------------ */

.quoteform {
	margin: 1em 0 0 0 ;
	

}

input.text, textarea {
	font-size:1em;
	width:100%;
	padding:0.2em;
}

label {
	display:inline;
	font-size:1em;
	float:left;
	margin: 0 10px 0 0;
	padding: 0.3em 10px 0.3em 0px;
	clear:none;
	width:300px;
	position:relative;
}

.radiolab {
	width:175px;
	margin: 0 2em;
}
.radiolab input{
	
	position:absolute;
	top:0.3em;
	left:-1.5em;
}

.rateradio {
	width:60px;
	text-align:center;
	padding:0 10px 10px 10px;
	margin:0px;

}

.rateradio input {
	
	text-align:center;
	padding:0px;
	margin:2px;
	float:none;

}

.quarter {
	width:70px;
}

.threequarter {
	width:250px;
}
.fullsize {
	width:600px;
}




fieldset {
	margin: 0 0 1.5em 0;
	padding:10px;
	border:1px solid #0066A4;
}

fieldset div {
	margin: 0.5em 0.5em 1.5em 1em;
}

fieldset fieldset {
	margin: 0;
}





fieldset p {

	margin: 0 1.3em 0.5em 1.3em;
	padding:0;
}

select {
	padding: 0;
	margin:0.3em 0 0 0;
	font-size:1em;
	height:1.8em;
}

textarea {
	height:7.5em;
	padding:0;
}


legend {
	margin: 0.8em ;
	padding: 0.2em ;
	font-weight:bold;
	font-size:1.2em;
	border: 1px solid #0066A4;
	background:#fff;
}


fieldset fieldset fieldset {

	font-size:1em;
	border:none;
	margin:0;
	padding:0;

}


fieldset fieldset legend {
	font-size:1.1em;
	border:none;
}
fieldset fieldset fieldset legend {
	font-size:1em;
	border:none;
}

.complete {
}

.fielderror {
	font-weight:bold;
	color:#FF0000;
	float:left;
	clear:none;

}
.fielderror textarea {
	font-weight:bold;

}


div.formerror {

	padding: 0.4em 2.5em 1.5em;
	font-weight:bold;
	color:#FF0000;
	background: transparent url(images/attention.gif) no-repeat top left;
}

div.feedback {

	padding: 1.4em 2.5em 1.5em;
	font-weight:bold;
	color:#00aa00;
	background: transparent url(images/feed-OK.gif) no-repeat 0 1em ;
}

input.submitbutt2 {
	display:block;
	width:16em;
	margin: 15px 0 0 10px;
	padding: 0 3px;
	font-family:Arial,Verdana, sans-serif; 
	font-size: 1em;
	font-weight: bold;
	height:1.8em;
	color:#fff;
	float:left;
	clear:none;
	text-decoration:none;
	cursor:pointer;
	background:#29166f;
	border: 1px solid;
	border-color: #8A8AFF;
	border-top-color:#C8C8C8;
	border-left-color:#C8C8C8;
}

* html input.submitbutt2 {
	margin-left:5px;
}


div .formhelper {
	float:left;
	padding:1.5em 0 0 1em;

}

