.modal {
	z-index: 100500;
}

.modal-dialog {
  width: 90%; /* desired relative width */
}


#apply_form {

}

.control-horizontal-label {
	line-height: 28px;
	vertical-align: middle;
}

.form-horizontal-group {
	clear: both;
}

.form-horizontal-group div {
	margin-bottom: 5px;	
}

.form-group-spacer {
	height: 15px;
	clear: both;
}

.form-group.required .control-label:after { 
   content: " *";
   color: #550000;
}