#content {
	width: 782px;
	padding: 0 8px 0 8px;
	float: right;
	font-family:'trebuchet MS';
	font-size:12px;
}

#details_container
{
	width: 282px; 
	float: left; 
}

#form_container
{
	width: 479px; 
	padding-left: 20px;
	border-left: 1px dotted #ccc;
	float:right; 
}

.details
{
	font-size:14px;
	width: 100%;
	margin: 0;
	padding: 0 0 5px 0;
	float: left;
	color: #333333;
}

.details span
{
	font-weight: bold;
	width: 80px; 
	float: left;
	text-align: right;
	padding-right: 10px;
}

#formGeneral
{
	width: 100%;
	float: left;
}

#formGeneral p
{
	margin: 0;
	padding: 0 0 5px 0;
	float: left;
	width: 100%;
	color: #333333;
	font-size:12px;
	color: #333333;
}

#formGeneral p label
{
	width: 100px; 
	float: left;
	text-align: right;
	padding-right: 10px;
}

#formGeneral p .inputText
{
	width: 200px;
	float: left;
}

#formGeneral p .textArea
{
	width: 300px;
	height: 200px;
	float: left;
}


#errors
{
	margin-top: 10px; 
	padding: 10px 0 10px 0; 
	border: 1px dotted #d91d3c;
	width: 477px; 
	float:left;
}

#errors p{
	width: 100%;
	float:left;
	text-align: center;
	color: #d91d3c;
	padding: 0;
	margin: 0;
	font-size:12px;
}

#success {
	margin-top: 10px; 
	padding: 10px 0 10px 0; 
	border: 1px dotted #333333;
	width: 477px; 
	float:left;
}

#success p{
	width: 100%;
	float:left;
	text-align: center;
	color: #d91d3c;
	padding: 0;
	margin: 0;
	font-size:12px;
}

#requiredFields {
	color: #333333;
	float: left;
}