.form {
	border: 2px solid #cad3d4;
	display: block;
	margin: 30px 0 50px;
	background: #fff;
	}
	
.form h3, .form h4 {
	margin: 10px 10px;
	}
	
.form h4 {
	margin: 40px 10px 10px!important;
	}
	
.form p {
	color: #999;
	margin: 0 50px 10px 10px !important;
	font-size: 10px;
	line-height: normal;
	}
	
.field {
	border: 1px solid #bbb;
	padding: 4px;
	font-size: 12px;
	color: #333;
	}
	
.field_note {
	color: #999;
	font-size: 10px;
	padding-left: 4px;
	top: 0px;
	position: relative;
	}
	
.form table {
	width: 100%;
	background: #ebeeee;
	font-size: 11px;
	}
	
.form td, .form th {
	padding: 5px 7px 10px 7px;
	border-bottom: 1px dashed #cad3d4;
	}
	
.form th {
	font-weight: normal;
	width: 150px;
	text-align: right;
	color: #3c5b59;
	padding-top: 10px;
	}	
	
.buttonstrip th{
	border: none;
	padding: 15px 10px;
	text-align: center;
	width: auto;
	background: #fff;
	}
	
.buttonstrip label {
	margin-right: 20px;
	line-height: 0px;
	}
	

