.validationsummary_holder div
{
	border-width: 2px; 
	border-style:solid;
	padding:10px;
	margin-bottom:12px;
	font-size: 12px;
	
	background-color: #FFC6C6;
	border-color: #FF9797;
}

.validationsummary_holder ul
{
	margin-right:0px;
	margin-left:28px;
	margin-bottom:0px;
	margin-top:0px;
	padding-top:8px;
}

.validationsummary_holder li
{
	list-style-type: disc !important;
}

.button_holder
{
	text-align:right;	
	padding-bottom:10px;
}

.form_container_default fieldset legend
{
	display:block !important;
	font-weight:bold;
	color: #666666;
	text-align: left;
	clear: both;
	margin-left:-7px; /*legend is made to be -7 pixels to get rid of what IE6 and IE7 adds in by default*/

}

/*
These 2 dirty hacks get rid of the -7px margin that has to be in there by default to stop the indent in IE6 and 7 for the legend
The extra top padding also stops the legend from going out of the fieldset in firefox browsers
*/

/* Firefox 1 - 2 */
body:empty .form_container_default fieldset legend
{
	padding-top: 30px;
	margin-left: 0px;
}

/* Firefox */
@-moz-document url-prefix()
{
.form_container_default fieldset legend {  	margin-left: 0px; 	padding-top: 30px;}
}







.form_container_default fieldset label
{
	color:#000;
	font-size:0.9em;
}

.form_container_default fieldset
{
	padding: 8px 0px 8px 8px !important;
	border:solid 0px #000 !important;
	margin-bottom:20px !important;
	margin-top:10px !important;
}

.form_container_default fieldset hr
{
	line-height:5px;
	padding:0px;
	margin:0px;
}

.rightPadding 
{
	padding-right:10px;	
}