﻿div.InstantQuoteSection 
{
   padding-left: 20px;
   padding-top: 10px;
    padding-right: 20px;
}

.InstantQuoteSection h1
{
    font-size: 12px;
    color: #4862A7;
}

#LiveQuoteContainer
{
   width: 800px;
   float: left;
}

#LiveQuoteLeftPanel
{
      float: left; 
      width: 170px;
}

#LiveQuoteRightPanel
{
    float: right;
    width: 600px;
}

.LiveOrderInstruction
{
    text-align: left; 
    vertical-align: top;
    color: #6E6E6E;
    display: block;
    float: left;
    margin-right: 30px;
    width: 120px;
}

.LiveOrderRow
{
    padding-top: 5px;
    width: 100%;
}