﻿body 
{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
}
.main {
	width:960px;
	margin-left:auto;
	margin-right:auto;
	/*font-size:13px;*/
	background-color:White;
	color:Black;
}

#top
{
	margin-left:auto;margin-right:auto;width:959px;
}

#top02
{
	margin-left:auto;margin-right:auto;width:960px;height:33px;
}

#top03
{
	margin-left:auto;margin-right:auto;width:960px;text-align: center;
}
/*.td
{
	font-size: 12px; color: white; line-height: 150%; font-family: Arial;font-weight: bold;
}*/
/*输入框样式*/
.textbox
{
	height: 18px;width:107px; border:#CCCCCC 1px solid;font-size:14px; color:#666666; position:relative;top:6px;left:30px;/*padding-left:20px;*/
}

/*图片与文字排版*/
.picAndDiv
{
	position:relative;
	top:20px;
	left:0px;
	width:700px;
	height:auto;	
	/*border:1px solid red*/
}
.img
{
	position:relative;
	float:right;
	width:228px;
	height:262px;
}

