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

root { 
    display: block;
}

.sidemenu ul {
    margin-left: 177px;
    margin-top: 240px;
}

.sidemenu ul li a {
    width: 105px;
}

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.captcha {margin-left: 85px;}
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 : 768px) {
    .sidemenu ul {margin-left: 81px;}
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
    textarea {width: 306px;}
}

@media only screen and (max-width : 320px) {
    table {text-align: left;}
    .td1 {width: 70px !important;}
    .td2 {width: 1px;}
    .td3 {width: 200px !important;}
    input[type="text"] {width: 220px !important;}
    textarea {width: 216px; margin-left: 0;}
    table tr td a.captcha {margin: 0 auto;}
    input[type="submit"] {margin-left: 4px !important;}
}