.form {
  padding: 15px;
  margin: 10px 0;
}

	* html .form {
		height: 1px;
		}

.form_em {
	background: #eee;
	border: 1px solid #ddd;
	min-height: 1px;
	}
	
	* html .form_em {
		height: 1px;
		}
	

	.form h2 {
		background: #ebe4d1;
		margin: 0 0 10px;
		padding: 5px 10px;
		font-size: 14px;
		font-weight: bold;
		color: #582108;
		border-bottom: 1px solid #c9b7ac;
		}
	
.form_section {
	margin: 0 0 50px 0;
	position: relative;
	}
	
	.form_section_order h2 {
		margin: 0;
		}
		
	.form_section_order .cart {
		margin: 0;
		}
		
	.form_section_data h2 {
		margin: 0;
		}	
	
	.form_section_data .datagrid {
		margin: 0 0 20px;
		}
	
.form_buttons {
	border-left: none;
	border-right: none;
	padding: 10px 0 10px 160px;
	margin: 10px 0;
	text-align: left;
	min-height: 1px;
	}
	
	.form_buttons:after {
		clear: both;
		height: 0;
		content: ".";
		visibility: hidden;
		display: block;
		}
		
	* html .form_buttons {
		height: 1px;
		}
	
.cart_buttons {
	float: right;
	padding: 10px 0;
	margin: 10px 0;
	}
	
	
	
.control input:focus,
.control input.focus,
.control textarea:focus,
.control textarea.focus,
.control_stacked input:focus,
.control_stacked input.focus,
.control_stacked textarea:focus,
.control_stacked textarea.focus
 {
	border: 1px solid #f4ba00;
	position: relative;
	background: #fff;
	}
	
.form_button {
	display: block;
	background: #f2ae00;
	color: #533b00;
	font-size: 14px;
	border-top: 1px solid #f9d780;
	border-left: 1px solid #f9d780;
	border-bottom: 1px solid #533b00;
	border-right: 1px solid #533b00;
	padding: 5px 10px;
	float: left;
	margin: 0 5px 0 0;
	}
	
a.form_button {
	padding: 5px 20px;
	}
	
	.form_button:hover {
		background: #ffc531;
		}
	
	
.cart_buttons a {
	display: block;
	padding: 5px 10px;
	font-size: 10px;
	float: left;
	margin: 0 20px 0 0;
	}
	
/* [ Wizard ] */
	
	
.wizard {
	width: 100%;
	margin: 0 0 50px;
	}
	
	#wizard_navigator {
		height: 50px;
		padding: 10px 0;
		border-top: 1px solid #c9b7ac;
		}
	
.form_cc {
	padding: 20px;
	padding-top: 0;
	}
	
	.form_cc .control label {
		width: auto;
		}
	
	.form_cc .control_stacked input {
		width: 300px;
		}
		
	.form_cc .short input {
		width: 80px;
		}
		
.form_cc_buttons {
	padding: 0 0 10px 20px;
	}
		
.control_note {
	font-size: 10px;
	line-height: 14px;
	margin: -15px 0 5px;
	}
	
	.programme_type{
		display:block;
		margin-bottom:15px;
	}
	
	.programme_type select,
	.ajax_row select{
		min-height:18px;
		min-width:170px;
	}
	
	.ajax_row{
		margin-right:15px;
		min-height:1px;
	}
	
	* html .ajax_row
	{
	  height: 1px;
	}
	
	.ajax_row:after
	{
	  content: ".";
	  clear: both;
	  display: block;
	  visibility: hidden;
	  height: 0;
	}
	
	label .optional_text{
		position:absolute; 
		right:80px;
		top:5px;
	}

#CaptchaControl {
    padding-bottom:90px;
    
}
	
#CaptchaControl input {
    width:175px;
    
}

#CaptchaControl img {
    position:absolute;
    top:35px;
    left:160px;
    border:1px solid #999999;
}