﻿* {
margin: 0;
padding: 0;
border: 0;
font-size: 100.01%;
}
a{
color: #ccc;
}
body{
font-family: tahoma;
font-size: 13px;
}
#main{
width: 100%;

}

#logout{
width: 400px;
margin: auto;
margin-top: 50px;
height: 300px;

border: 1px solid #CCC;
border-right: 1px solid #777;
border-bottom: 1px solid #777;
border-radius: 5px  5px 0 0;	
background: url(../img/bg.gif) ;
}
#logout img{
margin-top: 10px;
margin-bottom: 10px;
}
.img{
text-align: center;
}
#logout span{
display: block;
clear: both;
color: #b0b0b0;
font-weight: bold;
margin-top: 10px;
}
form{
width: 300px;
margin: auto;
}
.footer{
width: 400px;
margin: auto;
color:#eee;
}
input{
width: 300px;
border: 1px solid #d7d7d7;
height: 20px;
border-radius: 5px  5px 5px  5px;	
color: #b0b0b0;
font-weight: bold;
}
.submit{
margin-top: 20px;
margin-left: 90px;
width: 120px;
border: 1px solid #CCC;
border-right: 1px solid #777;
border-bottom: 1px solid #777;
border-radius: 5px  5px 5px  5px;	
color: #b0b0b0;
font-weight: bold;
}	
.submit:hover{
color: #000;
}

.new{
margin: auto;
width: 300px;
margin-top: 150px;
color: #b0b0b0;
font-weight: bold;
font-size: 18px;
text-align: center;
}
/**********single***********/
.table1{
margin: auto;
margin-top: 20px;
width: 90%;
border: 1px solid #CCC;
border-right: 1px solid #777;
border-bottom: 1px solid #777;
background: #f1f1f1;
border-radius: 5px  5px 5px  5px;	
}
.header{
background: #7a7a7a;
color: #fff;
height: 20px;
font-weight: bold;
}
td,th{
text-align: center;
border-bottom: 1px solid #d7d7d7;
padding:2px;
}
div.spoiler div.text {
display: none;
}