@charset "utf-8";
/* CSS Document */
.roundCorners{display:block}
.roundCorners *{
	display:block;
	height:1px;
	overflow:hidden;
	font-size:0.01em;
	/*background:#ffffff*/
}
.roundCorners1t{
	margin-left:3px;
	margin-right:3px;
	padding-left:1px;
	padding-right:1px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #bdbdbd;
	border-left-color: #bdbdbd;
	background-color: #bdbdbd;
	height: 0.01em;
}
.roundCorners1b{
	margin-left:3px;
	margin-right:3px;
	padding-left:1px;
	padding-right:1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #bdbdbd;
	border-left-color: #bdbdbd;
}
.roundCorners2{
  margin-left:1px;
  margin-right:1px;
  padding-right:1px;
  padding-left:1px;
  border-left:1px solid #efefef;
  border-right:1px solid #efefef;
  background:#838383}
.roundCorners3{
	margin-left:1px;
	margin-right:1px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #838383;
	border-left-color: #838383;
}
.roundCorners4{
  border-left:1px solid #bdbdbd;
  border-right:1px solid #bdbdbd}
.roundCorners5{
  border-left:1px solid #8c8c8c;
  border-right:1px solid #8c8c8c}
.roundCornersfg{
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #838383;
	border-left-color: #838383;
  }
/*
<div>
  <b class="roundCorners">
  <b class="roundCorners1t"><b></b></b>
  <b class="roundCorners2"><b></b></b>
  <b class="roundCorners3"></b>
  <b class="roundCorners4"></b>
  <b class="roundCorners5"></b></b>

  <div class="roundCornersfg">
    <!-- content goes here -->
  </div>

  <b class="roundCorners">
  <b class="roundCorners5"></b>
  <b class="roundCorners4"></b>
  <b class="roundCorners3"></b>
  <b class="roundCorners2"><b></b></b>
  <b class="roundCorners1b"><b></b></b></b>
</div>
*/
