@charset "gb2312";
/* CSS Document */
/**round corner**/
.roundedcornr_box {
	background: url(../images/roundedcornr_tl.png) no-repeat top left;
	font-size: 12px;
}
.roundedcornr_top {
	background: url(../images/roundedcornr_tr.png) no-repeat top right;
}
.roundedcornr_bottom{
	background: url(../images/roundedcornr_bl.png) no-repeat bottom left;
}
.roundedcornr_bottom div {
	background: url(../images/roundedcornr_br.png) no-repeat bottom right;
}
.roundedcornr_content {
	background: url(../images/roundedcornr_r.png) top right repeat-y;
}

.roundedcornr_top div,.roundedcornr_top,
.roundedcornr_bottom div, .roundedcornr_bottom {
	width: 100%;
	height: 30px;
	font-size: 1px;
}
.roundedcornr_content, .roundedcornr_bottom {
	margin-top: -19px;
}
.roundedcornr_content { padding: 0 15px; }

/**top search**/
#topSearch_span{
	width:165px; 
	overflow:hidden; 
	display:block; 
	height:16px;
}