@charset "utf-8";
/* CSS Document */

.round-container{
	text-align:center;
	font-family:  verdana, sans-serif;
	font-size: 100%;
	font-weight:bold;
	background-color:#D4D3D3;
	color:#fff;
	width: auto;
	padding:0px;
	margin-top: 3px;
}

.top-right-image{
	background-image: url(Images/tr_round.gif);
	background-repeat: no-repeat;
	background-position:right top;
}
.top-left-image{
	background-image: url(Images/tl_round.gif);
	background-repeat: no-repeat;
	background-position:left top;
}
.bottom-right-image{
	background-image: url(../GSE%20Transfer/gset/images/br-round1.gif);
	background-repeat: no-repeat;
	background-position:right bottom;
}
.bottom-left-image{
	background-image: url(../GSE%20Transfer/gset/images/bl-round1.gif);
	background-repeat: no-repeat;
	background-position:left bottom;
}

.text{
	font-family:  verdana,  sans-serif;
	font-size: 100%;
	font-weight:normal;
	color:#000;
	background-color:#fff;
	text-align:left;
	padding-left:5px;
	padding-right:5px;
	background-image: url(Images/text_backgd.png);
	background-repeat: repeat-x;
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #D4D3D3;
	border-left-color: #D4D3D3;
}

.text2{
	font-family:  verdana,  sans-serif;
	font-size: 86%;
	font-weight:normal;
	color:#000;
	background-color: #fff;
	background-image: url(../GSE%20Transfer/gset/images/text-bg.png);
	background-repeat: repeat-x;
	border-left:none;
	border-right:none;
	text-align:left;
	padding-left:5px;
	padding-right:5px;
}

