﻿body {
    font-size:14px;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    margin:0;
    padding:0;
    background-color:#E5E5E5;
}

.top {
    height:50px;
    background:#fff url(img/thetop.jpg) no-repeat;
}

.main {
    width:1200px;
    margin:20px auto;
    padding:40px 0;
    background-color:#fff;

    -moz-border-radius: 15px; /* Firefox */
    -webkit-border-radius: 15px; /* Safari 和 Chrome */
    border-radius: 15px; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */

    -moz-box-shadow: 3px 3px 6px #000; /* Firefox */
    -webkit-box-shadow: 3px 3px 6px #000; /* Safari 和 Chrome */
    box-shadow: 3px 3px 6px #000; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
}

form {
   width:1000px;
   margin:0 auto;
   line-height:35px;
}

fieldset {
    border-color:#fff;
     -moz-border-radius: 8px; /* Firefox */
    -webkit-border-radius: 8px; /* Safari 和 Chrome */
    border-radius: 8px; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
}

select {
    width:204px;
    height:28px;
}

.left,.right {
    display:inline-block;
    width:480px;
}

.other-info .left,.other-info .control-label{
    width:180px;
}

.other-info .right {
    width:750px;
}

.control-label {
    display:inline-block;
    width:100px;
}

.text-box {
    height:20px;
    width:200px;
}

.field-validation-error {
    color:red;
}

.action-area {
    text-align:center;
    /*padding-left:150px;*/
}

#hideErrorMsg {
    color:red;
    display:none;
}

.btn {
    padding:10px 20px;
    margin-right:50px;
}

.msg {
    text-align:center;
    font-weight:bold;
    font-size:20px;
}

.msgremark {
    text-align:center;
}