.commitmentType {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	float: left;
	width: 600px;
}

.commitmentType label {
	width: 430px;
	margin-right: 30px;
	padding-left: 10px;
}


#timeTotal {
	font-size: 1.3em;	
	font-weight: bolder;
	color: #890008;
}

#fundTotal {
	font-size: 1.3em;	
	font-weight: bolder;
	color: #890008;
}

.commitmentType input {
	width: 60px;
	text-align: right;
}

.commitmentType select  {
	width: 80px;
	font-size: 1em;
}

.commitmentType textarea.commitmentDetails {
	width:500px;
	height:60px;
	margin-top: 5px;
	margin-bottom: 5px;
}

#commitmentModules {
	list-style-type: none;
	padding-left: 0px;
	margin-left: 0px;
	width: 600px;
}


#commitmentModules li {
	padding-left: 0px;
	margin-bottom: 5px;
	font-size: 0.95em;
	float: left;
	width: 600px;
}

#commitmentModules li h2 {
	border-bottom: 1px solid #890008;
	margin-bottom: 3px;
	padding-bottom: 2px;
} 
                             
ul.commitmentTypeList {
	padding-left: 0px;
	margin-left: 0px;

}

ul.commitmentTypeList li {
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
}


ul.commitmentTypeList li:hover {
	background-color: #EFF4FF;
}

#orderReviewTable table {
	padding: 10px;
	margin: 0px 0px 10px 30px;
	border-bottom: 1px solid black;
	border-top: 1px solid black;
}

#orderReviewTable table tr td {
	font-size: 10px;	
}

#orderReviewTable table tr td.lineItemDescription {
	width: 400px;
}

#orderReviewTable table tr td.lineItemTotal {
	width: 150px;
	text-align: right;
}

#orderReviewTable table tr td.grandTotal {
	width: 400px;
	text-align: right;
	font-weight: bold;
	font-size: 11px;	
	border-top: 1px solid black;
}

#orderReviewTable table tr td.grandTotalAmount {
	width: 150px;
	font-size: 11px;	
	font-weight: bold;
	text-align: right;
	border-top: 1px solid black;
}

#billingAddress ul {
	list-style-type: none;
	
}
