* {
    margin: 0px;
    border: 0px;
    padding: 0px;
}
.clear{
    clear: both;
    height: 0px;
    line-height: 0px;
    font-size: 1px;
    display: block;
}
body {
    font-size: 12px;
    color: #3a3a3a;
    font-family:Verdana,Geneva,sans-serif;
}
::selection {
    color:#ffffff;
    background-color:#970000;
}
::-moz-selection {
    color:#ffffff;
    background-color:#970000;
}
::-webkit-selection {
    color:#ffffff;
    background-color:#970000;
}
#header{
    margin: 30px auto 20px auto;
    width: 960px;
}
#main{
    width: 958px;
    height: 300px;
    margin: 0px auto 20px auto;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
    border: 1px solid #a6a6a6;
    background: url("img/banner1.png") no-repeat 0px 0px;
    overflow: hidden;
}
#main #login{
    width: 100%;
    height: 280px;
}
#main #login #mtitle{
    float: left;
    width: 540px;
    margin-top: 98px;
    /*padding-left: 40px;*/
    padding: 0px 0px 0px 40px;
}
#main #login #mtitle .t1{
    display: block;
    color: #2966a8;
    font-size: 30px;
    font-weight: bold;
    text-shadow:0px 0px 5px #ffffff;
}
#main #login #mtitle .t2{
    display: block;
    margin-top: 5px;
    color: #970000;
    font-size: 18px;
    line-height: 30px;
    font-weight: bold;
    text-shadow:0px 0px 5px #ffffff;
}
#main #login #mtitle .t2{

}
#main #login #sform{
    border: 1px solid #a6a6a6;
    float: left;
    margin-top: 45px;
    padding: 20px;
    /*width: 235px;*/
    /*height: 210px;*/
}
#main #login #sform label{
    line-height: 36px;
    font-size: 15px;
    text-align: left;
    padding-right: 10px;
    padding-bottom: 10px;
    width: 80px;
    float: left;
    display: block;
}
#main #login #sform button{
    width: 100%;
    height: 40px;
    margin: 0px auto;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;
    border: 1px solid #a6a6a6;
    background: #D54028;
    font-size: 22px;
    font-family: Verdana,Geneva,sans-serif;
    color: #ffffff;
    /*text-shadow:1px 1px 1px #000000;*/
    cursor: pointer;
    font-weight: bold;
}
.ErrorMessage{
    color: #ff0000;
}
/*#main #login #sform button:hover{*/
    /*background: #D54028;*/
/*}*/
/*#main #login #sform button:active{*/
    /*background: #970000;*/
/*}*/
#main #login #sform input[type="text"],#main #login #sform input[type="password"]{
    line-height: 28px;
    height: 28px;
    border: 1px solid #a9a9a9;
    width: 200px;
    padding: 2px;
}
#main #login #title{
    color: #d54128;
    font-size: 24px;
}
#contents{
    width: 960px;
    margin: 0px auto;
}
#contents .content{
    width: 230px;
    height: 190px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius: 5px;
    border: 1px solid #a6a6a6;
    float: left;
    background: url("img/bg1.png") repeat-x 0px bottom;
    margin-right: 10px;
    text-align:center;
}
#contents .content span{
    display: block;
    cursor: pointer;
    width: 210px;
    height: 70px;
    font-size: 12px;
    padding: 120px 10px 10px 10px;
    overflow: hidden;
    line-height: 18px;
    font-weight: bold;
}
#contents .content:hover{
    border: 1px solid #7f8bf8;
}
#contents .content span.h1{
    background: url("img/desc_ico1.gif") no-repeat center 20px;

}
#contents .content span.h2{
    background: url("img/desc_ico2.gif") no-repeat center 20px;
}
#contents .content span.h3{
    background: url("img/desc_ico3.gif") no-repeat center 20px;
}
#contents .content span.h4{
    background: url("img/desc_ico4.gif") no-repeat center 20px;
}
#contents .content span:hover{
    color: #5767F6;
}
#contents .content span.h1:hover{
    background: url("img/desc_ico1_hover.png") no-repeat center 20px;
}
#contents .content span.h2:hover{
    background: url("img/desc_ico2_hover.png") no-repeat center 20px;
    border-color: #8592f9;
}
#contents .content span.h3:hover{
    background: url("img/desc_ico3_hover.png") no-repeat center 20px;
    border-color: #8592f9;
}
#contents .content span.h4:hover{
    background: url("img/desc_ico4_hover.png") no-repeat center 20px;
    border-color: #8592f9;
}
#contents .contentclear{
    margin-right: 0px;
}
#footer{
    /*background: url("img/e-vislogo.png") no-repeat 0px center;*/
    height: 30px;
    line-height: 30px;
    /*padding-left: 130px;*/
    margin: 15px auto 0px auto;
    width: 400px;
    text-align: center;
}
#footer a{
    color: #9a1600;
    text-decoration: none;
}
#footer a:hover{
    text-decoration: underline;
}