*{
				padding:0; margin:0;
			}
			.header{
				height: 210px;width:1002px;border:1px solid red;margin:0 auto;
			}
			.main{
				overflow:hidden;width:1002px;padding-top:10px;margin:0 auto;
			}
			.main .title{
				height:30px;line-height:30px;font: 12px "宋体", Arial, Helvetica, sans-serif;
			}
			.left{
				float:left;width:280px;height:200px;border:1px solid red;
			}
			.right{
				font: 14px "宋体", Arial, Helvetica, sans-serif;float:right;width:660px;border:1px solid #dbdbdb;
			}
			.right .right-title{
				width:600px;height:30px;line-height:30px;margin:0 auto;border-bottom:1px solid red;font-size: 16px;color:red;
			}
			.right table{
				width:600px;height:400px;margin:0 auto;
			}
			.right table tr td{
				padding-left:10px;
			}
			input[type=text]{
				width:220px;height:30px;
			}
			input[type=submit]{
				width:120px;height:30px;line-height:30px;background:red;color:#fff;border:0;border-radius: 5px;cursor:pointer;
			}
			.right table span.content{
				display: block;margin-top:-75px;
			}
			.state1{
				color:#aaa;
			}
			.state2{
				color:#000;
			}
			.state3{
				color:red;
			}
			.state4{
				color:green;
			}
