/* CSS Document */

.fmybox {border:0px solid #BFD2FB;background:#FFFFFF;padding:0px;margin:0px auto;width: 100%;}
.fmybox .te .te1,.fmybox .te .te2,.fmybox .bt .bt1,.fmybox .bt .bt2
{
	width:11px;
	height:26px;
	overflow:hidden;
	font-size:1px;
	border:0px solid;
	background-image: url(box_jiao.gif);
	background-repeat: no-repeat;
}
.fmybox .te {clear:both;}
.fmybox .te .te1 {float:left;background-position:0 0;}
.fmybox .te .te2 {float:right;background-position:-11px 0;}
.fmybox .te .te3 {
	float:left;
	border-top:1px solid #B5B2B5;
	width: 253px;
	font-weight: bold;
	text-align: left;
	font-size: 12px;
	line-height: 24px;
	background-image: url(box_top.gif);
	background-position: 11px;
}
.fmybox .pte3 {
	float:left;
	border-top:1px solid #B5B2B5;
	width: 498px;
	font-weight: bold;
	text-align: left;
	font-size: 12px;
	line-height: 24px;
	background-image: url(box_top.gif);
	background-position: 11px;
}
.pte3 a{
	text-align: left;
	font-size: 12px;
	line-height: 24px;
	text-decoration: none;
	color: #000000;
}
.pte3 a:hover {
	COLOR: #FF0000;
	}

.fmybox .bt {clear:both;}
.fmybox .bt .bt1 {float:left;background-position:-0px -26px;}
.fmybox .bt .bt2 {float:right;background-position:-11px -26px;}
.fmybox .bt .bt3 {
	float:left;
	width:  253px;
	height:25px;
	font-size:1px;
	background-color: #FFFFFF;
	background-image: url(box_b.gif);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #7B797B;
}
.fmybox .pbt3 {
	float:left;
	width:  498px;
	height:25px;
	font-size:1px;
	background-color: #FFFFFF;
	background-image: url(box_b.gif);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #7B797B;
}
.myboxcontent {
	font:11px verdana;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #B5B2B5;
	border-left-color: #B5B2B5;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
}
