@charset "UTF-8";
.ColBox{
	padding: 3px;
	width:95%;
	font-size: 12px;
	background-color:#D8D8D8;
	border:1px solid gray;
	border-radius: 5px;
		}
.OutBox
	{
	margin:3px;
	left:float;
	width:175px;
	font-size:12px;
	background-color:#A4A4A4;
	padding:3px; 
	border:0px solid #0431B4;
	border-radius: 4px;

	}
.x_plus {
    background: url("../images/fmplus.png") no-repeat scroll left center #A4A4A4;
	padding-left: 20px;
		}
.x_plus:hover {
	cursor:pointer;
	}
.left {
	float:left;
	width: 30%;
	}
.right {
	float:left;
	width: 60%;
	}
.middle
	{
	position: absolute;
	left: 250px;
	top: 25px;

	}
tr#header
	{
	background-color: light gray;
	}
table, th
	{
	
	border:1px solid gray;
	border-collapse:collapse;
	padding:1px;
	}


table td {
    border: 1px solid #858585;
    padding: 10px 8px;
}