/* converted css has been extracted from Vers 2 main.css and will be called v3_include_askaquestion.css to support
   the v3_include_askaquestion.html dropinable version of the Vers 2 include_askaquestion.html.
   main.css cannot be used because other styles within main.css conflict with Vers 3 styles used by all Vers 3 templates */

.relax {
    clear: both;
    height: 0;
    line-height: 0px;
    font-size: 0;
}

.v3-send-enquiry .v3-send-enquiry-popup label span
{
    font-weight:bold;
    color:#25c2e2;
}
/*  Send Enquiry popup  */
#v3-send-enquiry-container {
    background:#E9E9E9;
    border-radius: 4px;
    height: auto;
    padding: 0px;
    margin-bottom: 30px;
}
.v3-send-enquiry .v3-send-enquiry-popup{
/*
    position: absolute;
    width:272px;
    border:4px solid #a9e11d;
    z-index: 1;
*/
    display:none;
}
.v3-send-enquiry .v3-send-enquiry-popup.v3-inline-enquiry {
    position: relative;
    display: inline-block;
    zoom: 1;
    padding: 15px;
}
.v3-send-enquiry .v3-send-enquiry-popup label{
    color:#444;
    font: 1.1em Tahoma,sans-serif;
    letter-spacing: 0.4px;
    display:block;
    float:left;
    margin:10px 0 5px;
}
.v3-send-enquiry .v3-send-enquiry-popup input{
    border:1px solid #ccc;
    width: 100%;
    height: 30px;
    border-radius: 2px;
    font-size: 1.2em;
    padding: 0 4px;
    box-sizing : border-box;
}
.v3-send-enquiry .v3-send-enquiry-popup input.small{
    width:184px;
}
.v3-send-enquiry .v3-send-enquiry-popup textarea{
    border:1px solid #ccc;
    border-radius: 2px;
    width: 100%;
    height: 89px;
    box-sizing : border-box;
}
.v3-send-enquiry .v3-send-enquiry-popup textarea.hints{
    font-size: 11px;
    color: #959595;
}
.v3-send-enquiry .v3-send-enquiry-popup .v3-captcha{
    margin: 4px 0 20px;
    width: 100%;
}

.v3-send-enquiry .v3-send-enquiry-popup button {
    border:0px none;
    width: 100%;
    height: 36px;

    cursor:pointer;
    font-size: 1.4em;
    border-radius: 4px;
    color: #fff;
    background-color: #81b704;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.v3-send-enquiry .v3-send-enquiry-popup button:hover {
    background-color: #689E00;
}