/* Show only to IE PC \*/
* html .rounddiv1 .boxhead h2 {height: 1%;} /* For IE 5 PC */

.rounddiv1 {
	background: url(../images/rounddiv/trash/sbbody-r.gif) no-repeat bottom right;
	font-size: 100%;
}
.rounddiv1 .boxhead {
	background: url(../images/rounddiv/trash/sbhead-r.gif) no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: center;
}
.rounddiv1 .boxhead h2 {
	background: url(../images/rounddiv/trash/sbhead-l.gif) no-repeat top left;
	margin: 0;
	padding: 10px;
	color: white; 
	font-weight: bold; 
	font-size: 1.2em; 
	line-height: 1em;
	text-shadow: rgba(0,0,0,.4) 0px 2px 5px; /* Safari-only, but cool */
}
.rounddiv1 .boxbody {
	background: url(../images/rounddiv/trash/sbbody-l.gif) no-repeat bottom left;
	margin: 0;
	padding: 15px;
	_padding:12px;
}
.boxbody p{margin-bottom:4px;}
/*------------dot image----------------------*/
.t {background: url(../images/rounddiv/dot/dot2.gif) 0 0 repeat-x; width: 20em}
.b {background: url(../images/rounddiv/dot/dot2.gif) 0 100% repeat-x}
.l {background: url(../images/rounddiv/dot/dot2.gif) 0 0 repeat-y}
.r {background: url(../images/rounddiv/dot/dot2.gif) 100% 0 repeat-y}
.bl {background: url(../images/rounddiv/dot/bl2.gif) 0 100% no-repeat}
.br {background: url(../images/rounddiv/dot/br2.gif) 100% 100% no-repeat}
.tl {background: url(../images/rounddiv/dot/tl2.gif) 0 0 no-repeat}
.tr {background: url(../images/rounddiv/dot/tr2.gif) 100% 0 no-repeat; padding:10px}

/*------------without image---default style---------------*/
.roundnoimg h1, .roundnoimg h2, .roundnoimg p {margin:0 10px; letter-spacing:1px; padding:0;}
.roundnoimg h1 {font-size:2.5em; color:#fff;}
.roundnoimg h2 {font-size:2em;color:#06a; border:0;}
.roundnoimg p {padding-bottom:0.5em;}
.roundnoimg h2 {padding-top:0.5em;}
.roundnoimg {background: transparent; margin:25px 1em 100px 1em;}

.xtop, .xbottom {display:block; background:transparent; font-size:1px;}
.xb1, .xb2, .xb3, .xb4 {display:block; overflow:hidden;}
.xb1, .xb2, .xb3 {height:1px;}
.xb2, .xb3, .xb4 {background:#FCF1D7; border-left:1px solid #d2d2d2; border-right:1px solid #d2d2d2;}
.xb1 {margin:0 5px; background:#d2d2d2;}
.xb2 {margin:0 3px; border-width:0 2px;}
.xb3 {margin:0 2px;}
.xb4 {height:2px; margin:0 1px;}

.xboxcontent {display:block; background:#FCF1D7; border:0 solid #d2d2d2; border-width:0 1px;}
.roundpurecolor b{background:#FFA62D;border:none;}
/*------------------button1----------------*/



.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

a.button1 {
    background: transparent url('../images/rounddiv/btn/btn_a_orange.gif') no-repeat scroll top right;
    color:#4b4b4b;
    display: block;
    float: left;
	font-size:15px; 
	font-weight:bold;
    height: 46px;
    margin-right: 6px;
    padding-right: 12px; /* sliding doors padding */
    text-decoration: none;
}

a.button1 span {
    background: transparent url('../images/rounddiv/btn/btn_span_orange.gif') no-repeat;
    display: block;
    line-height: 36px;
    padding: 5px 0 5px 12px;
}

/*------------------button2----------------*/

a.button2 {
    background: transparent url('../images/rounddiv/btn/btn_a_blue.gif') no-repeat scroll top right;
    color:#4b4b4b;
    display: block;
    float: left;
	font-size:15px; 
	font-weight:bold;
    height: 46px;
    margin-right: 6px;
    padding-right: 12px; /* sliding doors padding */
    text-decoration: none;
}

a.button2 span {
    background: transparent url('../images/rounddiv/btn/btn_span_blue.gif') no-repeat;
    display: block;
    line-height: 36px;
    padding: 5px 0 5px 12px;
} 
/*------------------button3----------------*/

a.button3 {
    background: transparent url('../images/rounddiv/btn/btn_a_gray.gif') no-repeat scroll top right;
    display: block;
    float: left;
	font-family:"黑体";
	font-size:15px; 
	font-weight:bold;
	color:#4b4b4b;
    height: 75px;
    margin-right: 6px;
    padding-right: 12px; /* sliding doors padding */
    text-decoration: none;
}

a.button3 span {
    background: transparent url('../images/rounddiv/btn/btn_span_gray.gif') no-repeat;
    display: block;
    line-height: 65px;
    padding: 5px 0 5px 12px;
}
a.button3 ul{height:45px;margin:10px 0;}
a.button3 ul li{line-height:20px;}
/*------------------button4----------------*/
a.button4 {
    background: transparent url('../images/rounddiv/btn/btn_a_orange2.gif') no-repeat scroll top right;
    float: left;
	font-family:"黑体";
	font-size:15px; 
	font-weight:bold;
	color:white;
    margin-right: 6px;
    padding-right: 12px; /* sliding doors padding */
    text-decoration: none;
}

a.button4 span {
    background: transparent url('../images/rounddiv/btn/btn_span_orange2.gif') no-repeat;
    display: block;
    line-height: 29px;
    padding: 5px 0 5px 12px;
}



a.button1:hover,a.button2:hover,a.button4:hover{ /* Hover state CSS */
	background-position: bottom right;
}

a.button1:hover span,a.button2:hover span,a.button3:hover span{ /* Hover state CSS */
background-position: bottom left;
color: black;
}
a.button4:hover span{
background-position: bottom left;
color: white;
}
.btnimg36{float:left;width:36px;_width:26px;_height:26px;margin:0 10px;color:white}
.btnimg64{float:left;padding:12px 15px; width:51px;}

