@charset "utf-8";

/****************************************************
 * CSS used for FBD motor insurance quick quote screen
 *
 * Created by  		- Jonathan Holmes 27/04/2009
 *
 * Last Updated 	- Jonathan Holmes 27/04/2009
 *
 ***************************************************/
 
 /*Quick Quote Panel*/
 
 #carQuote

{
width:456px !important;
}
 
 
 .quickQuotePanel
 {
     width:450px !important;
     font-family: Verdana;
     font-size: 1.00em;
     padding-top:50px !important;
     border:none;
 }
 
 .quickQuoteFields
 {
     margin:0;
     padding:0;
     list-style:none;
	
 }
 
 .quickQuoteFieldRow
 {
     padding:6px 0;
     float:left;
 }
 
 .quickQuoteButtonRow
 {
     padding-bottom:27px;
	 float:left;
 }
 
 
 /*END - Quick Quote Panel*/
 
 /*Quick Quote Content*/
 
 .quickQuoteFieldLabel,.quickQuoteAssumptionsFieldLabel,.quickQuoteFieldGenderLabel,.quickQuoteFieldError,
 .quickQuoteSmallLabel
 {
     color:#fff;
     font-weight:bold;
     margin:0 7px 0 14px;
     width:193px !important;
     display:block;
     float:left;
     font-size:0.7em;
     display:inline-block;
	
 }
 .quickQuoteAssumptionsFieldLabel
 {
     padding-bottom:15px;
     font-weight:normal;
	 width: 400px !important;
 }
 .quickQuoteFieldGenderLabel
 {
     margin:0;
     width:70px! important;
 }
 .quickQuoteAssumptionsFieldHyperlink
 {
     color:#FFF;
 }
.quickQuoteTextBox,.quickQuoteDropDown,.quickQuoteCheckbox,
 .quickQuoteTextBoxRebuildCost,.quickQuoteDropDownContentsPercent,.quickQuoteTextBoxContentsValuem
 .quickQuoteTermsCheck
 
 {
   	width:206px !important;
    font-size:0.7em !important;
     float:left;
	 
 }
  .quickQuoteTextBoxSmall
 
 {
 width:192px !important;
 font-size:0.7em !important;
 }
  .quickQuoteCheckbox
 {
     width:15px !important;
     height:1.2em;
     margin:0 3px 0 0;
     padding:0;
 }
 
  .quickQuoteTermsCheck
 {
     width:15px;
     height:0.9em;
     margin:0 0 0 14px;
     padding:0;
	 float:left;
 }
 
 .quickQuoteTextBox
 {
     width:126px;
 }
 .quickQuoteDropDown
 {
     width:164px;
 }

 .quickQuoteHelpIcon
 {
     float:left;
     margin-left:5px;
 }
 .quickQuoteFieldError
 {
     color:#f9610e;
     font-weight:bold;
     width:400px !important;
     padding-top:6px;
	 padding-left:0 !important;
     clear:both;
     display:none;
 }
 .quickQuoteQuotationButton,.quickQuoteQuotationButton2
 {
     background-image:url('/media/FBD/images2/fbd_button_quick_quote_get_quote.gif');
     width:228px;
     height:44px;
     border:none;
     color:#fff;
     font-weight:bold;
     font-family:Arial;
     font-size:.9em !important;;
     margin-left:140px;
     background-color:Transparent;
	 cursor:pointer; cursor:hand;
 }
 .quickQuoteQuotationButton2
 {
     background-image:url('/media/FBD/images2/fbd_button_quick_quote_get_quote2.gif');
	 color:#fff !important;
 }
 
 /*END - Quick Quote Content*/
 
 /*Home Quick Quote Specific*/
 
.quickQuoteSmallLabel
 {
     margin:0;
     width:8px  !important;
 }
 
  .quickQuoteSmallLabel2
 {
     margin:0;
     width:30px !important;
	 color:#fff;
     font-weight:bold;
     font-size:0.8em;
     
 }
 .quickQuoteTextBoxRebuildCost
 {
     width:70px !important;
 }
 .quickQuoteDropDownContentsPercent
 {
     width:48px;
 }
 .quickQuoteTextBoxContentsValue
 {
     width:78px;
 }
 .quickQuoteFieldWrap
 {
     width:190px;
     float:left;
 }
  .quickQuoteFieldWrap-lg
 {
     width:auto;
     float:left;
 }
 
  .eurosymbol
 {margin: 5px 2px 0 0;}
 
   .quickQuoteCheckbox
 {
	width:15px !important;
	height:12px;
	margin:0 3px 0 0;
	padding:0;
 }
 /*END Home Quick Quote Specific*/