﻿/* 全部样式 20080429 */
/* Designer: FangYingYing */

/* -------------------- 全部字体样式、大小、颜色 | 边距、背景图片 -------------------- */
@charset "utf-8";
body,th {
	font-family: Tahoma;
	font-size: 11px;
	color: #666666;
}
td {
	font-family: Tahoma;
	font-size: 11px;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#ffffff;	
	/*background-image: url(images/bg.jpg);
	background-repeat: repeat-y;
	background-position: center;*/
}



/* -------------------- 文字链接颜色 -------------------- */

/* 默认 */
a:link {text-decoration: none; color: #666666;}
a:visited {text-decoration: none; color: #666666;}
a:hover {text-decoration: none; color: #ae2421;}
a:active {text-decoration: none;}

/* 文字翻滚 */
a.scrollover {/* Default Colour/Styles here */color: #666666;}
a.scrollover em:first-line {/* Rollover Colour/Styles here */color: #ae2421;}

/* 白色 */
.link_bai:link {text-decoration: none; color: #ffffff; font-weight: bold;}
.link_bai:visited {text-decoration: none; color: #ffffff; font-weight: bold;}
.link_bai:hover {text-decoration: none; color: #ea5504; font-weight: bold;}
.link_bai:active {text-decoration: none; font-weight: bold;}

/* 白色 */
.link_white:link {text-decoration: none; color: #ffffff;}
.link_white:visited {text-decoration: none; color: #ffffff;}
.link_white:hover {text-decoration: underline; color: #ffffff;}
.link_white:active {text-decoration: none;}

.link_whiteB:link {text-decoration: none; color: #ffffff; font-weight: bold;}
.link_whiteB:visited {text-decoration: none; color: #ffffff; font-weight: bold;}
.link_whiteB:hover {text-decoration: underline; color: #ffffff; font-weight: bold;}
.link_whiteB:active {text-decoration: none;}

.link_white14:link {text-decoration: none; color: #ffffff; font-size: 14px;}
.link_white14:visited {text-decoration: none; color: #ffffff; font-size: 14px;}
.link_white14:hover {text-decoration: underline; color: #ffffff; font-size: 14px;}
.link_white14:active {text-decoration: none; font-size: 14px;}

/* 橙色 */
.link_orange:link {text-decoration: none; color: #fe9900;}
.link_orange:visited {text-decoration: none; color: #fe9900;}
.link_orange:hover {text-decoration: underline; color: #ff0000;}
.link_orange:active {text-decoration: none;}

.link_orange_14px:link {text-decoration: none; color: #fe4f00; font-size: 14px;}
.link_orange_14px:visited {text-decoration: none; color: #fe4f00; font-size: 14px;}
.link_orange_14px:hover {text-decoration: underline; color: #ff0000; font-size: 14px;}
.link_orange_14px:active {text-decoration: none; font-size: 14px;}

.link_orange_16pxB:link {text-decoration: none; color: #fe4f00; font-size: 16px; font-weight: bold;}
.link_orange_16pxB:visited {text-decoration: none; color: #fe4f00; font-size: 16px; font-weight: bold;}
.link_orange_16pxB:hover {text-decoration: underline; color: #ff0000; font-size: 16px; font-weight: bold;}
.link_orange_16pxB:active {text-decoration: none; font-size: 16px; font-weight: bold;}

.link_orange_18px:link {text-decoration: none; color: #fe4f00; font-size: 18px; font-family: "黑体";}
.link_orange_18px:visited {text-decoration: none; color: #fe4f00; font-size: 18px; font-family: "黑体";}
.link_orange_18px:hover {text-decoration: underline; color: #ff0000; font-size: 18px; font-family: "黑体";}
.link_orange_18px:active {text-decoration: none; font-size: 18px; font-family: "黑体";}

/* 深红色 */
.link_redD:link {text-decoration: none; color: #ae2421;}
.link_redD:visited {text-decoration: none; color: #ae2421;}
.link_redD:hover {text-decoration: underline; color: #333333;}
.link_redD:active {text-decoration: none;}

.link_redD_B:link {text-decoration: none; color: #ae2421; font-weight: bold;}
.link_redD_B:visited {text-decoration: none; color: #ae2421; font-weight: bold;}
.link_redD_B:hover {text-decoration: underline; color: #333333; font-weight: bold;}
.link_redD_B:active {text-decoration: none; font-weight: bold;}

.link_redD_14px:link {text-decoration: none; color: #ae2421; font-size: 14px;}
.link_redD_14px:visited {text-decoration: none; color: #ae2421; font-size: 14px;}
.link_redD_14px:hover {text-decoration: underline; color: #333333; font-size: 14px;}
.link_redD_14px:active {text-decoration: none; font-size: 14px;}

.link_redD_16pxB:link {text-decoration: none; color: #ad0000; font-size: 16px; font-weight: bold;}
.link_redD_16pxB:visited {text-decoration: none; color: #ad0000; font-size: 16px; font-weight: bold;}
.link_redD_16pxB:hover {text-decoration: underline; color: #333333; font-size: 16px; font-weight: bold;}
.link_redD_16pxB:active {text-decoration: none; font-size: 16px; font-weight: bold;}

.link_redD_18px:link {text-decoration: none; color: #ad0000; font-size: 18px; font-family: "黑体";}
.link_redD_18px:visited {text-decoration: none; color: #ad0000; font-size: 18px; font-family: "黑体";}
.link_redD_18px:hover {text-decoration: underline; color: #333333; font-size: 18px; font-family: "黑体";}
.link_redD_18px:active {text-decoration: none; font-size: 18px; font-family: "黑体";}

/* 红色 */
.link_red:link {text-decoration: none; color: #e72410;}
.link_red:visited {text-decoration: none; color: #e72410;}
.link_red:hover {text-decoration: underline; color: #333333;}
.link_red:active {text-decoration: none;}

.link_redB:link {text-decoration: none; color: #e72410; font-weight: bold;}
.link_redB:visited {text-decoration: none; color: #e72410; font-weight: bold;}
.link_redB:hover {text-decoration: underline; color: #333333; font-weight: bold;}
.link_redB:active {text-decoration: none;}

.link_red_14px:link {text-decoration: none; color: #e72410; font-size: 14px;}
.link_red_14px:visited {text-decoration: none; color: #e72410; font-size: 14px;}
.link_red_14px:hover {text-decoration: underline; color: #333333; font-size: 14px;}
.link_red_14px:active {text-decoration: none; font-size: 14px;}

.link_red_16pxB:link {text-decoration: none; color: #e72410; font-size: 16px; font-weight: bold;}
.link_red_16pxB:visited {text-decoration: none; color: #e72410; font-size: 16px; font-weight: bold;}
.link_red_16pxB:hover {text-decoration: underline; color: #333333; font-size: 16px; font-weight: bold;}
.link_red_16pxB:active {text-decoration: none; font-size: 16px; font-weight: bold;}

.link_red_18px:link {text-decoration: none; color: #ff0000; font-size: 18px; font-family: "黑体";}
.link_red_18px:visited {text-decoration: none; color: #ff0000; font-size: 18px; font-family: "黑体";}
.link_red_18px:hover {text-decoration: underline; color: #333333; font-size: 18px; font-family: "黑体";}
.link_red_18px:active {text-decoration: none; font-size: 18px; font-family: "黑体";}

/* 黑色 */
.link_black:link {text-decoration: none; color: #333333;}
.link_black:visited {text-decoration: none; color: #333333;}
.link_black:hover {text-decoration: underline; color: #e72410;}
.link_black:active {text-decoration: none;}

.link_black_14px:link {text-decoration: none; color: #333333; font-size: 14px;}
.link_black_14px:visited {text-decoration: none; color: #333333; font-size: 14px;}
.link_black_14px:hover {text-decoration: underline; color: #e72410; font-size: 14px;}
.link_black_14px:active {text-decoration: none; font-size: 14px;}

.link_black_18px:link {text-decoration: none; color: #333333; font-size: 18px;}
.link_black_18px:visited {text-decoration: none; color: #333333; font-size: 18px;}
.link_black_18px:hover {text-decoration: underline; color: #e72410; font-size: 18px;}
.link_black_18px:active {text-decoration: none; font-size: 18px;}

/* 兰色 */
.link_blue:link {text-decoration: none; color: #003366;}
.link_blue:visited {text-decoration: none; color: #003366;}
.link_blue:hover {text-decoration: underline; color: #333333;}
.link_blue:active {text-decoration: none;}

.link_blueB:link {text-decoration: none; color: #003366; font-weight: bold;}
.link_blueB:visited {text-decoration: none; color: #003366; font-weight: bold;}
.link_blueB:hover {text-decoration: underline; color: #333333; font-weight: bold;}
.link_blueB:active {text-decoration: none; font-weight: bold;}

.link_blue_14px:link {text-decoration: none; color: #003366; font-size: 14px;}
.link_blue_14px:visited {text-decoration: none; color: #003366; font-size: 14px;}
.link_blue_14px:hover {text-decoration: underline; color: #333333; font-size: 14px;}
.link_blue_14px:active {text-decoration: none; font-size: 14px;}

.link_blue_18px:link {text-decoration: none; color: #003366; font-size: 18px;}
.link_blue_18px:visited {text-decoration: none; color: #003366; font-size: 18px;}
.link_blue_18px:hover {text-decoration: underline; color: #333333; font-size: 18px;}
.link_blue_18px:active {text-decoration: none; font-size: 18px;}



/* 绿色 */
.link_Green:link {text-decoration: none; color: #3c6e13;}
.link_Green:visited {text-decoration: none; color: #3c6e13;}
.link_Green:hover {text-decoration: underline; color: #333333;}
.link_Green:active {text-decoration: none;}

.link_GreenB:link {text-decoration: none; color: #3c6e13; font-weight: bold;}
.link_GreenB:visited {text-decoration: none; color: #3c6e13; font-weight: bold;}
.link_GreenB:hover {text-decoration: underline; color: #333333; font-weight: bold;}
.link_GreenB:active {text-decoration: none; font-weight: bold;}

.link_Green_14px:link {text-decoration: none; color: #3c6e13; font-size: 14px;}
.link_Green_14px:visited {text-decoration: none; color: #3c6e13; font-size: 14px;}
.link_Green_14px:hover {text-decoration: underline; color: #333333; font-size: 14px;}
.link_Green_14px:active {text-decoration: none; font-size: 14px;}

.link_Green_18px:link {text-decoration: none; color: #3c6e13; font-size: 18px;}
.link_Green_18px:visited {text-decoration: none; color: #3c6e13; font-size: 18px;}
.link_Green_18px:hover {text-decoration: underline; color: #333333; font-size: 18px;}
.link_Green_18px:active {text-decoration: none; font-size: 18px;}

.link_Green_20px:link {text-decoration: none; color: #cccccc; font-size: 18px; font-family: "黑体";}
.link_Green_20px:visited {text-decoration: none; color: #cccccc; font-size: 18px; font-family: "黑体";}
.link_Green_20px:hover {text-decoration: underline; color: #99cf17; font-size: 18px; font-family: "黑体";}
.link_Green_20px:active {text-decoration: none; font-size: 18px; font-family: "黑体";}

/* 绿色 */
.link_Hui:link {text-decoration: none; color: #cccccc;}
.link_Hui:visited {text-decoration: none; color: #cccccc;}
.link_Hui:hover {text-decoration: underline; color: #333333;}
.link_Hui:active {text-decoration: none;}

.link_HuiB:link {text-decoration: none; color: #cccccc; font-weight: bold;}
.link_HuiB:visited {text-decoration: none; color: #cccccc; font-weight: bold;}
.link_HuiB:hover {text-decoration: underline; color: #333333; font-weight: bold;}
.link_HuiB:active {text-decoration: none; font-weight: bold;}

.link_Hui_14px:link {text-decoration: none; color: #cccccc; font-size: 14px;}
.link_Hui_14px:visited {text-decoration: none; color: #cccccc; font-size: 14px;}
.link_Hui_14px:hover {text-decoration: underline; color: #333333; font-size: 14px;}
.link_Hui_14px:active {text-decoration: none; font-size: 14px;}

.link_Hui_18px:link {text-decoration: none; color: #cccccc; font-size: 18px;}
.link_Hui_18px:visited {text-decoration: none; color: #cccccc; font-size: 18px;}
.link_Hui_18px:hover {text-decoration: underline; color: #333333; font-size: 18px;}
.link_Hui_18px:active {text-decoration: none; font-size: 18px;}

.link_Hui_20px:link {text-decoration: none; color: #cccccc; font-size: 18px; font-family: "黑体";}
.link_Hui_20px:visited {text-decoration: none; color: #cccccc; font-size: 18px; font-family: "黑体";}
.link_Hui_20px:hover {text-decoration: underline; color: #99cf17; font-size: 18px; font-family: "黑体";}
.link_Hui_20px:active {text-decoration: none; font-size: 18px; font-family: "黑体";}

.link_tlt2_20px:link {text-decoration: none; color: #cccccc; font-size: 18px; font-family: "黑体";}
.link_tlt2_20px:visited {text-decoration: none; color: #cccccc; font-size: 18px; font-family: "黑体";}
.link_tlt2_20px:hover {text-decoration: underline; color: #d7b53a; font-size: 18px; font-family: "黑体";}
.link_tlt2_20px:active {text-decoration: none; font-size: 18px; font-family: "黑体";}

.link_tlt3_20px:link {text-decoration: none; color: #cccccc; font-size: 18px; font-family: "黑体";}
.link_tlt3_20px:visited {text-decoration: none; color: #cccccc; font-size: 18px; font-family: "黑体";}
.link_tlt3_20px:hover {text-decoration: underline; color: #d45d3f; font-size: 18px; font-family: "黑体";}
.link_tlt3_20px:active {text-decoration: none; font-size: 18px; font-family: "黑体";}

.link_tlt4_20px:link {text-decoration: none; color: #cccccc; font-size: 18px; font-family: "黑体";}
.link_tlt4_20px:visited {text-decoration: none; color: #cccccc; font-size: 18px; font-family: "黑体";}
.link_tlt4_20px:hover {text-decoration: underline; color: #3f94d7; font-size: 18px; font-family: "黑体";}
.link_tlt4_20px:active {text-decoration: none; font-size: 18px; font-family: "黑体";}

.link_tlt5_20px:link {text-decoration: none; color: #cccccc; font-size: 18px; font-family: "黑体";}
.link_tlt5_20px:visited {text-decoration: none; color: #cccccc; font-size: 18px; font-family: "黑体";}
.link_tlt5_20px:hover {text-decoration: underline; color: #46c98e; font-size: 18px; font-family: "黑体";}
.link_tlt5_20px:active {text-decoration: none; font-size: 18px; font-family: "黑体";}
/* 黄色 */
.link_gold:link {text-decoration: none; color: #ffe200;}
.link_gold:visited {text-decoration: none; color: #ffe200;}
.link_gold:hover {text-decoration: underline; color: #ffffff;}
.link_gold:active {text-decoration: none;}

.link_gold_14px:link {text-decoration: none; color: #ffe200; font-size: 14px;}
.link_gold_14px:visited {text-decoration: none; color: #ffe200; font-size: 14px;}
.link_gold_14px:hover {text-decoration: underline; color: #ffffff; font-size: 14px;}
.link_gold_14px:active {text-decoration: none; font-size: 14px;}

.link_gold_18px:link {text-decoration: none; color: #ffe200; font-size: 18px;}
.link_gold_18px:visited {text-decoration: none; color: #ffe200; font-size: 18px;}
.link_gold_18px:hover {text-decoration: underline; color: #ffffff; font-size: 18px;}
.link_gold_18px:active {text-decoration: none; font-size: 18px;}

/* 标题滑动块 样式 */
.Mouse_Over:link    {text-decoration: none; color: #e72410; background-color: #f1f1f1; }
.Mouse_Over:visited {text-decoration: none; color: #e72410; background-color: #f1f1f1; }
.Mouse_Over:hover   {text-decoration: none; color: #e72410; background-color: #f1f1f1; }
.Mouse_Over:active  {text-decoration: none;}

.Mouse_Out:link     {text-decoration: none; color: #064ca1;}
.Mouse_Out:visited  {text-decoration: none; color: #064ca1;}
.Mouse_Out:hover    {text-decoration: none; color: #064ca1;}
.Mouse_Out:active   {text-decoration: none;}

.menu_over {
	background-image: url(images/over01.jpg);
	/*background-color:#b4c3e2;*/
	background-repeat: no-repeat;
	font-size: 11px;
	/*font-weight:bold;*/
	color: #98d317;
	cursor:hand;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
.menu_out {
	background-image: url(images/out01.jpg);
	/*background-color:#fe4f00;*/
	background-repeat: no-repeat;
	font-size: 11px;
	color: #333333;
	/*font-weight:bold;*/
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}


/* -------------------- 边框样式 -------------------- */

/* 颜色边框 */
.table_line_f0f0f0 {border: 1px solid #f0f0f0;}
.table_line_cccccc {border: 1px solid #cccccc;}
.table_line_c3d8e3 {border: 1px solid #c3d8e3;}
.table_line_ffb54a {border: 1px solid #ffb54a;}
.table_line_6ab4cf {border: 2px solid #6ab4cf;}
.table_line_ae2421 {border: 1px solid #ae2421;}
.table_line_b4c3e2 {border: 1px solid #b4c3e2;}
/* 下划线 */
.table_downline_d {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #cccccc;
	border-right-color: #cccccc;
	border-bottom-color: #cccccc;
	border-left-color: #cccccc;
	margin-bottom: 5px;
}

/* 左右划线 */
.table_LRline_hui {
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #dbdbdb;
	border-right-color: #dbdbdb;
	border-bottom-color: #dbdbdb;
	border-left-color: #dbdbdb;
	margin-bottom: 0px;
}
.table_LRline_redD {
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #9c0000;
	border-right-color: #9c0000;
	border-bottom-color: #9c0000;
	border-left-color: #9c0000;
	margin-bottom: 0px;
}
.table_LRline_blue {
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #5fc2f6;
	border-right-color: #5fc2f6;
	border-bottom-color: #5fc2f6;
	border-left-color: #5fc2f6;
	margin-bottom: 0px;
}
.table_LRline_red {
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #e72410;
	border-right-color: #e72410;
	border-bottom-color: #e72410;
	border-left-color: #e72410;
	margin-bottom: 0px;
}
.table_LRline_yellow {
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #feb832;
	border-right-color: #feb832;
	border-bottom-color: #feb832;
	border-left-color: #feb832;
	margin-bottom: 0px;
}
.table_LRline_green {
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #83ca9e;
	border-right-color: #83ca9e;
	border-bottom-color: #83ca9e;
	border-left-color: #83ca9e;
	margin-bottom: 0px;
}
/* 顶部距离 */
.table_top_5px {margin-top: 5px;}
.table_top_10px {margin-top: 10px;}





/* -------------------- 文字标题样式 -------------------- */

.txt_6px {font-size: 6px;}
.txt_8px {font-size: 8px;}
.txt_9px {font-size: 9px;}
.txt_10px {font-size: 10px;}
.txt_11px {font-size: 11px;}
.txt_12px {font-size: 11px;}
.txt_13px {font-size: 13px;}
.txt_14px {font-size: 14px;}
.txt_16px {font-size: 16px;}
.txt_18px {font-size: 18px;}
.txt_20px {font-size: 20px;}
.txt_22px {font-size: 22px;}
.txt_24px {font-size: 24px;}

.txt_grey {color: #cccccc;}
.txt_gold {color: #ffe200;}

.txt_orange {color: #ed8102;}
.txt_orangeB {color: #ed8102; font-weight: bold;}
.txt_orange14 {color: #ed8102; font-size: 14px;}
.txt_orange14B {color: #ed8102; font-size: 14px;}

.txt_whiteB {color: #ffffff; font-weight: bold;}
.txt_white14 {color: #ffffff; font-size: 14px;}
.txt_white2 {color: #ffffff;}
.txt_white3 {color: #dddddd;}

.txt_blue {color: #003366;}
.txt_blueB {color: #003366; font-weight: bold;}
.txt_blueB {color: #003366; font-weight: bold;}
.txt_blue14B {color: #003366; font-weight: bold; font-size: 14px;}
.txt_blue14 {color: #003366; font-size: 14px;}

.txt_black {color: #333333;}
.txt_black_14px {color: #333333; font-size: 14px;}
.txt_black_18pxB {color: #333333;font-size: 18px;font-family: "黑体";}

.txt_black2 {color: #333333; text-decoration: line-through; font-weight: bold;}

.txt_red {color: #ff0000;}
.txt_red2 {color: #ff0202;}
.txt_red3 {color: #ad0f10;}
.txt_red3B {color: #ad0f10; font-weight: bold;}
.txt_red_12pxB {color: #e72410; font-weight: bold; font-size: 11px;}
.txt_red_16pxB {color: #e72410; font-weight: bold; font-size: 16px;}

.txt_green {color: #99cf17;}
.txt_greenB {color: #99cf17; font-weight: bold;}
.txt_green14px {color: #99cf17; font-size: 14px;}
.txt_green14pxB {color: #99cf17; font-weight: bold; font-size: 14px;}
.txt_green20px {color: #99cf17; font-size: 18px; font-family: "黑体";}

.txt_tlt220px {color: #d7b53a; font-size: 18px; font-family: "黑体";}
.txt_tlt320px {color: #d45d3f; font-size: 18px; font-family: "黑体";}
.txt_tlt420px {color: #3f94d7; font-size: 18px; font-family: "黑体";}
.txt_tlt520px {color: #46c98e; font-size: 18px; font-family: "黑体";}

.txt_tlt214px {color: #d7b53a; font-size: 14px; font-family: "黑体"; font-weight: bold;}
.txt_tlt314px {color: #d45d3f; font-size: 14px; font-family: "黑体"; font-weight: bold;}
.txt_tlt414px {color: #3f94d7; font-size: 14px; font-family: "黑体"; font-weight: bold;}
.txt_tlt514px {color: #46c98e; font-size: 14px; font-family: "黑体"; font-weight: bold;}

.title_12pxB_01 {
	color: #064ca1;
	font-size: 11px;
	font-weight: bold;
	text-indent: 14px;
}
.title_12pxB_02 {
	color: #064ca1;
	font-size: 11px;
	font-weight: bold;
}
.title_12pxB_03 {
	color: #333333;
	font-size: 11px;
	font-weight: bold;
}




/* -------------------- 文字行距 -------------------- */
.line_10px {line-height: 10px;}
.line_12px {line-height: 12px;}
.line_14px {line-height: 14px;}
.line_16px {line-height: 16px;}
.line_17px {line-height: 17px;}
.line_18px {line-height: 18px;}
.line_19px {line-height: 19px;}
.line_20px {line-height: 20px;}
.line_21px {line-height: 21px;}
.line_22px {line-height: 22px;}
.line_23px {line-height: 23px;}
.line_24px {line-height: 24px;}
.line_25px {line-height: 25px;}
.line_26px {line-height: 26px;}
.line_27px {line-height: 27px;}
.line_28px {line-height: 28px;}
.line_29px {line-height: 29px;}
.line_30px {line-height: 30px;}




/* -------------------- 输入框样式 -------------------- */
.input_serach_tltsm {
	color: #666666;
	/*background:url(images/m10.jpg);*/
	font-family: Tahoma;
	font-size: 11px;
	line-height: 14px;
	height: 14px;
	width: 83px;
	border: 0px solid #7f9db9;
}
.input_name_cjmy {
	color: #666666;
	background-color: #3f3f3f;
	/*background:url(images/m10.jpg);*/
	font-family: Tahoma;
	font-size: 11px;
	line-height: 15px;
	height: 15px;
	width: 120px;
	border: 1px solid #666666;
}
.input_pass_cjmy {
	color: #666666;
	background-color: #c3c4c5;
	/*background:url(images/m10.jpg);*/
	font-family: Tahoma;
	font-size: 11px;
	line-height: 15px;
	height: 12px;
	width: 98px;
	border: 1px solid #c3c4c5;
}
.input_login_cjmy {
	color: #666666;
	background-color: #3f3f3f;
	/*background:url(images/m10.jpg);*/
	font-family: Tahoma;
	font-size: 11px;
	line-height: 15px;
	height: 20px;
	width: 34px;
	border: 1px solid #666666;
}
.input_serach_115px {
	color: #666666;
	font-family: Tahoma;
	font-size: 11px;
	line-height: 19px;
	background-color: #f0fff0;
	height: 20px;
	width: 115px;
	border: 1px solid #7f9db9;
}
.input_serach_117px {
	color: #666666;
	font-family: Tahoma;
	font-size: 11px;
	line-height: 19px;
	background-color: #f0fff0;
	height: 20px;
	width: 117px;
	border: 1px solid #009900;
}
.input_serach_30px {
	color: #666666;
	font-family: Tahoma;
	font-size: 11px;
	line-height: 19px;	background-color: #fafafa;
	height: 16px;
	width: 30px;
	border: 1px solid #bbbbbb;
}
.input_serach_40px {
	color: #666666;
	font-family: Tahoma;
	font-size: 11px;
	line-height: 19px;	background-color: #fafafa;
	height: 16px;
	width: 40px;
	border: 1px solid #bbbbbb;
}

.input_serach_50px {
	color: #ffffff;
	font-family: Tahoma;
	font-weight:bold;
	font-size: 11px;
	line-height: 15px;
	background-color: #af2522;
	height: 20px;
	width: 60px;
	border: 1px solid #e44c49;
}
.input_serach_60px {
	color: #FFDA0F;
	font-family: Tahoma;
	font-size: 11px;
	line-height: 19px;
	background-color: #8D5F24;
	height: 21px;
	width: 60px;
	border: 1px solid #FFDA0F;
}

.input_serach_70px {
	color: #666666;
	font-family: Tahoma;
	font-size: 11px;
	line-height: 19px;	background-color: #fafafa;
	height: 16px;
	width: 70px;
	border: 1px solid #bbbbbb;
}
.input_serach_80px {
	color: #666666;
	font-family: Tahoma;
	font-size: 11px;
	line-height: 19px;	background-color: #fafafa;
	height: 16px;
	width: 80px;
	border: 1px solid #bbbbbb;
}

.input_serach_90px {
	color: #666666;
	font-family: Tahoma;
	font-size: 11px;
	line-height: 19px;	background-color: #fafafa;
	height: 16px;
	width: 90px;
	border: 1px solid #bbbbbb;
}
.input_serach_100px {
	font-family: Tahoma;
	font-size: 11px;
	height: 18px;
	width: 93px;
	background-image: url(images/index0321_r3_c36.jpg);
	background-position: center top;
	padding-top: 6px;
	color: #CCCCCC;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.input_serach_100px_down{
	color: #8d5f25;
	font-family: Tahoma;
	font-size: 11px;
	line-height: 20px;
	background-color: #ffda0e;
	height: 20px;
	width: 105px;
	border: 1px solid #8d5f25;
}
.input_serach_100_2px {
	color: #8d5f25;
	font-family: Tahoma;
	font-size: 11px;
	line-height: 18px;
	background-color: #ffda0e;
	height: 74px;
	width: 105px;
	border: 1px solid #8d5f25;
}
.input_serach_110px {
	color: #666666;
	font-family: Tahoma;
	font-size: 11px;
	line-height: 19px;	background-color: #fafafa;
	height: 16px;
	width: 110px;
	border: 1px solid #bbbbbb;
}
.input_serach_120px {
	color: #666666;
	font-family: Tahoma;
	font-size: 11px;
	line-height: 19px;	background-color: #fafafa;
	height: 16px;
	width: 120px;
	border: 1px solid #bbbbbb;
}

.input_serach_130px {
	color: #666666;
	font-family: Tahoma;
	font-size: 11px;
	line-height: 19px;	background-color: #fafafa;
	height: 16px;
	width: 130px;
	border: 1px solid #bbbbbb;
}
.input_serach_140px {
	color: #666666;
	font-family: Tahoma;
	font-size: 11px;
	line-height: 19px;	background-color: #fafafa;
	height: 16px;
	width: 140px;
	border: 1px solid #bbbbbb;
}

.input_serach_150px {
	color: #666666;
	font-family: Tahoma;
	font-size: 11px;
	line-height: 15px;
	background-color: #ffffff;
	height: 15px;
	width: 150px;
	border: 1px solid #999999;
}
.input_serach_160px {
	color: #666666;
	font-family: Tahoma;
	font-size: 11px;
	line-height: 19px;	background-color: #fafafa;
	height: 16px;
	width: 160px;
	border: 1px solid #bbbbbb;
}

.input_serach_170px {
	color: #666666;
	font-family: Tahoma;
	font-size: 11px;
	line-height: 19px;	background-color: #fafafa;
	height: 16px;
	width: 170px;
	border: 1px solid #bbbbbb;
}
.input_serach_180px {
	color: #666666;
	font-family: Tahoma;
	font-size: 11px;
	line-height: 19px;	background-color: #fafafa;
	height: 16px;
	width: 180px;
	border: 1px solid #bbbbbb;
}

.input_serach_190px {
	color: #666666;
	font-family: Tahoma;
	font-size: 11px;
	line-height: 19px;	background-color: #fafafa;
	height: 16px;
	width: 190px;
	border: 1px solid #bbbbbb;
}
.input_serach_200px {
	color: #666666;
	font-family: Tahoma;
	font-size: 11px;
	line-height: 19px;	background-color: #fafafa;
	height: 16px;
	width: 200px;
	border: 1px solid #bbbbbb;
}

.input_serach_210px {
	color: #666666;
	font-family: Tahoma;
	font-size: 11px;
	line-height: 19px;	background-color: #fafafa;
	height: 16px;
	width: 210px;
	border: 1px solid #bbbbbb;
}
.input_serach_220px {
	color: #666666;
	font-family: Tahoma;
	font-size: 11px;
	line-height: 19px;	background-color: #fafafa;
	height: 16px;
	width: 220px;
	border: 1px solid #bbbbbb;
}

.input_serach_230px {
	color: #666666;
	font-family: Tahoma;
	font-size: 11px;
	line-height: 19px;	background-color: #fafafa;
	height: 16px;
	width: 230px;
	border: 1px solid #bbbbbb;
}
.input_serach_240px {
	color: #666666;
	font-family: Tahoma;
	font-size: 11px;
	line-height: 19px;	background-color: #fafafa;
	height: 16px;
	width: 240px;
	border: 1px solid #bbbbbb;
}

.input_serach_250px {
	color: #666666;
	font-family: Tahoma;
	font-size: 11px;
	line-height: 19px;	background-color: #fafafa;
	height: 16px;
	width: 250px;
	border: 1px solid #bbbbbb;
}
.input_serach_260px {
	color: #666666;
	font-family: Tahoma;
	font-size: 11px;
	line-height: 19px;	background-color: #fafafa;
	height: 16px;
	width: 260px;
	border: 1px solid #bbbbbb;
}

.input_serach_270px {
	color: #666666;
	font-family: Tahoma;
	font-size: 11px;
	line-height: 19px;	background-color: #fafafa;
	height: 16px;
	width: 270px;
	border: 1px solid #bbbbbb;
}
.input_serach_280px {
	color: #666666;
	font-family: Tahoma;
	font-size: 11px;
	line-height: 19px;	background-color: #fafafa;
	height: 16px;
	width: 280px;
	border: 1px solid #bbbbbb;
}

.input_serach_290px {
	color: #666666;
	font-family: Tahoma;
	font-size: 11px;
	line-height: 19px;	background-color: #fafafa;
	height: 16px;
	width: 290px;
	border: 1px solid #bbbbbb;
}
.input_serach_300px {
	color: #666666;
	font-family: Tahoma;
	font-size: 11px;
	line-height: 19px;	background-color: #fafafa;
	height: 16px;
	width: 300px;
	border: 1px solid #bbbbbb;
}
.input_phone_19px {
	color: #666666;
	font-family: Tahoma;
	font-size: 11px;
	line-height: 15px;
	height: 15px;
	width: 183px;
	border: 1px solid #ffb54a;
	background:url(images/phone_01_1.jpg)
}
.input_90w {
	color: #666666;
	font-family: Tahoma;
	font-size: 11px;
	line-height: 15px;
	height: 15px;
	width: 110px;
	border: 1px solid #cccccc;
}
.input_180w {
	color: #666666;
	font-family: Tahoma;
	font-size: 11px;
	line-height: 15px;
	height: 15px;
	width: 180px;
	border: 1px solid #ffb54a;
}
.input_180w3 {
	color: #666666;
	font-family: Tahoma;
	font-size: 11px;
	line-height: 15px;
	height: 45px;
	width: 170px;
	border: 1px solid #cccccc;
}

/* -------------------- 按钮样式 -------------------- */
.btn_search_200px {
	color: #FFFFFF;
	font-family: Tahoma;
	font-size: 11px;
	line-height: 13px;
	background-image: url(../images/btn_login.gif);
	background-repeat: repeat-x;
	height: 21px;
	width: 200px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ee710c;
	border-right-color: #d03909;
	border-bottom-color: #ba2a0c;
	border-left-color: #cf3809;
	background-position: 1px;
}
.btn_search_190px {
	color: #FFFFFF;
	font-family: Tahoma;
	font-size: 11px;
	line-height: 13px;
	background-image: url(../images/btn_login.gif);
	background-repeat: repeat-x;
	height: 21px;
	width: 190px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ee710c;
	border-right-color: #d03909;
	border-bottom-color: #ba2a0c;
	border-left-color: #cf3809;
	background-position: 1px;
}
.btn_search_180px {
	color: #FFFFFF;
	font-family: Tahoma;
	font-size: 11px;
	line-height: 13px;
	background-image: url(../images/btn_login.gif);
	background-repeat: repeat-x;
	height: 21px;
	width: 180px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ee710c;
	border-right-color: #d03909;
	border-bottom-color: #ba2a0c;
	border-left-color: #cf3809;
	background-position: 1px;
}
.btn_search_170px {
	color: #FFFFFF;
	font-family: Tahoma;
	font-size: 11px;
	line-height: 13px;
	background-image: url(../images/btn_login.gif);
	background-repeat: repeat-x;
	height: 21px;
	width: 170px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ee710c;
	border-right-color: #d03909;
	border-bottom-color: #ba2a0c;
	border-left-color: #cf3809;
	background-position: 1px;
}
.btn_search_160px {
	color: #FFFFFF;
	font-family: Tahoma;
	font-size: 11px;
	line-height: 13px;
	background-image: url(../images/btn_login.gif);
	background-repeat: repeat-x;
	height: 21px;
	width: 160px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ee710c;
	border-right-color: #d03909;
	border-bottom-color: #ba2a0c;
	border-left-color: #cf3809;
	background-position: 1px;
}
.btn_search_150px {
	color: #FFFFFF;
	font-family: Tahoma;
	font-size: 11px;
	line-height: 13px;
	background-image: url(../images/btn_login.gif);
	background-repeat: repeat-x;
	height: 21px;
	width: 150px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ee710c;
	border-right-color: #d03909;
	border-bottom-color: #ba2a0c;
	border-left-color: #cf3809;
	background-position: 1px;
}
.btn_search_140px {
	color: #FFFFFF;
	font-family: Tahoma;
	font-size: 11px;
	line-height: 13px;
	background-image: url(../images/btn_login.gif);
	background-repeat: repeat-x;
	height: 21px;
	width: 140px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ee710c;
	border-right-color: #d03909;
	border-bottom-color: #ba2a0c;
	border-left-color: #cf3809;
	background-position: 1px;
}
.btn_search_130px {
	color: #FFFFFF;
	font-family: Tahoma;
	font-size: 11px;
	line-height: 13px;
	background-image: url(../images/btn_login.gif);
	background-repeat: repeat-x;
	height: 21px;
	width: 130px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ee710c;
	border-right-color: #d03909;
	border-bottom-color: #ba2a0c;
	border-left-color: #cf3809;
	background-position: 1px;
}
.btn_search_120px {
	color: #FFFFFF;
	font-family: Tahoma;
	font-size: 11px;
	line-height: 13px;
	background-image: url(../images/btn_login.gif);
	background-repeat: repeat-x;
	height: 21px;
	width: 120px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ee710c;
	border-right-color: #d03909;
	border-bottom-color: #ba2a0c;
	border-left-color: #cf3809;
	background-position: 1px;
}
.btn_search_110px {
	color: #FFFFFF;
	font-family: Tahoma;
	font-size: 11px;
	line-height: 13px;
	background-image: url(../images/btn_login.gif);
	background-repeat: repeat-x;
	height: 21px;
	width: 110px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ee710c;
	border-right-color: #d03909;
	border-bottom-color: #ba2a0c;
	border-left-color: #cf3809;
	background-position: 1px;
}
.btn_search_100px {
	color: #FFFFFF;
	font-family: Tahoma;
	font-size: 11px;
	line-height: 13px;
	background-image: url(../images/btn_login.gif);
	background-repeat: repeat-x;
	height: 21px;
	width: 100px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ee710c;
	border-right-color: #d03909;
	border-bottom-color: #ba2a0c;
	border-left-color: #cf3809;
	background-position: 1px;
}
.btn_search_90px {
	color: #FFFFFF;
	font-family: Tahoma;
	font-size: 11px;
	line-height: 13px;
	background-image: url(../images/btn_login.gif);
	background-repeat: repeat-x;
	height: 21px;
	width: 90px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ee710c;
	border-right-color: #d03909;
	border-bottom-color: #ba2a0c;
	border-left-color: #cf3809;
	background-position: 1px;
}
.btn_search_80px {
	color: #FFFFFF;
	font-family: Tahoma;
	font-size: 11px;
	line-height: 13px;
	background-image: url(../images/btn_login.gif);
	background-repeat: repeat-x;
	height: 21px;
	width: 80px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ee710c;
	border-right-color: #d03909;
	border-bottom-color: #ba2a0c;
	border-left-color: #cf3809;
	background-position: 1px;
}
.btn_search_70px {
	color: #FFFFFF;
	font-family: Tahoma;
	font-size: 11px;
	line-height: 13px;
	background-image: url(../images/btn_login.gif);
	background-repeat: repeat-x;
	height: 21px;
	width: 70px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ee710c;
	border-right-color: #d03909;
	border-bottom-color: #ba2a0c;
	border-left-color: #cf3809;
	background-position: 1px;
}
.btn_search_60px {
	color: #FFFFFF;
	font-family: Tahoma;
	font-size: 11px;
	line-height: 13px;
	background-image: url(../images/btn_login.gif);
	background-repeat: repeat-x;
	height: 21px;
	width: 60px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ee710c;
	border-right-color: #d03909;
	border-bottom-color: #ba2a0c;
	border-left-color: #cf3809;
	background-position: 1px;
}
.btn_search_55px {
	color: #FFFFFF;
	font-family: Tahoma;
	font-size: 11px;
	line-height: 13px;
	background-image: url(../images/btn_login.gif);
	background-repeat: repeat-x;
	height: 21px;
	width: 55px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ee710c;
	border-right-color: #d03909;
	border-bottom-color: #ba2a0c;
	border-left-color: #cf3809;
	background-position: 1px;
}
.btn_search_50px {
	color: #FFFFFF;
	font-family: Tahoma;
	font-size: 11px;
	line-height: 13px;
	background-image: url(../images/btn_login.gif);
	background-repeat: repeat-x;
	height: 21px;
	width: 50px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ee710c;
	border-right-color: #d03909;
	border-bottom-color: #ba2a0c;
	border-left-color: #cf3809;
	background-position: 1px;
}
.btn_search_40px {
	color: #FFFFFF;
	font-family: Tahoma;
	font-size: 11px;
	line-height: 13px;
	background-image: url(../images/btn_login.gif);
	background-repeat: repeat-x;
	height: 21px;
	width: 40px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ee710c;
	border-right-color: #d03909;
	border-bottom-color: #ba2a0c;
	border-left-color: #cf3809;
	background-position: 1px;
}
.btn_search_40px1 {	color: #FFFFFF;
	font-family: Tahoma;
	font-size: 11px;
	line-height: 13px;
	background-image: url(../images/btn_login.gif);
	background-repeat: repeat-x;
	height: 21px;
	width: 40px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ee710c;
	border-right-color: #d03909;
	border-bottom-color: #ba2a0c;
	border-left-color: #cf3809;
	background-position: 1px;
}
-----------DIV 滚动条-------------!>
#div_01 {
    scrollbar-face-color:#EBEEE8;
	scrollbar-highlight-color: #FDFCF7;
	scrollbar-3dlight-color: #FDFCF7;
	scrollbar-shadow-color: #FDFCF7;
	scrollbar-darkshadow-color: #FDFCF7;
	scrollbar-track-color: #FDFCF7;
	scrollbar-arrow-color: #4D5A3E;}
	
-----------会员登陆-------------!>	
.username{
    background-image:url(images/username.gif);
	background-position: 1px 1px;
	background-repeat:no-repeat;
	padding-left:20px;
	height:17px;
	color:666666;
	border: 1px solid #cccccc;}
.password{
    background-image:url(images/password.gif);
	background-position: 1px 1px;
	background-repeat:no-repeat;
	padding-left:20px;
	height:17px;
	color:666666;
	border: 1px solid #cccccc;}

-----------DIV滚动条-------------!>	
#a1{
	scrollbar-face-color:#EBEEE8;
	scrollbar-highlight-color: #FDFCF7;
	scrollbar-3dlight-color: #FDFCF7;
	scrollbar-shadow-color: #FDFCF7;
	scrollbar-darkshadow-color: #FDFCF7;
	scrollbar-track-color: #FDFCF7;
	scrollbar-arrow-color: #ffffff;}
		
-----------tab选项卡-------------!>		
div,ul,li{
text-align:center;
}
ul{ list-style:none;}
/*选项卡1*/
#Tab1{
width:710px;
margin:0px;
padding:0px;
margin:0 auto;}
/*选项卡2*/
#Tab2{
width:710px;
margin:0px;
padding:0px;
margin:0 auto;}
/*菜单class*/
.Menubox {
width:100%;
border-left:1px solid #cccccc;
border-top:1px solid #cccccc;
border-right:1px solid #cccccc;
border-bottom:1px solid #cccccc;
background:url(/upload/remotupload/20081611912733.gif);
height:28px;
line-height:28px;
}
.Menubox ul{
margin:0px;
padding:0px;
}
.Menubox li{
float:left;
display:block;
cursor:pointer;
width:114px;
text-align:center;
color:#333333;
font-weight:bold;
}
.Menubox li.hover{
padding:0px;
background:#fff;
width:116px;
background:url(images/over02.jpg);
color:#96c738;
font-weight:bold;
height:27px;
line-height:27px;
}
.Contentbox{
clear:both;
margin-top:0px;
border:1px solid #cccccc;
border-top:none;
height:181px;
text-align:center;
padding-top:8px;
}
.textfield {width:210px;height:18px;background-image:url(images/inputbg.gif);color:#ccc;border:solid 1px #999;padding:3px 0px 0px 5px;}
.textfield2 {width:98px;height:12px;background-color: #c3c4c5;color:#999;border:solid 1px #c3c4c5;padding:0px 0px 0px 0px;}

.sec4 {
	BACKGROUND-IMAGE: url(images/pic01.jpg);
	CURSOR: hand;
	color: #e72410;
	font-weight: bold;
	font-size: 16px;
	width: 140px;
	background-repeat: no-repeat;
	padding-left:5px;

}
.sec3 {
	BACKGROUND-IMAGE: url(images/pic01.jpg);
	font-size: 16px;
	CURSOR: hand;
	width: 140px;
	background-repeat: no-repeat;
	padding-left:5px

}