html,
body{
    height: 100%;
    margin:0;
    padding:0;
}
#container {
    min-height: 96%;
    min-height: 94.9% \9;
    height: auto !important;
    margin: 0 auto -37px;/*margin-bottom的负值等于footer高度*/
}

#page{
    margin: 0 auto;
    width:90%;
}
.push,
#footer {
    height: 37px;
    clear:both;
}

.page-header {
    border-bottom: 1px solid #EEEEEE;
    margin: 0 auto;
    margin-bottom: 20px;
    width:90%;
}
.box{
    margin-top: 10px;
}

table{
    font-size: 13px;
    margin-top:10px;
}

.module{
    float:left;
    width:100%;
    margin-top: 10px;
}

.css-form {
    border: 1px solid #CCC;
}
.css-form-header {
    border-bottom: 1px solid #CCC;
    clear: both;
    height: 17px;
    padding: 10px;
}
.css-form-row {
    padding: 10px 20px;
}
.css-form-row label {
    float: left;
    padding-top: 8px;
    width: 120px;
}
.css-form-footer {
    border-top: 1px solid #CCC;
    padding: 10px;
}

.css-table {
    border: 1px solid #CCC;
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 10px;
}
.css-table thead tr td {
    border-bottom: 1px solid #CCC;
    padding: 10px;
}
.css-table tbody tr:hover {
    background-color: #EEE;
}
.css-table tbody tr td {
    padding: 10px;
}

.css-panel {
    border: 1px solid #CCC;
}
.css-panel-header {
    border-bottom: 1px solid #CCC;
    clear: both;
    height: 17px;
    padding: 10px;
}
.css-panel-content {
    clear: both;
    padding: 10px 10px 0 10px;
}
.css-panel .css-form {
    border: none;
}

.css-box {
    display: inline-block;
}

.css-left {
    float: left;
}

.css-right {
    float: right;
}

.css-row {
    clear: both;
    height: 30px;
    margin-bottom: 10px;
}
.css-row a {
    line-height: 30px;
}

.css-search {
    display: table;
}
.css-search-button {
    display: table-cell;
}
.css-search-button button {
    border-left: none;
    height: 30px;
}

.css-width-10 {
    width: 10px !important;
}
.css-width-25 {
    width: 25px !important;
}

.css-width-45 {
    width: 45px !important;
}

.css-width-50 {
    width: 50px !important;
}
.css-width-75 {
    width: 75px !important;
}
.css-width-100 {
    width: 100px !important;
}

.css-blank-10 {
    display: inline-block;
    width: 10px;
}

.css-text-center {
    text-align: center;
}

.css-button-group {
    border: 1px solid #CCC;
    display: inline-block;
    padding-left: 5px;
}
.css-button-group button {
    border: 1px solid transparent;
    margin-left: -5px;
    width: 40px;
}

.css-error {
    border: 1px solid red !important;
}

.css-color-red {
    color: red;
}

.css-color-red2 {
    float: left;
    color: red;
}

*:disabled {
    background-color: #FFF;
    cursor: not-allowed !important;
    opacity: 0.5;
}

button {
    background-color: #EEE;
    border: 1px solid #CCC;
    cursor: pointer;
    height: 30px;
    padding: 5px 10px;
    min-width: 30px;
}
button:hover:not(:disabled) {
    background-color: #DDD;
}

select {
    border: 1px solid #CCC;
    height: 30px;
    padding: 5px 5px 5px 1px;
    width: 100px;
}
.css-cursor-pointer{
    cursor: pointer;
}

.width100{
    width:100px;
}

.width300{
    width:300px;
}

.width150{
    width:150px;
}
.width200{
    width:200px;
}

.width250{
    width:250px;
}

.width500{
    width:500px;
}



.label_info{
    width:10%;
}
.form_title{
    font-weight: bold;
}
.inputInfo{
    text-align: left;
    color:#999999;
    font-size: 12px;
    width: 17%;
}
.form_bottom{
    border-bottom:1px solid #EEEEEE;
}

.confirm-started{
    float: left;
}



