	#blackTotal,#blueTotal,#redTotal,#grandTotal, #notes
	{
		border-bottom:1px dashed black;
		text-align:right;
		width:200px;
		padding-top:5px;
		padding-bottom:5px;
		font-size:12px;
	
	
	}
	
	#notes
	{
		border-bottom:none;
	}
	
	#grandTotal
	{
		font-weight:bold;
		border-bottom:2px solid black;
		
	}
	#grandTotal
	{
		background-color:#f2f2f2;
	}
	
	#total
	{		
		clear:both;
		width:200px;
		padding-left:10px;
		padding-right:10px;
		text-align:right;
		display:none;
	}
	
	#totalContainer
	{
		clear:both;
		text-align:right;
	}

   .remove {
       background-image:url(../resources/images/delete.gif) !important;
	   background-repeat:no-repeat;
   }
   
div.contentContainer
{
	padding-top:20px;
	width:734px;
	margin: 0px auto 0px auto;
	
}

div.header
{
	width:816px;
	background-color:#000000;
	text-align:center;
}

#formPanelLeft
{
	float:left;
	border:0;
	margin:0;
	
}

table.formContainer
{

border:0;
margin:0;
white-space:nowrap;
width:734px;
font-size:11px;
}

table.formContainer td
{
	background-color:#c9caca;
	vertical-align:top;
	border:0;
}
table.formTable th, table.orderTable th
{
	font-size:11px;
	font-weight:bold;
	text-align:left;
	padding-bottom:5px;
	padding-top:5px;
	padding-left:4px;
	background-image:url(../images/navbg.gif) !important;
	background-repeat:repeat-x;
	border:0;
}
table.formTable td,  table.orderTable td
{
	font-size:11px;
	padding-left:4px;
	text-align:left;
	vertical-align:middle;
}
table.formTable td.center
{
	text-align:center;
}

.input
{
	width:160px;
}

 table.orderTable
 {
 	width:450;
 }

#resultTable td div.deleteButton
{
	
	background-repeat:no-repeat;
}

#resultTable td div.deleteButton a.remove
{
	
}

div.errors
{
	color:black;
	padding-bottom:10px;
}

table.formTable td span.mandatory
{
font-weight:bold;
color:red;
}

span.error
{
	color:#681823;
	font-weight:bold;
	font-size:14px;
}