﻿/** get a quote boxes **/

.green_button_box {
float: right;
width: 185px;
margin-bottom: 5px;
}

.green_button_box img {
float: left;
}

.green_button_box_open {
    border        : 6px solid #B6C9A5;
    background    : #679149;
    float         : right;
    width         : 166px;
    padding       : 3px;
    margin-bottom : 5px;
    display       : none;
}

.green_button_box_open div {
    margin-bottom : 3px;
}

.green_button_box_open select {
    width         : 166px;
    margin-bottom : 2px;
}

.green_button_box_open input {
    border    : 1px solid #87898c;
    width     : 100px;
    font-size : 10px;
    color     : #808285;
    padding   : 2px
}

.green_button_box_open .full_width_text_box {
    width : 156px;
}

.green_button_box_open .button {
    border           : none;
    background-color : #ec881d;
    color            : #ffffff;
    font-weight      : bold;
    width            : 56px;
    font-size        : 11px;
    cursor           : pointer;
}

.green_button_box_open .login_button {
    border           : none;
    background-color : #ec881d;
    color            : #ffffff;
    font-weight      : bold;
    width            : 56px;
    font-size        : 11px;
    cursor           : pointer;
    float            : right;    
}

.green_button_box_open a {
    color           : #CAE0BA!important;
    text-decoration : underline!important;
}

.green_button_box_open .retrievequote {
	margin: 0px; padding: 5px 0 3px 0; display:block;
}


.green_offer_box_open {
}

.green_offer_box_open div {
    margin-bottom : 3px;
}

.green_offer_box_open select {
    width         : 166px;
    margin-bottom : 2px;
}

.green_offer_box_open input {
    border    : 1px solid #87898c;
    width     : 100px;
    font-size : 10px;
    color     : #808285;
    padding   : 2px
}

.green_offer_box_open .full_width_text_box {
    width : 156px;
}

.green_offer_box_open .button {
    border           : none;
    background-color : #ec881d;
    color            : #ffffff;
    font-weight      : bold;
    width            : 56px;
    font-size        : 11px;
    cursor           : pointer;
}

.green_offer_box_open .login_button {
    border           : none;
    background-color : #ec881d;
    color            : #ffffff;
    font-weight      : bold;
    width            : 56px;
    font-size        : 11px;
    cursor           : pointer;
    float            : right;    
}

.green_offer_box_open a {
    color           : black!important;
    text-decoration : underline!important;
}

.green_offer_box_open .retrievequote {
	margin: 0px; 
	padding: 5px 0 3px 0; 
	display:block;
	background-color:#A8BF94;
    font-size:11px;
    margin:0px;
    padding:0px;
    width:auto;
}
