@charset "utf-8";
/* =============== Reset =============== */
* {
	margin:0px;
	padding:0px;
}
body {
	width: 960px;
	margin:0px auto;
	text-align: center;
	color:#666666;
	font-size:12px;
}
img, table {
	border:0px;
}
ol, ul {
	list-style: none;
}
hr {
	border: solid 0px #CCC;
	border-top-width: 1px;
	margin-bottom: 10px;
	clear: both;
	height: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 12px;
}
h2 {
	font-size: 14px;
	font-weight: normal;
	color: #C00;
	float: left;
}
h3 {
	font-size: 12px;
	font-weight: normal;
	float: right;
}
.nobold {
	font-weight: normal;
}
.bold {
	font-weight: bold;
}
.text_left {
	text-align: left;
}
.text_right {
	text-align: right;
}
.text_center {
	text-align: center;
}
.float_left {
	float: left;
}
.float_right {
	float: right;
}
.clear_left {
	clear: left;
}
.clear_right {
	clear: right;
}
.clear_both {
	clear: both;
}
/* =============== Div =============== */
.box_border {
	margin-bottom: 0px;
	border-top: solid 2px #C00;
	border-left: solid 1px #DDD;
	border-right: solid 1px #DDD;
	border-bottom: solid 1px #DDD;
	float: left;
	overflow:hidden;
}
.box_border .box_caption {
	padding: 5px 10px;
	background-color: #F5F5F5;
	border-bottom: solid 1px #DDD;
	float: left;
	clear: both;
	overflow:hidden;
}
.box_border .box_content {
	padding: 5px 10px;
	line-height: 2em;
	float: left;
	clear: both;
	overflow:hidden;
}
.box_border_w960 {
	width: 958px;
}
.box_caption_w960, .box_content_w960 {
	width: 938px;
}
.box_border_w620 {
	width: 614px;
}
.box_caption_w620, .box_content_w620 {
	width: 594px;
}
.box_border_w720 {
	width: 733px;
}
.box_caption_w720, .box_content_w720 {
	width: 720px;
}
.box_border_w220 {
	width: 218px;
}
.box_border_w330 {
	width: 328px;
}
.box_caption_w220, .box_content_w220 {
	width: 198px;
}
.box_caption_w330, .box_content_w330 {
	width: 308px;
}
/* =============== Table =============== */
.table {
	margin-bottom: 20px;
	border-left: solid 1px #DDD;
	border-right: solid 1px #DDD;
	border-bottom: solid 1px #DDD;
	float: left;
}
.table th {
	padding: 5px 10px;
	text-align: left;
	background-color: #F5F5F5;
	border-top: solid 2px #C00;
	border-bottom: solid 1px #DDD;
}
.table td {
	border: solid 1px #EEE;
	padding: 5px 10px;
	line-height: 1.5em;
}
.table .caption {
	text-align: center;
	background-color: #FFFFF5;
}
.table_w960 {
	width: 958px;
}
.table td.w30 {
	width: 30%;
}
.table td.w40 {
	width: 40%;
}
/* =============== Form =============== */
input.text {
	font-size: 12px;
	color: #666666;
	border: solid 1px #DDD;
	padding: 2px 2px;
}
input.button {
	font-size: 12px;
	color: #666666;
	border: solid 1px #DDD;
	background-color: #FFF;
	padding: 1px;
}
textarea {
	font-size: 12px;
	color: #666666;
	border: solid 1px #DDD;
	line-height: 1.5em;
	overflow-y: auto;
}
select {
	font-size: 12px;
	color: #666666;
}
/* =============== Page =============== */
.page {
	margin-top:5px;
	float: left;
	width: 98%;
	text-align: center;
}
/* =============== A =============== */
a:link, a:visited {
	color: #0044dd;
	text-decoration: none;
}
a:hover, a:active {
	color: #ff5500;
	text-decoration: underline;
}
h2 a:link, h2 a:visited {
	font-size: 14px;
	font-weight: normal;
	color: #C00;
}
h2 a:hover, h2 a:active {
	font-size: 14px;
	font-weight: normal;
	color: #F50;
	text-decoration: underline;
}
h3 a:link, h3 a:visited, .notice a:link, .notice a:visited, .order a:link, .order a:visited, .vlist p a:link, .vlist p a:visited, .subclass a:link, .subclass a:visited, .search_left_ul a:link, .search_left_ul a:visited, .page a:link, .page a:visited, .sv a:link, .sv a:visited, .author a:link, .author a:visited, .video a:link, .video a:visited {
	color: #666666;
	text-decoration: none;
}
h3 a:hover, h3 a:active, .notice a:hover, .notice a:active, .order a:hover, .order a:active, .vlist p a:hover, .vlist p a:active, .subclass a:hover, .subclass a:active, .search_left_ul a:hover, .search_left_ul a:active, .page a:hover, .page a:active, .sv a:hover, .sv a:active, .author a:hover, .author a:active, .video a:hover, .video a:active {
	color: #ff5500;
	text-decoration: underline;
}
/* =============== Head =============== */
#html {
	width: 960px;
	text-align: left;
}
.header {
	float: left;
	width: 100%;
	margin-bottom: 0px 0px 0px 0px;
	padding: 2px 0;
}
#logo {
	float: left;
}
.nav_info {
	padding: 0px 0px 0px 0px;
	float: left;
}
#body {
	margin: 0px;
	float: left;
	width: 100%;
}
/* =============== Footer =============== */
#footer {
	FLOAT: left;
	width:100%;
	margin-top: 0px 0px 0px 0px;
	border-top:3px solid #e7e7e7;
	text-align:center;
	FONT-SIZE: 12px;
	COLOR: #000;
	PADDING: 10px 0px 10px 0px;
}
/* =============== Index =============== */
/* --------------- Menu --------------- */
#index_left_new {
	width: 616px;
	float: left;
}
#index_right_new {
	width: 330px;
	height: 378px;
	float: right;
}
#index_left {
	width: 720px;
	float: left;
}
#index_right {
	width: 220px;
	float: right;
}
.hide {
	display:none;
}
#menu {
	width: 100%;
	float: left;
}
#mainmenu_top a, #mainmenu_bottom a {
	text-decoration: none;
}
#mainmenu_top {
	height:28px;
}
#mainmenu_top ul li {
	float:left;
	width:81px;
	height:20px;
}
#mainmenu_top ul li .menuhover {
	background:url(images/mainmenu_s.gif) no-repeat;
	color:#fff;
}
#mainmenu_top ul li a {
	padding-top:8px;
	color:#666666;
	display:block;
	font-weight:bold;
	width:100%;
	height:100%;
	text-align:center;
	cursor:pointer;
	background:url(images/mainmenu_h.gif) no-repeat;
}
#mainmenu_bottom {
	background:url(images/mainmenu_bg.jpg) repeat-x;
}
#mainmenu_bottom .mainmenu_rbg {
	color:#fff;
	margin-left:0px;
	height:32px;
}
#mainmenu_bottom ul li {
	color: #FFF;
	float:left;
	height:32px;
	line-height:32px;
	margin-left:7px;
	padding-left:8px;
	padding-right:18px;
	background:url(images/menulink_bg_normal.gif) no-repeat right;
}
#mainmenu_bottom ul li a {
	color:#fff;
	display:block;
}
#mainmenu_bottom ul li a:hover {
	text-decoration: underline;
}
/* --------------- Notice --------------- */
.info {
	margin: 10px 0px;
	border: solid 1px #DDD;
	width: 958px;
	float: left;
}
.info .letter {
	padding: 5px 10px;
	float: left;
}
.info .notice {
	padding: 5px 0px;
	width: 440px;
	float: left;
}
.info .search {
	padding: 2px 5px;
	float: right;
}
#show {
	margin-bottom: 10px;
}
/* --------------- Letter --------------- */
a.pp_letter {
	text-decoration:none;
	color: #666666;
	border:1px solid #CCCCCC;
	margin-left:3px;
	display:block;
	float:left;
	width:20px;
	text-align:center;
}
a:hover.pp_letter {
	text-decoration: underline;
	color:#FF0000;
}
/* --------------- Show Video --------------- */
.sv {
	margin: 15px 0px;
}
.sv li.list1 {
	width: 25%;
	text-align: center;
	float: left;
}
.sv li.list1 .pic {
	width: 134px;
	height: 180px;
	padding: 2px;
	border: solid 1px #DDDDDD;
}
.sv li.list1 .subject {
	height: 20px;
}
.sv li.list1 .author {
	height: 20px;
	margin-bottom: 18px;
}
.sv li.list2 {
	width: 25%;
	height: 26px;
	text-align: center;
	float: left;
}
/* --------------- Order --------------- */
ul.order {
	float: left;
	width: 100%;
}
ul.order li {
	margin: 1px 0px;
	width: 100%;
	clear: both;
	float: left;
}
ul.order li img {
	margin-top: 9px;
	float: left;
}
ul.order li .left {
	float: left;
}
ul.order li .right {
	float: right;
	color: #C00;
}
ul.order li .pic {
	float: left;
	margin-top: 0px;
	padding: 2px;
	border: solid 1px #DDD;
	height: 82px;
	width: 70px;
}
/* =============== Category =============== */
#category_left {
	width: 720px;
	float: left;
}
#category_right {
	width: 220px;
	float: right;
}
/* =============== Class =============== */
#class_menu {
	color:#FFFFFF;
	background:url(images/mainmenu_bg.jpg) repeat-x;
	height: 30px;
	margin-bottom: 15px;
}
#class_menu ul li {
	color: #FFF;
	float:left;
	padding: 7px 18px 4px 18px;
	background:url(images/menulink_bg_normal.gif) no-repeat right;
}
#class_menu ul li a {
	color:#fff;
}
#class_menu ul li a:hover {
	text-decoration: underline;
}
#class_left {
	width: 220px;
	float: left;
}
#class_right {
	width: 720px;
	float: right;
}
.subclass {
	width: 100%;
}
.subclass li {
	width: 33%;
	text-align: center;
	float: left;
}
.vlist {
}
.vlist li {
	padding: 10px;
	width: 329px;
	height: 180px;
	float: left;
}
.vlist img {
	width: 134px;
	height: 180px;
	padding: 2px;
	float: left;
	border: solid 1px #DDDDDD;
}
.vlist h2 {
	width: 179px;
	margin-left: 10px;
	float: left;
}
.vlist p {
	width: 179px;
	margin-left: 10px;
	float: left;
}
/* =============== Read =============== */
#read_left {
	width: 738px;
	float: left;
}
#read_right {
	width: 222px;
	float: right;
}
.video {
}
.video li {
	padding: 10px 5px;
	float: left;
}
.video li.subject {
	padding: 10px 5px;
	width: 36%;
	float: left;
}
.video li.msg {
	padding: 0px 5px;
	width: 36%;
	float: left;
}
.video img.pic {
	width: 180px;
	height: 240px;
	padding: 2px;
	float: left;
	border: solid 1px #DDDDDD;
}
.video_control {
	clear: both;
	float: left;
}
.video_control li {
	float: left;
	margin: 0px 5px;
}
.video_control li a {
	width: 50px;
	height: 50px;
	border: solid 1px green;
	text-align: center;
	float: left;
}
.vod_right {
	float:right;
	width:250px;
	height:250px;
	padding:8px 2px 0px 0px;
}
.series {
	width: 100%;
	float: left;
}
.series li {
	float: left;
}
.series li a {
	width: 103px;
	margin: 5px;
	padding: 2px;
	text-align: center;
	float: left;
}
.series a:link, .series a:visited {
	border: solid 1px #DDD;
	color: #666666;
	text-decoration: none;
}
.series a:hover, .series a:active {
	border: solid 1px #FF5500;
	color: #FF5500;
}
.reply_gdcode {
	margin-top: 2px;
}
.reply_smiles {
	margin-top: 5px;
	margin-bottom: 10px;
	padding: 0px 10px 10px 10px;
	border: solid 1px #DDD;
}
.smile {
	margin: 2px;
	cursor: pointer;
}
.reply_caption {
	float: left;
	width: 696px;
	background-color: #F5F5F5;
	padding: 2px;
	margin-top: 12px;
}
.reply_content {
	float: left;
	word-break: break-all;
	width: 680px;
	padding: 10px;
}
.reply_signature {
	float: left;
	text-align: right;
	width: 696px;
	padding: 2px;
	color: #AAA;
}
.member {
}
.member li {
	width: 100%;
	float: left;
}
.member p.normal {
	width: 90%;
	margin-left:10px;
	clear: both;
	float: left;
}
.member p.author a {
	font-weight: bold;
}
.member p.icon {
	margin-bottom: 10px;
}
.member p.medal {
	margin-top: 10px;
	margin-bottom: 10px;
}
.member img.icon {
	width: 100px;
	height: 120px;
	float: left;
}
.member img.medal {
	margin: 2px 2px;
	float: left;
}
.sale_need_msg {
	margin-bottom: 20px;
	padding: 5px 20px;
	border: solid 1px #DDD;
	width: 678px;
	float: left;
}
/* =============== Help & Notice =============== */
table.help, table.notice {
	margin: 0px 0px 20px 0px;
	border: solid 1px #DDD;
	width: 958px;
	float: left;
}
table.help td, table.notice td {
	padding: 10px;
}
/* =============== Search =============== */
#search_left {
	width: 220px;
	float: left;
}
#search_right {
	width: 720px;
	float: right;
}
.search_left_ul {
	width: 100%;
}
.search_left_ul li {
	width: 33%;
	text-align: center;
	float: left;
}
/* =============== Post =============== */
#preview_fake {
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=scale);
	margin-bottom: 5px;
}
/* =============== Global =============== */
img.icon {
	width: 100px;
	height: 120x;
}
/*通用样式------------*/
#main {
	width:100%;
	line-height:24px;
	margin:0 0 10px 0;
}
#main .layer {
	clear:both;
	margin:0;
	overflow:hidden;
}
#main .layer .left {
	width:620px;
	float:left;
	display:block;
	overflow:hidden;
}
#main .layer .right {
	width:330px;
	float:right;
	padding:0;
	display:block;
	overflow:hidden;
}
#main a {
	color:#666;
	text-decoration:none;
}
#main a:hover {
	color:#f50;
	text-decoration:underline;
}
/*首页 flash 焦点图 -----------*/
#main .flashbox {
	MARGIN: 0;
	OVERFLOW: hidden;
	POSITION: relative;
	HEIGHT: 264px;
}
#main .flashbox .pic {
	BORDER-RIGHT: #D8D8D8 1px solid;
	PADDING-RIGHT: 1px;
	BORDER-TOP: #D8D8D8 1px solid;
	PADDING-LEFT: 1px;
	LEFT: 0px;
	PADDING-BOTTOM: 1px;
	BORDER-LEFT: #D8D8D8 1px solid;
	WIDTH: 400px;
	PADDING-TOP: 1px;
	BORDER-BOTTOM: #D8D8D8 1px solid;
	POSITION: absolute;
	TOP: 0px;
	HEIGHT: 250px;
}
#main .flashbox UL {
	LEFT: 405px;
	WIDTH: 210px;
	POSITION: absolute;
	TOP: 0px;
}
#main .flashbox LI {
	MARGIN-BOTTOM: 1px;
	OVERFLOW: hidden;
	LINE-HEIGHT: 24px;
	HEIGHT: 50px;
}
#main .flashbox LI A {
	PADDING-RIGHT: 90px;
	DISPLAY: block;
	PADDING-LEFT: 5px;
	BACKGROUND: #e8e9ea;
	PADDING-BOTTOM: 0px;
	COLOR: #333;
	PADDING-TOP: 10px;
	POSITION:relative;
	HEIGHT:40px;
}
#main .flashbox LI.selected A {
	BACKGROUND: url(images/index_icon.gif) repeat-x;
	COLOR: #333;
	TEXT-DECORATION: none;
}
#main .flashbox LI A:hover {
	BACKGROUND: url(images/index_icon.gif) repeat-x;
	COLOR: #333;
	TEXT-DECORATION: none;
}
#main .flashbox LI STRONG {
	DISPLAY: block;
	OVERFLOW: hidden;
	CURSOR: pointer;
	LINE-HEIGHT: 14px;
	HEIGHT: 14px;
}
#main .flashbox LI IMG {
	RIGHT: 7px;
	WIDTH: 74px;
	POSITION: absolute;
	TOP: 3px;
	HEIGHT: 44px;
}
/*首页 flash 焦点图结束 ------------*/
/*标签样式 -------------*/
#main .layer .right h1 {
	font-size:14px;
	color:#C00;
	font-weight:bold;
	margin:0;
	padding:0;
	line-height:30px;
	height:30px;
	display:block;
	clear:both;
}
#main .layer .right .bq_li {
	float:left;
	width:80px;
         overfollow:hidden;
}
/*首页 内容页开始-----------*/
/*
#main .ttbg { background:url('images/common.gif') 0 -290px; height:47px; width:100%; overflow:hidden;}
#main .ttbg h2 { font-size:14px; font-weight:bold; color:#548600; margin:0; line-height:47px; height:47px; float:left; padding:0 0 0 20px;}
#main .ttbg .cate { float:right; line-height:47px;}
#main .ttbg .cate a { color:#666;}
*/
#main #index_left_new .box_content_w620 .video_left {
	float:left;
	padding:10px 0 0 0;
	overflow:hidden;
	display:block;
}
#main #index_left_new .box_content_w620 .video_left ul li {
	float:left;
	margin:0 5px 10px 5px;
}
#main #index_left_new .box_content_w620 .video_left ul li:hover {
	background:#eaeaea;
}
#main #index_left_new .box_content_w620 .video_left ul li .subject {
	text-align:center;
}
#main #index_left_new .box_content_w620 .video_left ul li a img {
	width:102px;
	height:133px;
	background-color:#fff;
	padding:1px;
	border:1px solid #ccc;
}
#main #index_left_new .box_content_w620 .video_left ul li a {
	color:#666;
	text-decoration:none;
}
#main #index_left_new .box_content_w620 .video_left ul li a:hover {
	color:#F50;
}
#main #index_left_new .box_content_w620 .video_left ul li a:hover img {
	border:1px solid #C00;
}
#main #index_left_new .box_content_w620 .video_right {
	float:left;
	padding:8px 0 0 0;
	background:url('images/common.gif') 0 -370px;
	width:270px;
}
#main #index_left_new .box_content_w620 .video_right a {
	color:#C00;
}
#main #index_left_new .box_content_w620 .video_right ul {
	background:url('images/common.gif') -650px -900px no-repeat;
	overflow:hidden;
}
#main #index_left_new .box_content_w620 .video_right ul li {
	padding:1px 10px 1px 10px;
	clear:both;
	margin:0 0 30px 0;
	_margin:0 0 38px 0; /*margin:0 0 24px 0\0; *margin:0 0 28px 0 !important; *margin:0 0 35px 0; */
	border-bottom:1px dashed #fff;
	border-top:1px dashed #fff;
	overflow:hidden;
}
#main #index_left_new .box_content_w620 .video_right ul li img {
	float:left;
	padding:1px;
	border:1px solid #ccc;
	margin:0 15px 0 0;
	width:89px;
	height:118px;
}
#main #index_left_new .box_content_w620 .video_right ul li p {
	float:left;
}
#main #index_left_new .box_content_w620 .video_right ul li:hover {
	border-bottom:1px dashed #ccc;
	border-top:1px dashed #ccc;
	background:#f1f1f1;
}
#main #index_left_new .box_content_w620 .video_right ul li img:hover {
	border:1px solid #7db61e;
}
#main #index_left_new .box_content_w620 .video_right .vrt_playactor {
	text-overflow:ellipsis;
	white-space:nowrap;
	width:106px;
	float:right;
	overflow:hidden;
}
#main #index_left_new .box_content_w620 .video_right .vrt_content {
	width: 106px;
	height: 50px;
	overflow: hidden;
	text-overflow:ellipsis;
	float:right;
	padding:3px 0;
}
/* 排行样式 */
#main .box_border_w330 .order {
	background:url('images/common.gif') 0 -800px no-repeat;
	margin:10px 0 0 0;
}
#main .box_border_w330 .order li {
	clear:both;
	line-height:23px;
	padding:0 0 0 20px;
	border-bottom:1px dashed #ccc;
}
#main .box_border_w330 .order li img {
	float:left;
}
#main .box_border_w330 .order li a img {
	width:59px;
	height:79px;
	background-color:#fff;
	padding:1px;
	border:1px solid #ccc;
	margin:0 5px 0 20px;
}
#main .box_border_w330 .order li a:hover img {
	border:1px solid #C00;
}
#main .box_border_w330 .order li p {
	float:left;
	line-height:21px;
	overflow:hidden;
}
#main .box_border_w330 .vt_playactor {
	text-overflow:ellipsis;
	white-space:nowrap;
	width:160px;
	overflow:hidden;
	float:left;
}
/* 最近更新影片列表样式 */
.mlist {
	width:218px;
}
.mlist li {
	border-bottom:1px dashed #ccc;
	height:22px;
	margin-bottom:2px;
}
.mlist a {
	color:#666;
	text-decoration:none;
}
.mlist a:hover {
	color:#F50;
	text-decoration:none;
}
.leftborder {
	border-left: 1px dashed #ccc;
	padding: 0 0 0 10px;
	margin: 0 0 0 10px;
}
.listsubject {
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
	display:inline-block;
	width:176px;
	cursor:pointer;
}
.listtime {
	width:32px;
	margin:0 0 0 10px;
	overflow:hidden;
	text-align:right;
	display: inline-block;
	cursor:pointer;
}
#main .bbt {
	border-bottom:1px dashed #ccc;
}
#main .clear {
	clear:both;
	line-height:0;
	font-size:0px;
	height:0;
}
#main .black {
	color:#777;
}
#main .yellow {
	color:#ff6600;
}
#main .font17 {
	font-size:17px;
}
#main .b {
	font-weight:bold;
}
#main .lh93 {
	height:93px;
}
#main .lh18 {
	line-height:18px;
}
.player_left, .player_right {
	width: 300px;
	height: auto;
	margin: 1px;
	padding: 1px;
	display:inline;
	font-size:0;
}
.player {
	width: 625px;
	border: solid 1px #DDD;
	margin: 1px 0 1px 0;
	padding: 1px;
	display:inline;
}
.player_caption {
	background-color:#F5F5F5;
	color: #c00;
	height: 30px;
}
.player_caption_text {
	padding:6px;
}
.playerbox {
	border-top: 1px solid #c00;
	margin: 0;
	padding: 1px 0 0 0;
	font-size:0;
}
/*留言*/
.gb {
	float:left;
	width:100%;
	border:1px solid #ccc;
	margin-bottom:5px;
}
.gb h1 {
	font-size: 14px;
	font-weight: normal;
	color: #C00;
	padding:5px 0px;
	background-color: #F5F5F5;
	border-bottom: solid 1px #DDD;
	float: left;
	clear: both;
	width:100%
}
.gb h1 span {
	float:right;
	margin-right:5px
}
.gb ul {
	text-align:left;
}
.gb li {
	clear:both
}
.gb li dd {
	float:left;
	height:130px;
	border-bottom:1px solid #E8E8E8;
	overflow:hidden
}
.gb li .left {
	width:200px;
	text-align:center;
}
.gb li .left h2 {
	border-bottom:1px dashed #E8E8E8;
	font-size:12px;
	height:25px;
	line-height:25px;
	font-weight:normal;
	color:#06c;
	margin:0px;
	width:100%
}
.gb li .left p {
	margin-top:5px;
	margin-top:5px;
	line-height:170%;
	clear:both
}
.gb li .line {
	border-left:1px solid #E8E8E8;
	overflow:hidden
}
.gb li .right {
	width:757px;
	margin:0px;
}
.gb li .right h2 {
	border-bottom:1px dashed #E8E8E8;
	font-size:12px;
	height:25px;
	line-height:25px;
	text-align:left;
	padding-left:10px;
	font-weight:normal;
	margin:0px
}
.gb li .right h2 span {
	font-size:12px;
	float:right;
	color:#CCC;
	margin-right:5px
}
.gb li .right p {
	height:90px;
	line-height:120%;
	margin:5px 5px 5px 10px;
	overflow:hidden;
}
.gb li .right p em {
	color:#06c
}
.gb .pages {
	clear:both;
	text-align:center;
	padding:5px 0 4px 0;
}
.gb .pages a, .gb .pages em {
	height:15px;
	font:normal 10px/12px Arial, Helvetica, sans-serif;
	color:#06c;
	text-decoration:none;
}
.gb .pages span, .gb .pages a:hover {
	color:#FF0000;
	text-decoration:underline
}
.gb form {
	margin:0px;
	padding:0px
}
.gb .form {
	text-align:left;
}
.gb .form ul {
	margin-bottom:5px;
	margin:0px;
	padding:0px
}
.gb .form ul li {
	clear:both;
	padding:5px 0 5px 10px;
	border-bottom:1px dashed #CCC;
	list-style:none;
}
.gb .form ul li dl {
	float:left;
	width:50px;
	padding-top:5px;
	margin:0px
}
.gb .form .left {
	float:left;
	width:300px;
}
.gb .form .right {
	float:right;
	width:650px
}
.gb .form .right textarea {
	width:640px;
	height:120px;
	overflow-y:scroll;
	border:1px solid #ccc;
	margin-top:4px;
	color:#666
}
.gb .form .btn-1 {
	border:1px solid #c00;
	color:#666;
}
.gb .form .btn-2 {
	border:none;
	width:70px;
	height:25px;
	background:url(images/btn.gif) left top no-repeat;
	line-height:25px;
	overflow:hidden;
	color:#444;
	margin-right:20px;
}
.gb .form .submit {
	border:none;
	text-align:center
}

