.form {
	border-top: 1px solid #CACDD0;
	min-height: 1px;
	}
	
* html .form {
	height: 1px;
	}
	
	.form_em {
	background: #eee;
	border-bottom:1px solid #CACDD0;
	border-top:1px solid #CACDD0;
	min-height: 1px;
	margin: 20px 0;
	}
	
	* html .form_em {
		height: 1px;
		}
		
		.form_cc {
	padding: 20px;
	padding-top: 0;
	}

		
	
.form_buttons {
	border-top: 1px solid #CACDD0;
	padding: 20px 10px;
	margin: 10px 0;
	text-align: right;
	}

.form_buttons input {
  padding: 10px 10px;
  border: none;
  background: #c6c6c6;
  cursor: pointer;
	float: right;
}

.form_buttons input:hover {
  padding: 10px 10px;
  border: none;
  background: #e2e2e2;
}


.form .focus {
  background:#eee !important;
}


.radio_buttons_long{
	margin: 20px 0;
}

.radio_buttons_long span{
	width: 300px;	
	display: block;
	float: left;
}

.radio_buttons_long .label{
	width: 110px;
	float: left;
	text-align: right;
	padding: 0 20px;
	font-weight: normal;
}


.date_drop select{
	width: 60px !important;
	float: left;
}

.date_drop .divider{
	float: left;
	padding: 0 10px;
}

.wizard{
	width: 100%;
}
