#content #con2 {
    width: 300px;
    height: 400px;
    float: right;
    margin: 20px 20px 0 0;
}

#con2 #form {
    width: 300px;
    height: 380px;
    float: right;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    background: #c50e09;
}

#con2 #form h2 {
    width: 300px;
    height: 40px;
    /*background: #eec713;*/
    /*background: #c50e09;*/
    background: #860703;
    text-align: center;
    font-family: arial;
    font-size: 24px;
    color: #ffffff;
    line-height: 40px;
    border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
}

#con2 #form label {
    font-family: arial;
    font-size: 14px;
    font-weight: bold;
    /*color: #262726;*/
    color: #ffffff;
    margin-left: 15px;
    float: left;
}

#con2 #form input {
    width: 200px;
    height: 24px;
    margin: 6px 0 6px 10px;
    border: 1px #eec713 solid;
}

#con2 textarea {
    width: 200px;
    height: 60px;
    margin: 6px 0 6px 10px;
    border: 1px #eec713 solid;
}

#con2 #form #Submitquery {
    width: 90px;
    height: 32px;
    margin-left: 10px;
    background: #f2f2f2;
    border: none;
    color: #000000;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px; 
}

#con2 #form #Submitquery:hover {
    /*background: #c50e09;*/ 
    background: #eec713;
    color: #000000;
}

#con2 #call {
    width: 300px;
    height: 170px;
    float: right;
    margin-top: 10px;
    background: #fae009;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px; 
}
