/* 
    Document   : about_awards
    Created on : Jun 14, 2013, 5:08:38 PM
    Author     : Ping
    Description:
        Purpose of the stylesheet follows.
*/

root { 
    display: block;
}

.sidemenu {background: url(../img/sidemenu/group.png) no-repeat;}

table tr {
    margin: 4px 0;
}

table tr td {
    font-size: 12px;
    font-family: Arial, sans-serif;
    color: #231f20;
}

table tr td {vertical-align: top;}

.td1 {width: 130px;}
.td2 {width: 20px;}
.td3 {width: auto;}

.center {text-align: center;}

span {color: #f3700d;}

input[type="text"] {
    width: 300px;
    margin-bottom: 4px;
    margin-top: -2px;
    border: 1px #e3e9ef solid;
    border-top: 1px #abadb3 solid;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    behavior: url(css/PIE.htc);
}

textarea {
    width: 300px;
    height: 120px;
    resize: none;
    margin-bottom: 4px;
    margin-top: -2px;
    border: 1px #e3e9ef solid;
    border-top: 1px #abadb3 solid;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    behavior: url(css/PIE.htc);
}

input[type="submit"] {margin-right: 4px;}

table tr td a img {margin: 5px 0;}

@-moz-document url-prefix() {
    .forMozilla {margin-left: 80px !important;}
}

@media screen and (-webkit-min-device-pixel-ratio:0) { 
    textarea {
        width: 296px;
        margin-bottom: 2px;
    }
}

@media only screen and (max-width : 568px) {
    .banner {background-position: 700px top !important;}
}