

.form {
	min-height: 1px;
	border-top: 2px solid #d3d4d6;
	padding-top: 10px;
	position: relative;
	}
	
* html .form {
	height: 1px;
	}
	
		
.form_buttons {
	border: 2px solid #d3d4d6;
	border-left: none;
	border-right: none;
	padding: 10px 10px 10px 160px;
	margin: 10px 0;
	text-align: left;
	background: #f9f9f9;
	}
	
.form_buttons input {
  padding: 5px 10px;
}

.control label {
	font-size: 12px;
	}

.control sup {
   color: #9f0c10;
   display: block;
   position: absolute;
   top: 6px;
   right: 10px;
   text-indent: -10000px;
   width: 9px;
   height: 8px;
   background: url(images/required.gif) no-repeat;
}

.radio_control {
  
} 

.radio_label {
  width: 150px;
  float: left;
  margin-right: 10px;
  font-weight: bold;
  border: none 1px red;
  padding: 2px 0;
  color: #666;
}

fieldset {
	border: 2px solid #ddd;
	width: 320px;
	padding: 5px 3px;
	}
	
.control fieldset label {
	float: none;
	display: block;
	text-align: left;
	width: 100px;
	padding: 0;
	margin: 5px 0;
	}
	
.control fieldset input {
	float: none;
	width: auto;
	border: none;
	background: none;
	padding: 2px 0 0 0;
	width: auto;
	height: auto;
	margin: 0 0 0 10px;
	vertical-align: middle;
	}
	
.form .focus {
  /*border: 2px solid #009fd1 !important;*/
  border: 2px solid #f68b28 !important;
  background: #fff !important;
}

#unsubscribe {
  margin: 50px 0;
}


.form_note {
	position: absolute;
	right: 0;
	top: -40px;
	}
	
.form_note strong {
	color: #cc0000;
	}