
/* **********************************************
  BODY CONTENT please do all main content customizations in here
************************************************* */


input.text
{
	background: #D2D2D2;
	color: #494949;
	font-weight: bold;
}
tr
{
	width:100%;
}

ul.cols2 li
{
	float: left;
	width: 49%;
	list-style: none;
}

ul.cols3 li
{
	float: left;
	width: 33%;
	list-style: none;
}


table.datainput
{
	display: block;
}

label
{
	font-weight: bold;
}

.mm_upload_form
{
	padding: 0px 0px 5px 10px;
}

.datainput td,
.datainput th
{
	padding: 3px;
}

.text_important
{
	background: #E1DADB;
	width: 90%;
	height: 100px;
}

.display_errors,
.alert,
ul.errors {
  font-weight: bold;
  color: #FF3300;
}

.status_box
{
	padding: 5px;
	margin: 10px;
	border: 1px solid #000000;
	font-weight: bold;
	display: none;
}

.col3item
{
	float: left; 
	margin-right: 10px;
	min-width: 200px;
}
