/***********************/
/*    Content Panel    */
/***********************/
* html #content {
	width: 640px;
}
#content h1 {
	clear: both;
	margin: 0 0 10px 40px;
	padding-top: 20px;
	color: #133d8d;
	font-size: 18px;
	line-height: 18px;
	text-transform: uppercase;
}

#content h4 {
	clear: both;
	color: #133d8d;
	font-size: 14px;
	text-transform: uppercase;
}

#content p {
	margin: 0 0 15px 40px;
}

.defaultForm {
	margin: 20px 0 10px 40px;
}
* html .defaultForm {
	width: 610px;
}
	.defaultForm h2 {
		clear: both;
		margin: 5px 0;
		padding-left: 35px;
		height: 36px;
		width: 578px;
		background: url(../images/ANG-quickdon-head.gif) center left no-repeat;
		line-height: 36px;
		font-size: 12px;
		color: #133d8d;
		text-transform: uppercase;
	}
	.defaultForm h3 {
		padding-left: 10px;
		font-size: 14px;
		color: #133d8d;
	}
	.defaultForm .required {
		float: none;
		width: auto;
		color: #bf2b26;
	}
	.defaultForm th {
		clear: both;
		display: block;
		margin: 5px 0;
		padding: 5px 10px;
		color: #333333;
		text-align: left;
		vertical-align: top;
	}
	.defaultForm .error {
		color: #BF2B26;
		font-weight:bold;
		text-align: left;
		vertical-align: top;
	}
	.defaultForm td {
		width: 450px;
		color: #333333;
	}
		.defaultForm .summary td {
			color:black;
		
		}
		.defaultForm .summary th {
			width:130px;
		}
		.defaultForm td input, .defaultForm td select, .defaultForm td textarea {
			float: left;
			margin-right: 5px;
			border: #CCCCCC 1px solid;
			color: #333333;
		}
		.defaultForm td input {
			padding: 2px;
		}
		.defaultForm td select {
			padding: 1px;
		}
		.defaultForm td span input {
			float: none;
		}
		#content .defaultForm td p.formError {
			clear: left;
			margin: 0 0 5px 0;
			color: #BF2B26;
		}
		.defaultForm tr.product_list td label {
			clear: left;
			display: block;
			padding-bottom: 5px;
		}
			.defaultForm tr.product_list td label input {
				margin-bottom: 8px;
				margin-top: -5px;
			}
	.defaultForm .submitForm {
		color: #333333;
	}
	
	

/************************/
/*  Right-hand Sidebar  */
/************************/
* html #sidebar #subnav {
	position: relative;
	margin-right: 25px;
	margin-left: -40px;
}
