body {
    color:#000000;
    font-family:Tahoma;
    font-size:11px;
}

a {
    text-decoration: underline;
    color: #000000;
}

P {
	color: #000000;
	font-family: Verdana,serif;
	font-size: 9px;
}

table.mainBorder {
	border: solid 1pt #000000;
}

/* CSS for the common forms */

legend {
    font-family: Tahoma;
    font-size: 14px;
    font-weight: bold;
    color: #000000;
}

div#quoteFormWrapper {
    text-align: center;
    width: 738px;
    height: 400px;
}

div#quoteFormDiv {
    margin: 0px auto;
    text-align: left;
    width: 410px;
    height: 400px;
}

div#contactFormWrapper {
    text-align: center;
    width: 738px;
    height: 250px;
}

div#contactFormDiv {
    margin: 0px auto;
    text-align: left;
    width: 410px;
    height: 250px;
}

div#wrapperStateBoundary {
    width: 390px;
    margin: 0px auto;
    text-align: center;
}

div.labelStateBoundary {
    float: left;
    padding: 5px;
    font-family: Tahoma;
    font-size: 11px;
    font-weight: bold;
    color: #000000;
    text-decoration: underline;
}

div.wrapperOrderLeft {
    float: left;
    width: 304;
}

div.wrapperOrderRight {
    float: left;
    width: 304;
}

div.formRow {
    float: left;
    clear: both;
    padding-top: 3px;
    padding-bottom: 3px;
    line-height: 12px;
}

div.inputLabel {
    float: left;
    width: 105px;
    text-align: right;
    font-family: Tahoma;
    font-size: 11px;
    color: #000000;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-right: 5px;
}

div.inputItem {
    float: left;
    clear: right;
    padding-top: 3px;
    padding-bottom: 3px;
    width: 185px;
    text-align: left;
    font-family: Tahoma;
    font-size: 11px;
    color: #000000;
}

input, select, textarea/*, option*/ {
    font-family: Tahoma;
    font-size: 11px;
    color: #000000;
    border: solid 1pt #000000;
}

.quoteOutputDiv {
   font-family: Tahoma;
   font-size: 11px;
   color: #000000;
}

.quoteOutputLabel {
   font-family: Tahoma;
   font-size: 11px;
   color: #000000;
}

.quoteLink {
   font-family: Tahoma;
   font-size: 14px;
   color: #000000;
}

img {
    border: 0px;
}
