#content-holder		
{
	font:normal 100% verdana;
}

#content-holder dl
{
	padding-bottom:60px;
	padding-right:15px;
}

#content-holder dt
{
	border-bottom:1px solid #ccc;
	padding-bottom:5px;
	font-size:170%;
	font-weight:bold;
	color:#663300;	
}

#content-holder dd p
{
	color:#333;
	padding-top:15px;
	text-align:justify;
	clear:left;
}
#content-holder dd p em
{
	margin-bottom:5px;
	font-weight:bold;
}
#content-holder form
{

	float:left;
	clear:left;
	width:400px;
	
}

#content-holder form label
{
	float:left;
	clear:left;
	margin:3px 0 8px;
}
#content-holder form input, #content-holder form textarea
{
	margin:3px;
	float:right;
	width:300px;
	overflow:hidden;
}
#content-holder form textarea
{
	width:302px;
	height:100px;
}
#buttonSubmit
{
	width:auto !important;
	float:right;
	clear:right;
}
#txtError
{
	font-weight:bold;
	color:red;
}

