@charset "utf-8";

html, body
{
    margin: 0;
    padding: 0;
}

body{
    font-family: arial,verdana;
    font-size: 12px;
    background: url('../../images/header.png') repeat-x;
}

#content{
    width: 960px;
    margin: 0 auto;
}

#header{
    width: 960px;
    height: 102px;
    margin: 0 auto;
}

div.header_left{
    width: 700px;
    height: 52px;
    background: url('../../images/logo.png') no-repeat;
    color: #FFF;
    float: left;
    font-style: oblique;
    font-size: 24px;
    text-shadow: 2px 2px 2px rgba(0,0,0, 0.3);
    text-align: center;
    padding-top: 50px;
}

div.header_right{
    float: right;
    width: 150px;
    padding: 5px;
    color: #000;
     padding-top: 15px;
}

div.header_right span{
    color: #FFF;
}
div.header_right a{
    text-decoration: none;
    color: #FFFFFF;
}

div.header_right a:hover{
    text-decoration: underline;
}

#main{
    width: 700px;
    margin: 10px 0;
    float: left;
}

#side{
    width: 240px;
    margin: 10px 0;
    padding: 0 10px;
    float: left;
}
h2{
    font-size:16px;
    border-bottom: 1px solid #63A4BC; 
    width: 100%;
}

table{
    margin: 5px;
    border: 1px solid #E5E5E5;
}

td{
    border: 1px solid #E5E5E5;
    padding: 5px;
}

input.text1{
    width: 300px;
    border: 1px solid #1B3043;
    padding: 2px;
}

input.text2{
    width: 165px;
    border: 1px solid #1B3043;
    padding: 2px;
}

textarea.textarea1{
    width: 300px;
    height: 100px;
    border: 1px solid #1B3043;
    padding: 2px;
}

td.td1{
    font-weight: bold;
    width: 100px;
}

td.td2{
    font-weight: bold;
    font-style: oblique;
    width: 100px;
}

td.td3{
    text-align: right;
    width: 100px;
}



