.left{
	width:639px;
	float:left;
	border:1px solid #93b9ce;
}
.left .top{
	width:639px;
	height:25px;
	background-image:url(../images/topbg.jpg);
	background-repeat:repeat-x;
}
.left .top .title{
	float:left;
	font-weight:bold;
	font-size:14px;
	margin-top:6px;
} 
.left .leftform{
	width:206px;
	min-height:450px;
	float:left;
	border-right:1px solid #abc8d8;
	background-image:url(../images/lformbg.jpg);
	cursor:pointer;
}
.left .rightform{
	width:430px;
	float:left;
}
.left .rightform ul
{
	width:440px;
	margin-left:15px;
	margin-top:5px;
}
.left .rightform ul li{
	line-height:20px;
	width:440px;
	padding-top:3px;
}
.left .rightform ul li a{
	color:#4d6e97;
	text-decoration:none;
}
.left .rightform ul li a:hover{
	color:#ff0000;
	text-decoration: underline;
}
.right{
	width:280px;
	float:right;
}
.right img{
	margin-top:10px;
}