@charset "utf-8";
/* CSS Document */
.round:before {
	display: block;
	content: url(../images/top_left.gif);
	background-image: url(../images/top_right.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.round:after {
	display: block;
	content: url(../images/bottom_left.gif);
	background-image: url(../images/top_left.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.round{
background: #DCDCDC;
width: 350px;
}
#corners{
	width: 250px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #9FC;
}

.mainbox {
	background-color: #DCDCDC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 1em;
	margin-right: 3px;
	margin-bottom: 0;
	margin-left: 3px;
}
.top {
	background-image: url(../images/top_right1.gif);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #E6E6E6;
	margin-bottom: 0px;
	margin-top: 0px;
	padding: 0px;
}

.bottom {
	background-image: url(../images/bottom_right1.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color: #E6E6E6;
	padding: 0px;
	margin: 0px;
	height: 19px;
}
.top-gradient {
	background-image: url(../images/top_right1.gif);
	background-position: right top;
	background-repeat: no-repeat;
}
.bottom-gradient {
	background-image: url(../images/bottom-right-corners-darker1.gif);
	background-repeat: no-repeat;
	background-position: right top;
	margin: 0px;
	padding: 0px;
	height: 19px;
	background-color: #D2D2D2;
}

