/*@-root: Reset CSS */
	/*@-reset:margin & padding*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
	/*@-reset:border*/
fieldset, img {
	border: 0;
}
abbr, acronym {
	border: 0;
	font-variant: normal;
}
	/*@-reset:font*/
address, caption, cite, code, dfn, th, var, optgroup {
	font-style: inherit;
	font-weight: inherit;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight:inherit;
}
abbr, acronym {
	border: 0;
	font-variant: normal;
}
input, button, textarea, select, optgroup, option {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}
code, kbd, samp, tt {
	font-size: 100%;
}
/*@purpose To enable resizing for IE */
/*@branch For IE6-Win, IE7-Win */
input, button, textarea, select {
 *font-size: 100%;
}
	/*@-reset:line-height*/
body {
	line-height: 1.5;
}
	/*@-reset:list-style*/
ol, ul {
	list-style: none;
}
	/*@-reset:table*/
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th {
	text-align: left;
}
	/*@-reset:sub & sup*/
sup, sub {
	font-size: 100%;
	vertical-align: baseline;
}
	/*@-reset:a & ins text-decoration*/
/* remember to highlight anchors and inserts somehow! */
:link, :visited, ins {
	text-decoration: none;
}
	/*@-reset:q & blockquote*/
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
/*@-root: Common CSS */
/*rounded box*/
/*
<div class="rdBox rdBoxTop">
	<div class="rdBoxRight">
		<div class="rdBoxBground"></div>
	</div>
</div>
<div class="rdBox rdBoxBottom">
	<div class="rdBoxRight">
		<div class="rdBoxBground"></div>
	</div>
</div>
*/
.rdBox {
	width:100%;
	float:left !important;
	float:none;
}
.rdBox * {
	height:9px;
	font-size:1px;
	line-height:8px;
}
.rdBoxTop {
	background:transparent url(../images/bg_v2_rd.png) no-repeat 0 0;
}
.rdBoxRight {
	margin-left:9px;
}
.rdBoxBground {
	margin-right:9px;
}
.rdBoxTop .rdBoxRight {
	background:transparent url(../images/bg_v2_rd.png) no-repeat right -18px;
}
.rdBoxTop .rdBoxBground {
	background:transparent url(../images/bg_v2_rd.png) repeat-x 0 -9px;
}
.rdBoxBottom {
	background:transparent url(../images/bg_v2_rd.png) no-repeat 0 -27px;
}
.rdBoxBottom .rdBoxRight {
	background:transparent url(../images/bg_v2_rd.png) no-repeat right -45px;
}
.rdBoxBottom .rdBoxBground {
	background:transparent url(../images/bg_v2_rd.png) repeat-x right -36px;
}

