@charset "utf-8";
/* CSS Document */
*{ margin:0; 
   padding:0; font-family:Arial, Helvetica, sans-serif; 
   line-height:25px; 
   color:#474747; font-size:13px; line-height:25px; font-weight:300;}
.container{100% }
.AD{ height:40px; 
    width:100%; 
	border-bottom: solid 2px #cc0000; 
	background-color:#f5f5f5;}
.AD span{ line-height:40px; 
         padding-left:20px; 
		 color:#cc0000; 
		 font-weight:bolder; font-size:14px;}
.main{ width:100$%; text-align:center;}
.addTable tr th
{
	 text-align:right;
}
.addTable tr td
{
	 text-align:left;
}
.Text
{
	 border: solid 1px #cbcbcb; 
    height:25px; 
	width:200px;
}
.btn
{
	border: solid 1px #cbcbcb; 
    height:22px;
    width:30px;
}

.addTable tr td input{ border: solid 1px #cbcbcb; 
                   height:25px; 
				   }
.addTable tr td .rad{ border:none;       height:25px;              
				   }
.addTable tr td input.but-1 
{
	border-style: none;
	border-color: inherit;
	border-width: medium;
background-image:url('../Images/button-background.png'); 
	background-repeat:no-repeat;
	background-color:#FFF;
           width:64px; 
		   height:22px; 
		   position:relative; 
		   line-height:20px; 
		   text-align:center; 
		   font-size:12px; 
		   color:#FFF; 
		   cursor:pointer;
	top: 0px;
	left: 0px;
}
.addTable tr td textarea{ width:380px;
                      border: solid 1px #cbcbcb; line-height:18px;} 
.addTable tr td select 
{
	width:205px;
	border: solid 1px #cbcbcb; 
	height:25px;
} 

.addTable tr td input.btnSubmit
{
	background-image:url(../Images/ok.png); 
	background-repeat:no-repeat;
	background-color:#FFF;
         width:80px;
         height:27px;
          position:relative; 
         
		   border:none;		 
		   font-size:14px; 
		   color:#FFF; 
		   cursor:pointer;
		   margin-right:20%; margin-top:20px; margin-bottom:20px
}

.addTable tr td input.btnCancel
{
	background-image:url(../Images/no.png); 
	background-repeat:no-repeat;
	background-color:#FFF;
    width:80px;
    height:27px;
    position:relative;          
	border:none;
	margin-right:20px; margin-top:20px; margin-bottom:20px; 
	font-size:14px; 
	color:#FFF; 
	cursor:pointer;
}

.addTable td a  
{
	text-decoration:none;	
	float:left;
        width:80px; 
		height:27px; 
		line-height:28px; 
		text-align:center; 
		color:#FFF; 
		font-size:14px; 
		cursor:pointer; 		
		margin-right:20px; margin-top:20px; margin-bottom:20px;
}

.ok
{ background:url(../Images/ok.png) no-repeat;
	 
     margin-left:20%;}
.ok:hover{ background:url(../Images/ok-click.png)  no-repeat;}
.no{ background:url(../Images/no.png) no-repeat;}  
.no:hover{ background:url(../Images/no-click.png);}  
/*table{ padding-left:20px; margin-top:5px;}*/

table.biaoge{ width:100%;  
	   background-color:#cbcbcb; 
	   margin-top:5px;}
table.biaoge td 
{
	background-color:#FFF; 
    font-size:12px; 
	line-height:25px; 
	text-align:center; color:#646466;
	}
	
table.biaoge th
{
	 font-size:12px;
	text-align:center; color:#646466;
}
.biaoge  a
{
	text-decoration:underline;
	color:#FFF; 
	font-size:12px; 
	line-height:25px; 
	cursor:pointer; 
}

.btnSave
{
	border:none;
}
.button-2{ background:url(../Images/button-background.png)  no-repeat; 
           border:none;
           width:62px; 
		   height:25px;
		   font-size:12px; 
		   color:#FFF; 
		   cursor:pointer;}
.button-2 a
{
	color:White;
}
.button-2:hover{ background:url(../Images/button-background-2.png)  no-repeat; width:62px; height:25px;}
 