#main_body {
	width:100%;
	height:45px;
	display:block;
	overflow:hidden;
	background-color:transparent;
}

/**** Errors ****/
#error_message
{
	background:#fff;
	border:1px dotted red;
	margin-bottom:1em;
	padding-left:0;
	padding-right:0;
	padding-top:4px;
	text-align:center;
	width:97%;
}

#error_message_title
{
	color:#DF0000;
	font-size:125%;
	margin:7px 0 5px !important;
	padding:0 !important;
}

#error_message_desc
{
	color:#000;
	font-size:100%;
	margin:0 0 .8em !important;
}

#error_message_desc strong
{
	background-color:#FFDFDF;
	color:red;
	padding:2px 3px;
}

#main_body form li.error
{
	/*background-color:#FFDFDF !important;
	border-bottom:1px solid #EACBCC;
	border-right:1px solid #EACBCC;
	margin:3px 0;*/
	
}

#main_body form li.error label
{
	color:#DF0000 !important;
}

#main_body form p.error
{
	clear:both;
	color:red;
	font-size:10px;
	font-weight:700;
	margin:0 0 5px !important;
}

#main_body form .required
{
	color:red !important;
	float:none !important;
	font-weight:700;
}


/*** Success Message ****/
.form_success 
{
	clear: both;
	margin: 0;
	padding: 90px 0pt 100px;
	text-align: center
}

.form_success h2 {
    clear:left;
    font-size:160%;
    font-weight:normal;
    margin:0pt 0pt 3px;
}

/*** Password ****/
#main_body ul.password{
    margin-top:60px;
    margin-bottom: 60px;
    text-align: center;
}
.password h2{
    color:#DF0000;
    font-weight:bold;
    margin:0pt auto 10px;
}

.password input.text {
   font-size:170% !important;
   width:380px;
   text-align: center;
}
.password label{
   display:block;
   font-size:120% !important;
   padding-top:10px;
   font-weight:bold;
}

#li_captcha{
   padding-left: 5px;
}


#li_captcha span{
	float:none;
	padding: 0px !important;
}

#li_captcha div{
   padding: 0px !important;
}
#captcha_image{
	padding-top: 5px;
	padding-bottom: 10px;
}
#captcha_response_field{
	margin-bottom: 10px;
}
#dummy_captcha_internal{
	height: 8px;
}
/** Embedded Form **/

.embed #top, .embed #bottom, .embed h1{
	display: none;
}

.embed #form_container{
    border: none;
	width: 100%;
	background: none;
}

.embed #mf_footer{
	text-align: left;
	padding-left: 10px;
	width: 99%;
}

.embed #mf_footer.success{
	text-align: center;
}

.embed form.appnitro
{
	margin:0px 0px 0;
	
}

/** Integrated Form **/
.integrated *{
	font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
	color: #000; 
}

.integrated #top, .integrated #bottom, .integrated h1{
	display: none;
}

.integrated #form_container{
    border: none;
	width: 99%;
	background: none;
}

.integrated #mf_footer{
	text-align: left;
	padding-left: 10px;
	width: 99%;
}

.integrated #mf_footer.success{
	text-align: center;
}

.integrated form.appnitro
{
	margin:0px 0px 0;
	
}

.integrated form .section_break h3
{
	border: none !important;
}

.integrated #error_message h3
{
	border: none !important;
	
}


#main_body {
		margin:0px;
}
#form_7 ul {
	padding:0px;
	margin:0px;
}
#form_7 label {
	display:none;
}
#form_7 {
  background: #414141;
  height: 45px;
  line-height: 45px;
  bottom: 0px;
  left: 0px;
  position: absolute;
	width:100%;
}
#form_7 input {
  height: 45px;
  line-height: 45px;
}
#li_1 {
  width: 100%;
	display:block;
  margin-right: 50px;
}
#li_buttons {
  width: 50px;
  float: right;
	display:block;
  position: absolute;
  right: 0px;
  top: 0;
}


#form_7 #element_1 {
  font-family: 'Ubuntu Condensed', Arial;
  font-weight: normal;
  text-decoration: none;
  font-size: 14px;
  color: #FFF;
  padding: 0 0 0 18px;
  border: none;
  background: none;
  width: 180px;
  float: left;
  outline: none;
	background:none;
	width:100%;
}
#form_7 #saveForm {
  width: 50px;
  font-family: 'Ubuntu Condensed', Arial;
  font-weight: normal;
  text-decoration: none;
  font-size: 14px;
  color: #202020;
  text-align: center;
  border: none;
  background: #5f940b;
  float: right;
}
#error_message {
	display:none;
}

#form_7 .form_description {
		display:none;
}

.form_success {
	padding:0px;
  text-align: left;
	color:#FFF;
  font-family: 'Ubuntu Condensed', Arial;
  font-size: 10px;
}
.form_success h2 {
		padding:3px 0 0 10px;
}