
#btn-add-employment,
#btn-add-accident,
#btn-add-traffic-conviction {

/*	color: #fff;
	background: #f00;
	padding: 7px 10px;
	border: 2px solid #000;
	font-family: verdana;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	margin: 30px;*/
	float: right;

}

.employment-record,
.accident-record,
.traffic-conviction {

	border: 1px solid #ccc;
	border-radius: 10px;
	background: #eee;
	position: relative;
	padding-top: 10px;
	margin-bottom: 10px;
	
}

.btn-close {
/*	float: right;*/
	position: absolute;
	right: 5px;
	top: 5px;
	display: none;
	z-index: 10;
}