

.form {
  width: 400px;
	min-height: 1px;
	}
	
* html .form {
	height: 1px;
	}
	
.form table {
  width: 100%;
}
	
.form h3 {
	font-size: 16px;
	color: #666;
	line-height: 24px;
	margin: 0 5px 10px;
	}
	
#content .form p {
	margin: 10px 0;
	border-top: 1px dotted #ccc;	
	border-bottom: 1px dotted #ccc;
	padding: 10px;
	color: #666;
	background: #fff;
	font-size: 11px;
	}
	
.form_buttons {
	border: 2px solid #ccc;
	background: #eee;
	padding: 10px;
	margin: 20px 0;
	}

.form_buttons input {
  padding: 5px 10px;
}
