.emp-datahead {
	border-top: 1px solid #b4b4b4;
	border-left: 1px solid #b4b4b4;
}

.emp-datalist {
	font-size: 0.9em;
	line-height: 30px;
	padding: 7px;
	border-right: 1px solid #b4b4b4;
	border-bottom: 1px solid #b4b4b4;
}

.emp-datalist-a {
	background-image: -webkit-linear-gradient(top, #ededed, #ddd);
	background-color: #ddd;
}

.emp-datalist-b {
	background-image: -webkit-linear-gradient(top, #fdfdfd, #eee);	
	background-color: #eee;
}


.emp-contact-grid {
	width: 100%;
}

.emp-button-green {
	background-image: -webkit-linear-gradient(top, #43ba1f, #219900) !important; /* Chrome10+,Safari5.1+ */
	background-color: #219900 !important;	
	color: #fff !important;
	text-shadow: none !important;
}

.emp-button-blue {
	background-image: -webkit-linear-gradient(top, #54a9ff, #4096ee) !important; /* Chrome10+,Safari5.1+ */
	background-color: #4096ee !important;	
	color: #fff !important;
	text-shadow: none !important;
}

.emp-image {
	display: inline !important;
	border: 0;
	background-position: center center;
	background-repeat: no-repeat;
}
.emp-image.size-fixed {
	width: 80px;
	height: 80px;
}
.emp-image.size-fluid {
	padding-top: 15%;
	width: 20%;
}
.emp-image.scale-fit {
	background-size: contain;
}
.emp-image.scale-fill {
	background-size: cover;
}
.emp-image img {
	display: none;
}
#submitSearch {
	border: 1px solid #D00;
    background-color: #FDD;
}