#form1 table td:first-of-type {
    width: 20%;
}

#form1 label {
    float: left;
    width: 40px;
    text-indent: 5px;
}

#form1 input[type="submit"]
{
    cursor: pointer;
    list-style: none;
    background: url(../images/bluesubmit.jpg);
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #002e45;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 0 -1px 0 #004b72;
    padding-left: 27px;
    display: block;
    text-decoration: none;
    width: 100%;
}

.panel_right
{
    background: #f56b18;
    padding-bottom: 10px;
}

/*Captcha*/
div.g-recaptcha > div > div
{
    width: 210px !important;
}

div.g-recaptcha iframe
{
    transform: scale(0.85);
    margin-left: -25px;
}

#form2
{
    width: 100%;
}
#form2 input[type="submit"]
{
    width: 70px;
    height: 30px;
    text-transform: uppercase;
    background: #d11914;
    background: -webkit-gradient(linear, left top, left bottom, from(#f04642), to(#d11914));
    background: -moz-linear-gradient(top, #f04642, #d11914);
    background: -o-linear-gradient(#f04642, #d11914);
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    line-height: 25px;
    text-decoration: none;
    display: block;
}