.top-left-corner
{
	background-image: url(../uploads/draw-in.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 40px;
	width: 237px;
	vertical-align: middle;
	font-size: 13pt;
	font-weight: bold;
	color: #5DB202;
	font-family: Courier new;
	text-align: center;
	text-decoration: none;
}
.top-left-corner1
{
	background-image: url(../uploads/corners-white-top-left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 33px;
	width: 33px;
}
.top-right-corner
{
	background-image: url(../uploads/corners-white-top-right.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 33px;
	width: 33px;
}

.bottom-right-corner
{
	background-image: url(../uploads/corners-white-bot-right.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 33px;
	width: 33px;
}
.bottom-left-corner
{
	background-image: url(../uploads/corners-white-bot-left.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 33px;
	width: 33px;
}

.top-x
{
	background-image: url(../uploads/repeat-top-x2.gif);
	background-repeat: repeat-x;
	background-position: right top;
	height: 33px;
}
.left-y
{
	background-image: url(../uploads/repeat-left-y2.gif);
	background-repeat: repeat-y;
	background-position: left;
	width: 33px;
}
.right-y
{
	background-image: url(../uploads/repeat-right-y2.gif);
	background-repeat: repeat-y;
	background-position: right;
	width: 33px;
}
.bottom-x
{
	background-image: url(../uploads/repeat-bot-x2.gif);
	background-repeat: repeat-x;
	background-position: top;
	height: 0px;
}

