/***************sub containers section*/
#page_content {
    color:#004687;
    margin-top: 10px;
}


form.style_1 table tr.head {
    background: url('../images/dot_tr_24.gif') top left repeat-x;
}

form.style_1 table tr.head th {
    text-align: left;
}

/* Form styles */
input.text {
    height: 16px;
}

input.text,
textarea,
select {
    /*background: #EEEEF0;*/
    border: 1px solid #6E6E6E;
}

textarea,
select {
    font: 12px Arial, sans-serif;
}

label {
    position: relative;
    top: -2px;
}

form .controls {
    margin: 10px 0;
    line-height: 18px;
}

#recommend input.text {
    width: 180px;
}

#recommend textarea {
    width: 400px;
}

#recommend .button span button {
    width: 110px;
}

form .controls .button {
    margin: 0 20px 0 0;
}


form.style_1 input,
form.style_1 textarea {
    background: #fff;
}

form.style_1 table {
    margin-top: 10px;
    border-collapse: collapse;
    border-bottom: 1px solid #AFB4B4;
}

form.style_1 table tr.head {
    background: url('../images/dot_tr_24.gif') top left repeat-x;
}

form.style_1 table td {
    padding: 5px 10px;
    vertical-align: top;
}

form.style_1 table th div {
    margin: 2px 0;
    padding: 2px 10px;
    background: #D9DADC;
    line-height: 16px;
}

form.style_1 table th {
    font-weight: bold;
}

form.style_1 .controls {
    border-top: 1px dotted gray;
    padding: 10px;
}

form.style_1 .controls .button{
    float: right;
    margin: 0 0 0 20px;
}

#recommend .shadow {
    float: right;
    clear: both;
    margin: 0;
}

#recommend .shadow div {
    width: 110px;
}

.shadow,
.shadow div {
    display: inline-block;
    padding: 0;
    background:transparent url(../images/shadow.gif) no-repeat scroll right bottom;
}

.shadow div {
    width: auto;
    height: 20px;
    overflow: visible;
    padding: 0 5px;
    border: 0;
    background: url('../images/yxo_btn_r.gif') right 0px no-repeat;
    font: bold 11px/20px Arial, sans-serif;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    text-align: left;
    white-space: nowrap;
}

.shadow div {
    padding: 0 10px 10px 0;
    background: url('../images/shadow_alpha.png') left top no-repeat;
}

.shadow div a {
    background:#C83246 url(../images/bg_btn_go.gif) no-repeat scroll right center;
    overflow:hidden;
    padding:0 30px 0 5px;
    text-align:left;
}


