﻿* { margin : 0px ; padding : 0px ; }

#ctl00_quote_form_ErrorText
{
    color :  Red ;
    font-weight : bold ;
    font-size : 12px ;
}

.quoteform
{
    background-color : White ;
    padding-left : 30px ;
    height : 320px ;
    width : 200px ;
}

.FormTop
{
    background-image : url(../images/quote_top.gif) ;
    background-repeat : no-repeat ;
    padding-left : 10px ;
    height : 34px ;
    width : 200px ;
}

.FormMiddle
{
    background-image : url(../images/quote_middle.gif) ;
    background-repeat : no-repeat ;
    padding-left : 10px ;
    width : 190px ;
    margin-left : 0px ;
    text-align : left ;
    height : auto ;
}

.FormBottom
{
    background-image : url(../images/quote_bottom.gif) ;
    background-repeat : no-repeat ;
    padding-left : 10px ;
    height : 40px ;
    width : 200px ;
    margin-left : 0px ;
}


input, textarea, select
{
    width : 150px ;
    font-size : 11px ;
    display : inline-block ;
    margin-top : 1px ;
    height : 18px ;
}

.title
{
    color : navy;
    font-weight : bold ;
    font-size : 12px ;
    line-height : 20px ;
    margin-top : 10px ;
}
    
.button
{
    width : auto ;
    color : Black ;
    height : 25px ;
    margin-top : 7px ;
}

.hover
{
	color : blue ;
	text-decoration :  underline ;
}

em
{
    color : gray ;
}


#NoJavascript
{
   position : absolute ;
   top : 0px ;
   left : 0px ;
   display : block ;
   width : 100% ;
   height : 1200px ;
   z-index : 15 ;
   background-color : white ;
   padding-top : 270px ;
   text-align : center ;
   color : Black ;
   font-size : 16px ;
}

.tiny
{
    display : none ;
}

.hidden
{
	display : none ;
}

.xxsmall
{
	width : 20px ;
}

.xsmall
{
	width : 35px ;
}

.small
{
	width : 40px ;
}

.smallmedium
{
	width : 55px ;
}

.medium
{
	width : 70px ;
}

.large select
{
	width : 160px ;
}
