/* CSS Document */

* {margin:0;padding:0;}
body{margin: 0px;padding: 0px;color: #221910;font-size:12px;font-family: "ËÎÌå",Tahoma, Verdana;}
img{border: 0px;}
ul{list-style: none;}

.blue{color: #1a02ff;}
.input{border: 1px solid #809EBA;width: 180px;height: 16px;}
.red{color: red;}

a:link{font-size: 12px; color: #6c6c6c; text-decoration: underline;}
a:visited{font-size: 12px; color: #6c6c6c; text-decoration: underline;}
a:hover{font-size: 12px; color: #6c6c6c; text-decoration: none;}

.redf:link{font-size: 14px; color: red; text-decoration: underline;}
.redf:visited{font-size: 14px; color: red; text-decoration: underline;}
.redf:hover{font-size: 14px; color: red; text-decoration: none;}

#container{width: 1000px;margin: 0px auto;overflow:hidden;}
	#header{width: 1000px;margin: 0px auto;overflow:hidden;}
		#logo{float: left;width: 235px;padding: 17px 0px 0px 38px;}
		#icon{float: left; width: 139px; height: 76px; background: url('../images/icon100.jpg');}
		#rightHeader{float: right;text-align: right;padding-top: 23px;}
	#body{width: 1000px;margin: 0px auto;overflow:hidden;}
		#content01{width: 1000px;}
		#titleBg{height: 28px; background: url('../images/titleBg.jpg');padding: 6px 0px 0px 35px;}
		#caseCont{padding: 20px 0px 0px 50px;}
				#caseCont ul{list-style: none;}
				#caseCont ul li{float: left;margin-right: 70px;line-height: 190%;}

		#left{width: 548px; float: left;line-height: 190%;}
			.contentL{width: 480px;padding: 10px 0px 10px 40px; }
		#right{width: 452px;float: right;}
			#form{width: 452px;float: right;height: 367px; padding: 90px 0px 0px 0px;background: url('../images/formBg.jpg');}
				#form ul{list-style: none;}
				#form ul li{float: left;height: 40px;line-height: 190%;}
				.left{width: 180px;text-align: right;font-weight: bold;color: #000;}
				.right{width: 272px;text-align: left;}
	
	#under{border-top: 2px solid #086FCC;margin-top: 20px;}
