@CHARSET "ISO-8859-1";

.mainBorder { height: 10px;	width: 800px; float: left; }
.mainBorder .left {	height: 10px; float: left; width: 7px;
	background: url("../images/borders/b_bottom_left.gif") no-repeat;
	background-position: bottom;
}
.mainBorder .right { height: 10px; float: right; width: 7px;
	background: url("../images/borders/b_bottom_right.gif") no-repeat;
	background-position: bottom;
}

.mainBorderTop
{
	font-size: 10px;
	max-height: 10px;
	height: 10px;
	width: 800px;
	float: left;
}

.mainBorderTop .left
{
	height: 7px;
	float: left;
	width: 7px;
	background: url("../images/borders/b_top_left.gif") no-repeat;
}

.mainBorderTop .right
{
	height: 7px;
	float: right;
	width: 7px;
	background: url("../images/borders/b_top_right.gif") no-repeat;
}

.dottedBorder
{
	position: relative;
	margin-left: 5px;
	margin-top: 5px;
}

.dottedBorder table
{
	color: #000; 
	font-size: 12px;
}
.dotTopLeftBorder { background: url("../images/borders/dot_top_left.gif") no-repeat; width: 10px; background-position: bottom; }
.dotTopBorder { background: #fff url("../images/borders/dot_top_mid.gif") repeat-x; height: 10px; background-position: bottom; }
.dotTopRightBorder { background: url("../images/borders/dot_top_right.gif") no-repeat; width: 10px; background-position: bottom; }

.dotLeftBorder { background: url("../images/borders/dot_left.gif") repeat-y; }
.dotCenter { background: #fff; padding: 0px; margin: 0px; position: relative; }
.dotRightBorder { background: url("../images/borders/dot_right.gif") repeat-y; }

.dotBottomLeftBorder { background: url("../images/borders/dot_bottom_left.gif") no-repeat; width: 10px; }
.dotBottomBorder { background: url("../images/borders/dot_bottom_mid.gif") repeat-x; height: 10px; }
.dotBottomRightBorder { background: url("../images/borders/dot_bottom_right.gif") no-repeat; width: 10px; }

.dottedNav { position: absolute; bottom: 3px; right: 6px; left: 6px; }