/* Default Simple Rounded Box */
/* ----------------------------------------------- */

.smallGreyBorder {
	border-left:#727272 2px solid;
	border-right:#727272 2px solid;
	width:938px;
	background-color:#fff;
}  

.roundedBorderTop {
	background: url('../Images/rounded_corners_white_top.gif') no-repeat;
	height:12px;
	font-size:1px;
}

.roundedBorderBottom {
	background: url('../Images/rounded_corners_white_bottom.gif') no-repeat;
	height:12px;
}
