@charset "utf-8";
/* CSS Document */
* { margin:0px;	padding:0px; border:none;}
body { font:12px Verdana, Arial, 宋体; text-align: center; color: #10a5dd; background: #fff; position:relative; padding:0px; margin:0 auto;}
body p, body ul, body dl, body div { text-align: left;}
ul, dl, li { list-style: none;}
a { color:#f60; text-decoration:none;}
a:link, a:visited {	color: #f60; text-decoration: none;}
a:hover, a:active { color: #f60; text-decoration: underline;}
a img {	border: 0;}
.button { border: none; background-color: lightskyblue; background-image: url(button.gif); width:82px; height:23px; cursor: pointer; margin-right: 10px; float:left;}
.input { width: 175px;border: 1px solid #7F9DB9;}
#top { float:left; clear:both; width:100%; height:75px; background-image:url(head_bg.gif);}
#top-left{ float:left; width:300px; height:75px; line-height:75px;}
#top-right{ float:right; width:200px; height:75px; line-height:75px;}
#main { float:left; clear:both; width:100%; height:340px; margin-top:120px;}
#main-left{ float:left; width:48%; height:340px; line-height:25px; text-align:right;}
#main-right{ float:right; width:49%; height:340px; line-height:25px; text-align:left;}
#main-right form{ margin-top:54px;}
#buttom { float:left; clear:both; width:100%; text-align: center; line-height:20px; }
