/* Dynamic Forms */
label { font-family:Arial; }
.DynForm_CAPTCHA_Container
{
	border-top:1px #ccc solid;
	border-bottom:1px #ccc solid;
	padding-top:5px;
	padding-bottom:5px;
	margin-top:5px;
	margin-bottom:15px;
}
.DynForm_CAPTCHA_Container table
{
	width:100%;
}
.DynForm_FieldLabelHorizontal_Required,
.DynForm_FieldLabelHorizontal,
.DynForm_Captcha_Text
{
	text-align:right;
	font:13px Arial;
	font-weight:bold;
	padding: 3px;
	width:175px;
}
.DynForm_OKButtonContainer
{
	text-align:center;
}
.DynForm_TextBox 
{
	width:300px; 
}
.eNewsForm .DynForm_TextBox 
{
    width:75px;
}
.eNewsForm .DynForm_FieldLabelHorizontal_Required,
.eNewsForm .DynForm_FieldLabelHorizontal,
.eNewsForm .DynForm_Captcha_Text
{
	text-align:right;
	font:11px Arial;
	font-weight:normal;
	padding: 0px;
	width:75px;
}
.DynForm_TextArea 
{
	width:300px; 
	height:50px;
}

.EditorButtonBar
{
	padding: 3px;
	padding-top:0px;
	padding-bottom:6px;
	background-color: White;
	border-bottom:1px #888 solid;
}
