﻿.form p{
	margin: 15px 0 0 0;
}

.check_boxes label{
	width:200px;
	position:relative;
	display:block;
}

.check_boxes label input{
	position:absolute;
	right:0;
}

.form{
	border: solid 1px #e6e5d3;
	padding: 0 20px 20px 20px;
	margin-bottom:15px;
}

.form_buttons{
	border-top: solid 1px #e6e5d3;
	border-bottom: solid 1px #e6e5d3;
}

.form_buttons input{
	float:none;
}