/* style for module titles */

.body-c-container {         
	margin: 0;
	padding: 0 0 10px 0;
}

.body-c-title {
	width: 719px;
	height: 31px;
	background: url(img/body-content-head.png) no-repeat top left;
	padding-top: 5px;
	padding-right: 11px;
	padding-left: 11px;
}

*html .body-c-title {
	width: 741px;
	height: 36px;
}

.body-c-body {
	background: url(img/body-content-bk.png) repeat-y top left;
	width: 719px;
	margin: 0;
	padding: 5px 11px 5px 11px;
/*set so div will fit table */
	display: table; 
}

*html .body-c-body {
	width: 741px;
}

.body-c-body p {
	width: 719px;
}

.body-c-bottom {
	width: 741px;
	height: 11px;
	background: url(img/body-content-bot.png) no-repeat top left;
}

.formtable td {
	padding: 0px 0px 5px 5px;
}
