#map{ width:100%; height: 240px; }

.form-group.required label:after {
	content:"*";
	color:red;
	position: absolute;
   	margin-left: 1px;
	margin-top: -2px;
}