/* remove system borders for A tags */
#productquerypro a:active {outline:none;}
#productquerypro:focus {-moz-outline-style:none;}
/* remove ie scrollbar */
#productquerypro textarea{overflow:auto;}
#productquerypro #overlay-trigger {
    display:block;
    text-align:center;
    text-decoration:none;
    overflow:hidden;
    cursor:pointer;
}
#productquerypro #overlay-base {
    display:none;
    z-index:10000;
    background-color:transparent;
    border-radius:6px;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    -moz-box-shadow:0 0 90px 5px #000;
    -webkit-box-shadow:0 0 90px #000;
}
#productquerypro #overlay-base .close {
    position:absolute;
    background-image:url(../img/close.png);
    height:35px; /* image width - 1 */
    width:35px; /* image height - 1 */
    right:-15px;
    top:-15px;
    z-index:10001; /* above overlay */
    cursor:pointer;
}
#productquerypro #productquerypro-form {
    position:relative;
    padding:15px 20px;
    margin:0 auto;
    width:446px; /* largest recaptcha */
    border-radius:6px;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
}
#productquerypro #productquerypro-form h3 {margin-top:0px;}
#productquerypro #productquerypro-form p {
    font-size:1em;
    padding:0 0 16px;
}
#productquerypro #productquerypro-form label {display:block;}
#productquerypro #productquerypro-form input,
#productquerypro #productquerypro-form textarea {
    font-family: inherit;
    font-size:1em;
    padding:5px;
    margin:0;
    resize:none;
    text-shadow:1px 1px 1px #000;
    border:1px solid #444;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
}
#productquerypro #productquerypro-form input[type="text"],
#productquerypro #productquerypro-form input[type="email"],
#productquerypro #productquerypro-form input[type="url"],
#productquerypro #productquerypro-form input[type="number"]{width:200px;}
#productquerypro #productquerypro-form textarea{width:435px;}
#productquerypro #productquerypro-form button {
    font-family: inherit;
    line-height:1;
    outline:0;
    padding:0.5em;
    box-shadow:0 0.1em 0.2em rgba(0, 0, 0, 0.5);
    text-shadow:0 0 0.1em #222222;
    border-radius:13px;
    -moz-border-radius:13px;
    -webkit-border-radius:13px;
    cursor:pointer;
}
#productquerypro p#server-response {
    text-transform:uppercase;
    margin:0;
    padding:0;
    text-align:center;
}
/* outwith #productquerypro */
.productquerypro-form-error {
    display:none;
    z-index:11000; /* above overlay */
    height:14px;
    padding:1px 10px;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    -moz-box-shadow:0 0 3px #ddd;
    -webkit-box-shadow:0 0 6px #ddd;
}
.productquerypro-form-error p {margin:0;}
.productquerypro-form-error em {
    display:block;
    width:0;
    height:0;
    border:7px solid;
    position:absolute;
    bottom:-14px;
    left:7px;
}