/* set the image to use and establish the lower-right position */
/*.cssbox, .cssbox_head, .cssbox_content, .cssbox_title { 
	background: transparent url(/images/box_ta.gif) no-repeat scroll right bottom;
} */

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

.cssbox_head {
	margin: 1px;
	background-color: #ff9;
	height: 30px;
	padding: 7px 0px 0px 8px;
}

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

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

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

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

.cssbox_content td.error {
	color: red;
}

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

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

.cssbox_content th {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 4px;
	padding-bottom: 4px;
	text-align: left;
	font-weight: bold;
	
}

.cssbox_content div.search-scrollable {
	overflow: auto;	
	border: 1px solid #9c9;
	padding: 5px;
	height: 400px;
}
