form {
  margin: 0;
  padding: 0;
}
form.default_form { }
form.default_form .required {
	color: #64000A;
	font-weight:bold;
}
form.default_form fieldset{
	margin-bottom:10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
form.default_form fieldset legend {
	color: #FFFFFF;
	font-size:14px;
	padding-bottom: 12px;
	display: block;
	padding-top: 12px;
}
form.default_form fieldset .fieldset_description {
	padding:10px;
	background-color: #64000A;
	font-style:italic;
	color:#FFFFFF;
	display:block;
	font-size:12px;
	margin-bottom:10px;
}
form.default_form .fieldwrapper {
	display:block;
	padding-top:4px;
	padding-bottom:4px;
	overflow-y:hidden;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #64000A;
}
form.default_form .fieldwrapper_over {
	border-bottom:1px solid #001729;
	background-color:#64000A;
}
form.default_form .fieldwrapper_over  .formlabel { color: #a0ce67; }
form.default_form .fieldwrapper .formlabel { width:120px; display:block; font-size:12px; float:left; line-height:18px; cursor:pointer; padding-left:5px; padding-right:5px; }
form.default_form .fieldwrapper .formfield .inputfield {
	font-size:12px;
	color:#666666;
	width:200px;
	border: 1px solid #CCCCCC;
	padding:3px;
	font-family:verdana !important;
	background-color: #FFFFFF!important;
}
form.default_form .fieldwrapper_over .formfield .inputfield { border:1px solid #F38025;}
form.default_form .fieldwrapper .formfield .checkbox { width:auto!important; cursor:pointer; }
form.default_form .fieldwrapper .formfield .textarea { height:100px; }
form.default_form .fieldwrapper .formdescription {
	font-size:11px;
	font-style:italic;
	display:block;
	color:#FFFFFF;
	margin-left:120px;
	padding:2px;
}
form.default_form #interests_fieldset .formlabel { width: 200px!important; }
form.default_form #buttons_fieldset { border:0; padding-right:0; padding-left:0; text-align:right; }
form.default_form fieldset #formbuttons_wrapper {  text-align:right; border-bottom:0!important; padding-top:10px }
form.default_form fieldset #formbuttons_wrapper #cancel_button {  }
form.default_form fieldset #formbuttons_wrapper #submit_button {
	color: #64000A;
}

form.default_form .captcha_wrapper img { border: 1px solid #CCCCCC; }

form#enews.default_form .fieldwrapper .formlabel {
	width:68px;
	display:block;
	font-size:12px;
	float:left;
	line-height:18px;
	cursor:pointer;
	padding-left:5px;
	padding-right:5px;
}
form#enews.default_form .fieldwrapper .formfield .inputfield {
	font-size:12px;
	color:#FFFFFF;
	width:145px;
	border: 1px solid #001729;
	padding:3px;
	font-family:verdana !important;
	background-color: #64000A!important;
}
form#enews.default_form .fieldwrapper {
	display:block;
	padding-top:4px;
	padding-bottom:4px;
	overflow-y:hidden;
	border-bottom-width: 0px;
}
#contactus input,textarea,hr
{
	color: #DECFAA;
	border:1px solid #990000;
	background-color:#2d060c;

}
#contactus textarea
{
	overflow: auto;
	
}
#mlistcfg input,textarea
{
	color: #DECFAA;
	border:1px solid #990000;
	background-color:#2d060c;
}

#mlistcfg textarea
{
	overflow: auto;
}


/** HOME PAGE NEWLETTER SIGNUP FORM */
#newsletter_home input{
height:16px;
}
.nltr_email {
	color: #DECFAA;
	height: 10px;
	border:1px solid #990000;
	background-color:#2d060c;
}
.nltr_go {
	height: 18px;
	width:  27px;
}
/* border: 1px solid rgb(0, 0, 0); width: 125px; height: 20px; background-color: rgb(80, 4, 6); */
