#popup {
	width: 450px;
	height: 200px;
	background: #EEE;
	border: thin solid #000000;
	padding: 5px;
	text-align: center;
	position: absolute;
	top: 75px;
	left: 60px;
	visibility: hidden;
	z-index: 200;
	margin: 0;
	float: left;
}

#popup #messagegroup
{
}

#popup #buttonsgroup {
}


#popup #buttonsgroup #employee {
	float: left;
	margin-left: 5px;
	width: 170px;
}

#popup #buttonsgroup #external {
	float: right;
	margin-right: 5px;
	width: 170px;
}

#popup img {
	position: relative;
	top: 0px;
	left: 0px;
	clear: left;
}

/*Styles for icons on Apply Now section */
.careerimg-content { height: 85px; margin: 0 17px; *margin: 0 5px; }
ul#careerimg { display: table; list-style-type: none; list-style-position: outside; list-style-image: none; }
#careerimg li { float: left; margin: 0 40px 0 0; width: 90px; text-align: center; *margin: 0 25px 0 0; }