body{
margin:0;
margin-bottom:20px;
background: #999;
}
p{
line-height:150%;
}

strong{
color:red;
font-weight:normal;
}

#wrap{
padding-bottom:10px;
width:750px;
text-align: center;
margin-left:auto;
margin-right:auto;
background: #FFF;
}

.banner{
height: 150px;
background-color: blue;
background:url(./title.jpg) no-repeat;
color: white;
margin-top: 0;
}

h1{
font-size:20px;
margin-bottom:50px;
margin-top: 0;
}

h2{
font-size:16px;
border-top:1px dotted #DDDDDD;
border-bottom:1px dotted #DDDDDD;
padding:2px 0 2px 0;
width:600px;
text-align:center;
color:#999999;
}

.mess{
width: 500px;
border:1px solid #CCCCFF;
padding: 10px;
text-align: left;
font-size: 12px;
margin-top:15px;
margin-left:auto;
margin-right:auto;
}

table{
width: 600px;
text-align:left;
margin-left:auto;
margin-right:auto;
}

th{
background-color:#CCFF99;
width:100px;
padding:5px;
font-size:14px;
text-align:center;
}

td{
padding:5px;
font-size:14px;
background:#e8e8e8;
}
.td-head{
background-color:#669966;
background: url(./formhed.jpg);
height:30px;
text-align:center;
font-weight:bold;
color: #FFF;
}
.td-head2{
background-color:#669966;
text-align:center;
font-weight:bold;
color: #FFF;
}

.red{
color:red;
font-size:11px;
}