﻿body
{
    background-color : white ;
    width : 250px ;
}

iframe
{
    width : 250px ;
    height : 500px ;
}

div
{
    font-family : arial ;
    font-size : 11px ;
}

#quote_form_ErrorText
{
    color :  Red ;
    font-weight : bold ;
    font-size : 12px ;
}

.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 : 200px ;
}

.FormBottom
{
    background-image : url(../images/quote_bottom.gif) ;
    background-repeat : no-repeat ;
    padding-left : 10px ;
    height : 40px ;
    width : 200px ;
}

span
{
    display:-moz-inline-block;	
    display:-moz-inline-box;	
    display:inline-block;
    width : 170px ;
    margin-top : 5px ;
}


input, textarea, select
{
    width : 150px ;
    font-size : 11px ;
}

#quote_form_Depart_Country, #quote_form_Arrive_Country, #quote_form_Shipment_Type, #quote_form_Arrive_State, #quote_form_Depart_State, #quote_form_Moving_Month
{
    width : 157px ;
}

#quote_form_Shipment_Type_Text, #quote_form_Depart_Country_Text, #quote_form_Moving_Month_Text, #quote_form_Email_Text, #quote_form_Tel_Number_Text, #quote_form_Arrive_Country_Text
{
    color : Navy ;
    font-weight : bold ;
    margin-top : 4px;
}
    
.button
{
    width : auto ;
}

.opaque
{
   position : absolute ;
   top : 0px ;
   left : 0px ;
   display : block ;
   width : 250px ;
   height : 500px ;
   z-index : 10 ;
}

#quote_form_butHome
{
    width : auto ;
}

.hover
{
	color : blue ;
	text-decoration :  underline ;
}

em
{
    color : gray ;
}

.tiny
{
    width : 0px ;
    height : 0px ;
    margin-top : -15px ;
}

#Progress
{
   position : absolute ;
   top : 0px ;
   left : 0px ;
   display : block ;
   width : 250px ;
   height : 500px ;
   z-index : 15 ;
   background-color : white ;
   padding-top : 170px ;
   text-align : center ;
   color : Black ;
   font-size : 20px ;
}


.quote
{
    width : 250px ;
}

#quote_form_splashscreen
{
   position : absolute ;
   top : 0px ;
   left : 0px ;
   display : block ;
   width : 220px ;
   height : 500px ;
   z-index : 10 ;
}

.hidden
{
	display : none ;
}
