#form_submit_quote a {
    color: #09C;
    text-decoration: none;
}

#form_submit_quote a:hover {
    text-decoration: underline;
}

.req {
   color: #F69;
   font-weight: normal;
}

.fine_print {
	display: block;
	padding: 0 0 30px 0;
	color: #AAA;
	font-size: 0.75em;
	line-height: 1.5em;
}

#word_count {
    color: #CCC;
    font-size: 17px;
    font-weight: bold;
    position: absolute;
    right: 3px;
}

#word_count .count {
    color: #F69;
}


#form_submit_quote {
    font-family: Georgia, serif;
    padding: 0 0 10px;
}

#form_submit_quote fieldset {
   padding: 0;
   border: none;
   width: 485px;
}

#form_submit_quote legend {
   display: none;
}

#form_submit_quote dl {
 clear: both;
   margin: 0;
   padding: 0 0 20px;
   position: relative;
}

#form_submit_quote dl.left {
   clear: none;
   float: left;
   width: 230px;
}
   
#form_submit_quote dl.right {
   clear: none;
   float: right;
   width: 230px;
}	   
   
#form_submit_quote dl dt {
   margin: 0;
   padding: 0 0 5px;
}
   
#form_submit_quote dl dd {
   margin: 0;
   padding: 0;
}

#form_submit_quote label {
   color: #888;
   font-size: 14px;
   font-family: Georgia, serif;
   font-weight: bold;
}

#form_submit_quote dd input {
   color: #ff6633;
   font-size: 18px;
   font-family: Georgia, serif;
   font-style: italic;
   font-weight: bold;
   padding: 8px 10px;
   width: 465px;
}

#form_submit_quote dl.right input,
#form_submit_quote dl.left input {
   width: 210px !important;
}

#form_submit_quote .text_input input,
#form_submit_quote .textarea textarea {
   background: #efefef url('../img/bg_field.png') no-repeat;
   border: none;
}

#form_submit_quote .textarea textarea {
    color: #ff6633;
    height: 180px;
    font-size: 18px;
    font-family: Georgia, serif;
    font-style: italic;
    font-weight: bold;
    overflow: auto;
    padding: 10px 0 10px 10px;
    width: 475px;
}

#form_submit_quote .check {
    position: relative;
}

#form_submit_quote .check dt {
    left: 30px;
    position: absolute;
    top: 0;
}

#form_submit_quote .check dt input {
    padding: 0;
    margin: 0;
}

#form_submit_quote .check dd label {
    display: block;
    font-size: 12px;
    font-weight: normal;
    margin-left: 70px;
}

#form_submit_quote .form_controls input {
    background: none;
    border: none;
    color: #66CCFF;
    font-family: Georgia, serif;
    font-size: 34px;
    font-style: italic;
    font-weight: bold;
	padding: 10px 0 0 0;
}

#form_submit_quote .form_controls input:hover {
    cursor: pointer;
}

.form_success {
	color: #666;
}

.form_success h3 {
	color: #F69;
	font-size:1.3em;
	padding:0 0 10px 0;
	margin:0;
}

.form_success p {
	padding:0 10px 0 0;
	margin:0;
}