    #checkRate
    {
     float: right;
     width: 255px;
     color: #909090;
    }
    #checkRate.bookHomeRight{
     /*background-color: #e6e6e6;*/
     width: 100%;
     height: 198px;
     /*border: solid 1px #909090;*/
     color: #686868;     	
    }
    #checkRate.bookHomeRight form{
      margin-left: 7px;
    }
    #checkRate h3, #checkRate fieldset label, #checkRate fieldset select, #checkRate legend
    {
        font-size: 0.9em;
    }
    #checkRate h3
    {
        margin: 0 0 10px 0;
	font-size: 1em;
	text-transform: uppercase;
        padding: 0 0 5px 0;
    }
    #checkRate.bookHomeRight h3{
        text-indent: 7px;
        /*background-color: #686868;
        color: #fff;*/
    }
    #checkRate legend
    {
     background-color: transparent;
    }
    #checkRate fieldset label
    {
        width: 60px;
        float: left;
        
    }
    #checkRate fieldset{
	float: left;
	padding-bottom: 3px;
    }
    #checkRate fieldset.right-field{
	float: left;
	margin-left: 14px; 
    }
    #checkRate fieldset.inputField{
	width: 230px; 
    }
    #checkRate fieldset select
    {
        float: left;
        margin-right: 0.5em;
        width: 44px;
    }
    #checkRate fieldset select.year
    {
        width: 60px;
    }
    #checkRate fieldset select.month
    {
       width: 52px;
    }
    #checkRate img
    {
        margin-top: 2px;
    }
    #header
    {
        clear: right;
        background: #000 url(../images/header_bg.gif) no-repeat;
        /*padding-bottom: 30px;*/
    }
    #top-menu
    {
        height: 20px;
    }
    #checkRate input{
        float: right;
    }
    .bestRates
    {
        border: none;
        color: #909090;
        background-color: Transparent;
        cursor: pointer;
	font-weight: bold;
	text-transform: uppercase;
	margin: 5px 0 0 0;
        font-size: 0.8em;
	font-family: Georgia,Times New Roman,Serif;
        padding: 0;
    }
    #checkRate.bookHomeRight .bestRates{
        color: #686868;
    } 
    .home .promo-text {
        float: left;
    }