﻿@charset "utf-8";
/* CSS Document */

body { background:#fff url(../img/bj.jpg) no-repeat 50% 0; font-size:12px; color:#333; font-family:宋体,微软雅黑,黑体,Verdana}
body,ul,li,input {margin:0; padding:0; list-style:none;}
img,input { border:0;}

a:link {color: #333;text-decoration: underline;}
a:visited {color: #333;	text-decoration: underline;}
a:hover {color: #F60;text-decoration:underline;}
a:active {color: #F60;text-decoration: underline;}

/* 通用提示框 */
#f_bc,#f_top,#f_di {width:319px;height:156px;}
#f_top { height:27px; background:url(../img/f_top.gif)}
	#f_close { height:13px; width:13px; float:right; margin-top:8px; margin-right:8px;}
#f_x,#f_v,#f_i { width:190px; border:#C9CACA solid 1px; border-bottom:0px; min-height:102px; _height:102px; padding-left:127px; padding-top:20px; line-height:18px;}
	#f_x a,#f_v a,#f_i a{ color:#0062AC; font-weight:100;}
	#f_x span,#f_v span,#f_i span{ display:block; height:50px; width:184px;}
	/* 提示错误 */		#f_x { background:#FFF url(../img/f_x.jpg) no-repeat 18px 15px;font-size:14px; font-weight:bold; color:#D7000F}
	/* 提示完成、正确 */	#f_v{ background:#FFF url(../img/f_v.jpg) no-repeat 18px 15px; font-size:14px; font-weight:bold; color:#009140}
	/* 提示，惊叹号 */	#f_i{ background:#FFF url(../img/f_i.jpg) no-repeat 18px 15px;font-size:14px; font-weight:bold; color:#D7000F}
#f_di { height:7px; background:url(../img/f_di.gif); font-size:0;}

/* 意见建议提示框 */

#f_yjbc { position:relative; margin:0 auto}
#f_yjbc{width:400px;height:156px;}
#f_yjtop {width:400px;height:27px; background:url(.../img/f_yjtop.gif)}
	#f_close { height:13px; width:13px; float:right; margin-top:8px; margin-right:8px;}
#f_yjtj { width:398px; border:#C9CACA solid 1px; border-bottom:0px; background:#FFF; padding-top:10px; padding-bottom:10px;}
	#f_yjtj table{ font-size:12px;}
	#f_yjtj td { padding-top:10px;}
#f_yjdi {width:400px;height:6px; background:url(.../img/f_yjdi.gif); font-size:0;}
