/* CSS Document */
#success {
  color: blue;
  font-weight: bold;
  text-align: center;
}

#failure {
  color: red;
  font-weight: bold;
  text-align: center;
}

#email_form {
  clear: both;  
  height: 530px;
}

#email_form1 {
  clear: both;  
  height: 350px;
}

.btn_submit {
  clear: both;  
  text-align: left;
  width: 100%;
  height: 20px;    
  padding-left: 125px;
  margin-top: 20px;  
}

.btn_submit1 {
  clear: both;      
  text-align: right;
  height: 20px;
  padding-right: 150px;
  margin-top: 20px;      
}

#content-inner .pricing-structure {
	float:left;
	background:url(../images/pricing-structure-bg.gif) no-repeat;
	width:521px;
	height:125px;
	margin:15px 0 10px 120px;
	padding:3px 5px 5px 3px;
}
#content-inner .pricing-structure h4 {
	margin:0 !important;
	font-size:13px;
	line-height:13px;
	padding:4px 0px;
	text-align: center;
	color: #4E4E19;
	background-color:#E0DFC7;
}
#content-inner .pricing-structure ul {
	float:left;
	list-style: none;
	padding:0;
	margin:0;
	font-size:13px;
	line-height:14px;
	background-color: #EAEEF2;
}
#content-inner .pricing-structure ul li {
	float: left;
	background: #EAEEF2;
	padding: 0;
	width: 100%;
	border-top: 2px solid #FFF;
}
#content-inner .pricing-structure ul span {float:left;width:189px;padding:5px 0 5px 6px;}
#content-inner .pricing-structure ul .right {float:left;width:326px;padding:5px 0;}

fieldset {
  border-style: none;
}

em.req {
  font-weight: bold;
  color: red;
  padding-left: 10px;
}

#email_form fieldset ul, #email_form fieldset li, #email_form1 fieldset ul, #email_form1 fieldset li {
  border:0; 
  margin:0; 
  margin-left: -5px;
  overflow: hidden;
  padding:0;   
  list-style-type: none; 
}

fieldset li {
  clear: both;      
}

fieldset hr {
  margin-left: 0px;
}

#email_form fieldset span.right, #email_form1 fieldset span.right {
  text-align:left;
  width: 550px;
  float:left;
  padding: 8px 10px;
  list-style-type: none;          
}

#email_form fieldset label.lbl, #email_form1 fieldset label.lbl {
  text-align:right;
  width:150px;
  float:left;
  font-weight: bold;
  padding: 8px 10px;    
  list-style-type: none;           
}
