/* Copyright 2005 Network Design & Consulting, LLC  All Rights Reserved.*/
/* $Id: contact.css*/


/* Contact Form */


table.form {
float: center;
/*margin-left: 14.5em;*/
}

fieldset {
border: #000000 solid 1px;
padding: .5em;
width: 30em;
}

legend {
background: #99B8B3;
border: #000000 solid 1px;
padding: 1px 10px;
/*font-weight: bold;*/
font-size: .75em;
color: #000000;
font-family: Arial,Helvetica,Sans-Serif;
}

form.contact {
padding: 0.5em;
width: 31.5em;
/*background: #eee;*/
}

form.contact div {
clear: both;
padding: 0.5em 0 0 0;
}

label {
width: 15em;
float: left;
text-align: right;
margin: 0 1em 10px 0;
clear: both;
color: #000000;
font-size: .75em;
font-family: Arial,Helvetica,Sans-Serif;
}

input,textarea {
float: left;
margin-bottom: 7px;
color: #000000;
background: #99B8B3;
border: #000000 solid 1px;
text-align: left;
width: 20em;
overflow: auto;
font-family: Arial,Helvetica,Sans-Serif;
font-size: .75em;
}

.input-box:focus {
background:#fff;
}

.textarea:focus {
background:#fff;
}

.input-long {
float: left;
margin-bottom: 7px;
color: #000000;
background: #99B8B3;
border: #000000 solid 1px;
text-align: left;
width: 20em;
font-family: Arial,Helvetica,Sans-Serif;
font-size: .75em;
}

.input-long:focus {
background:#fff;
}

.input-short {
float: left;
margin-bottom: 7px;
color: #000000;
background: #99B8B3;
border: #000000 solid 1px;
text-align: left;
width: 5em;
font-family: Arial,Helvetica,Sans-Serif;
font-size: .75em;
}

.input-short:focus {
background:#fff;
}

.input-medium {
float: left;
margin-bottom: 7px;
color: #000000;
background: #99B8B3;
border: #000000 solid 1px;
text-align: left;
width: 10em;
font-family: Arial,Helvetica,Sans-Serif;
font-size: .75em;
}

.input-medium:focus {
background:#fff;
}

.submit-button {
float: none;
margin-bottom: 7px;
/*margin: 0 0 0 30%;*/
width: 8em;
text-align: center;
font-family: Arial,Helvetica,Sans-Serif;
font-size: .75em;
}

.describe {
clear: left;
float: left;
text-align: left;
margin-left: 1em;
margin-top: 1em;
margin-bottom: 1em;
margin-right: 1em;
font-family: Arial,Helvetica,Sans-Serif;
font-size: .75em;
color: #000000;
}

.checkbox {
float: left;
width: 2em;
}

.radio {
float: right;
width: 2em;
}

.quotetitle {
font-family: Arial,Helvetica,Sans-Serif;
font-size: 1em;
color: #000000;
}

