
#content {padding:0;}
#custom_rate_quote {width:200px; border:7px solid #ebebeb; background:#fffed6;}
#custom_rate_quote h2 {width:200px; padding:10px 0; background:#6b6b6b; color:#fff; font:bold 14px Arial; text-align:center; margin:0;}
#custom_rate_quote p {font:12px Arial; border-bottom:1px dotted #888760; margin:8px 0 10px;}
#custom_rate_quote img {boder:0; margin:0 5px 5px 15px; vertical-align:middle;}
#custom_rate_quote select {width:170px; margin:5px 0 5px 15px; font:12px Arial; padding:4px 0 4px 4px;}

#rate-update{
    
    padding: 5px;
border-radius: 5px;
border: solid 1px #8FC740;
margin: 0 auto -6px auto;
width: 95%;
font: normal 12px sans-serif;
color: #807C7C;
position: relative;
overflow: hidden;
height: 46px;
}
#rate-update strong{
    color:#555;
}
#rate-update a {
    
    text-decoration: underline;
}
#rate-update a.morelink {
        position: absolute;
right: -1px;
bottom: -1px;
z-index: 10;
border-radius: 6px 0 5px 0;
border: solid 1px #8FC740;
background-color: #8FC740;
padding: 2px 5px;
color: #fff;
}
#rate-update a.morelink:hover {
    color:#fff;
    background-color:#8FC740;
}

#rate-update p{
    margin:0 0 10px 0;
    padding:0;
}
