/*MAIN BOX outline*/

.MBox
{
	width:100%;
	border-style:none;
}

.MBox_Reg
{
	width:550;
	border-style:none;
}



.MBox_TopLeft, .MBox_TopMiddle, .MBox_TopRight, 
.MBox_Left, .MBox_Middle, .MBox_Right, 
.MBox_BottomLeft, .MBox_BottomMiddle, .MBox_BottomRight
{
	background-color:#D9CCBF;
}



.MBox_TopLeft
{
	width:10px;
	height:10px;
	background-image: url(imgs/1_tlc.gif); 
	background-repeat: no-repeat; 
	background-position: 100% 100%;
	font-size:0px;
}
.MBox_TopMiddle
{
	height:10px;
	font-size:0px;
}
.MBox_TopRight
{
	width:10px;
	height:10px;
	background-image: url(imgs/1_trc.gif); 
	background-repeat: no-repeat; 
	background-position: 100% 100%;
	font-size:0px;
}


.MBox_Gap
{
	width:10px;
	font-size:0px;
}

.MBox_Left
{
	width:10px;
	font-size:0px;
}

.MBox_Middle
{
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 13pt;
}

.MBox_Right
{
	width:10px;
	font-size:0px;
}
.MBox_BottomLeft
{
	width:10px;
	height:10px;
	background-image: url(imgs/1_blc.gif); 
	background-repeat: no-repeat; 
	background-position: 100% 100%;
	font-size:0px;
}
.MBox_BottomMiddle
{
	height:10px;
	font-size:0px;
}
.MBox_BottomRight
{
	width:10px;
	height:10px;
	background-image: url(imgs/1_brc.gif); 
	background-repeat: no-repeat; 
	background-position: 100% 100%;
	font-size:0px;
}