@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*/

#homeQuote

{
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;
     display:block;
     float:left;
     font-size:0.7em;
     display:inline-block;
 }
 .quickQuoteAssumptionsFieldLabel
 {
     font-weight:normal;
	 width: 400px !important;
	 padding-bottom: 15px;
 }
 .quickQuoteFieldGenderLabel
 {
     margin:0;
     width:85px !important;
 }
 .quickQuoteAssumptionsFieldHyperlink
 {
     color:#FFF;
 }
 
 .tooltiprightaligned
 
 {
  position:relative;
  float:left;
  left:40px;
  margin:0 !important;
  padding:0 !important;
 }
 

.quickQuoteTextBox,.quickQuoteDropDown,.quickQuoteCheckbox,
 .quickQuoteTextBoxRebuildCost,.quickQuoteDropDownContentsPercent,.quickQuoteTextBoxContentsValuem
 .quickQuoteTermsCheck
 
 {
   	width:204px !important;
    font-size:0.7em !important;
     float:left;
	 
 }
 .smalldropdown
 {
 width:53px !important;
  font-size:0.7em !important;
  }
  
  .quickQuoteTermsCheck
 {
     width:15px;
     height:0.9em;
     margin:0 0 0 14px;
     padding:0;
	 float:left;
 }
  .quickQuoteCheckbox
 {
     width:15px;
     height:1.2em;
     margin:0 3px 0 0;
     padding:0;
 }
 
 .quickQuoteDropDown
 {
     width:165px;
 }

 .quickQuoteHelpIcon
 {
     float:left;
     margin-left:5px;
 }
 .quickQuoteFieldError
 {
     color:#f9610e;
     font-weight:bold;
     width:400px;
	 margin:0 7px 0 14px;
     padding-top:6px;
	 display:block;
     float:left;
	 font-size:0.7em;
     display:inline-block;
	 padding-left:0 !important;
     clear:both;
     display:none;
 }
 .quickQuoteQuotationButton,.quickQuoteQuotationButton2
 {
     background-image:url('/media/Common/Images/FBD/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/Common/Images/FBD/fbd_button_quick_quote_get_quote2.gif');
	 color:#fff !important;
 }
 
 /*END - Quick Quote Content*/
 
 /*Home Quick Quote Specific*/
 
  .quickQuoteSmallLabel
 {
     margin:0;
     width:auto;
 }
 
  .quickQuoteSmallLabel2
 {
    margin:0;
	padding:0;
    width:auto !important;
	color:#fff;
    font-weight:bold;
    font-size:0.7em;
	
	
     
 }

 

 .quickQuoteTextBoxRebuildCost
 {
     padding:0;
	 margin:0;
	 font-size:0.75em !important;
     float:left;
	 width:105px !important;
 }
 .quickQuoteDropDownContentsPercent
 {
     width:48px;
 }
 .quickQuoteTextBoxContentsValue
 {
     width:50px !important;
     font-size:0.75em !important;
     float:left;
 }
  .quickQuoteTextBoxContentsValue2
 {
      width:106px !important;
	  height:auto;
	  font-size:0.7em !important;
 }
 .quickQuoteFieldWrap
 {
     width:198px !important;
     float:left;
 }
  .quickQuoteFieldWrap-lg
 {
    width:auto;
    float:left;
 }
 
 .checkbox
 
{
  	margin:0 7px 0 14px;
    width:auto;
    display:block;
    float:left;
    display:inline-block;
 }
 
 .quickQuoteFieldJointAgeLabel
 {
     color:#fff;
     font-weight:bold;
     width:85px;
     display:block;
     float:left;
     font-size:0.7em;
     display:inline;
 }

.homeFormDateLong {
    font-size: 0.7em;
    height: 12px;
    width: 110px;
}
 /*END Home Quick Quote Specific*/
 
