#main		{
			width:960px;
			margin:0 auto;
			padding-top:20px;
			}
#main01 p>img
			{
			text-align:center;
			padding:30px 180px; 
			}
#main02 p	{
			text-align:center;
			margin:30px auto 30px; 
			}
#form		{ 
			width:530px;
			margin:20px auto 0;
			 }
#contact	{ 
			width:100%;
			color:#333;
			border:1px dotted orange;
			}
#contact th, #contact td
			{
			padding-top:10px;
			vertical-align:middle;
			padding-bottom:10px
			 }
#contact th	{ 
			width:225px;
			text-align:left;
			background-color:#fafad2;
			padding-left:10px;
			}
#contact td	{ 
			width:305px;
			}
#contact td input, #contact td textarea
			{
			width:305px;
			}
#contact td textarea
			{
			resize:none;
			}
#contact>tbody>tr>th, #contact>tbody>tr>td
			{ 
			padding:10px;
			}
.second		{
			border-bottom:1px dotted orange;
			}
#sort input[type="radio"]
			{
			width:50px;
			}
#submit		{ 
			margin-top:10px;
			padding-top:20px;
			text-align:center;
			}
/* #submit>input
			{
			border:none;
			width:161px;
			height:29px;
			background:url("../img/send.png") 0 0 no-repeat;
			}
#submit>input:hover
			{
			background-position:0 -29px;
			} */