/* CSS Document */


.round {
	border:  1px solid #dbdbdb; margin-bottom:10px;
}
.round {
	width:inherit;
	clear:none
}
.round .corner {
	clear: none;
	font: 0px/0 arial;
	position: relative;
	height: 10px
}
.sprite1 {
	background:transparent url(../images/white_box.gif) no-repeat scroll 0 0;
}
.sprite2 {
	background:transparent url(../images/gray_box.gif) no-repeat scroll 0 0;
}
.sprite3 {
	background:transparent url(../images/blue_box.gif) no-repeat scroll 0 0;
}


.round .corner div {
	width: 10px;
	position: absolute;
	height: 10px;
	background-color: #fff
}
.round .corner .right {
	float: right
}
.round .bottom .right {
	background-position: -19px -19px;
	right: -1px;
	bottom: -1px
}
.round .corner .left {
	float: left
}
.round .bottom .left {
	background-position: -1px -19px;
	left: -1px;
	bottom: -1px
}
.round .mod-content {
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 0px;
	padding-top: 0px;
}
.round .top .right {
	background-position: -19px -1px;
	right: -1px;
	top: -1px
}
.round .top .left {
	background-position: -1px -1px;
	left: -1px;
	top: -1px
}
.white_box {background-color:#FFFFFF}
.gray_box {background-color:#d8dceb}
.blue_box {background-color:#445d91}
