﻿

.list_bg
{
    width:100%;
    min-height:700px;
    background-image:url(../img/sys/bg.jpg);
    border-bottom:solid 1px transparent;
    line-height:30px;
}

.list_head
{
    width:460px !important; 
    margin:auto; 
    padding:2px;
    border-collapse:collapse;
    margin-bottom:16px;
}

.list_item
{
    background-color:White;
    width:460px; 
    margin:auto; 
    margin-bottom:16px;
    border:solid 1px silver; 
    border-radius:5px;
    overflow:hidden;
}



/*-----------------------------------------------------------------------------------------------*/

.detailBody{ width:600px; margin:20px auto;}
.detailBody>tbody>tr>td{padding-top:8px; padding-bottom:8px;}
.detailBody>tbody>tr>td:nth-child(1){ text-align:right; padding-right:10px; color:#a0a0a0}

.detailBody input[type='text'],
.detailBody input[type='password']{width:400px;}
.detailBody select{width:400px;}
.detailBody textarea{width:400px;}

.detailBody input[type='button']
{ border:none; background:#d51122; background:red; appearance: none; -webkit-appearance: none;
  height:80px; padding-left:40px; padding-right:40px; font-size:inherit;color:White; border-radius:2px;}

.detailBody input[type='submit']
{ border:none; background:#d51122; background:red; appearance: none; -webkit-appearance: none;
  height:80px; padding-left:40px; padding-right:40px; font-size:inherit;color:White; border-radius:2px;}




/*-----------------------------------------------------------------------------------------------*/

.btnRed{ border:none; background:#d51122 repeat; background-image:url(../Img/Sys/btnBg.jpg); width:100%; height:60px;font-size:inherit;color:White; }


