/* set the image to use and establish the lower-right position */

.cssbox2 {
	margin: 0px;
	padding: 0px;
	text-align: left;
	border: 1px solid #ccc;
	background-color: #fff;	
}

.cssbox2_head {
	margin: 1px;
	background-color: #9c6;
	height: 30px;
	padding: 7px 0px 0px 8px;
}

.cssbox2_title {
	font-family: Arial, Georgia, sans-serif
	font-size: 14px;
	color: #555;
	font-weight: bold;
}

.cssbox2_content {
	background-position: left bottom;
	padding: 10px 5px 25px 15px;
}

.cssbox2_content table {
	width:100%;
	border-spacing: 0px;
	border: 0px;
	text-align: center;
	margin: 5px;
	padding: 5px;	
	font-size: 12px;
	
}

.cssbox2_content td {
	padding: 5px;
	text-align: left;
	vertical-align: top;
}

.cssbox2_content td.error {
	color: red;
}

table.search {
	margin: 0px;
	padding: 0px;
	width: 100%;
	border-spacing: 0px;
}

table.search td.search-left {
	width: 20%;
}

table.search td.search-right {
	text-align: left;
}

.cssbox2_content div.category-scrollable {
	overflow: auto;	
	padding: 5px;
	height: 100px;
}

.small {
	font-size: 0.90em;
}
