@charset "UTF-8";

#fieldwork-notice-container {
	width:100%;
	height:100%;
	top:0;
	left:0;
	position:absolute;
	background-color:#000;
	opacity:0.8;
}
	
#fieldwork-notice {
	left:50%;
	margin:40px 0 0 -310px;
	background:#fff;
	padding:10px 10px 20px 30px;
	position:absolute;
	width:620px;
	border:1px solid #000;
}

#fieldwork-notice p {
	margin-right:10px;
	text-align:left;
}

#fieldwork-notice a.close {
	background:url(/healthcare/expertise/fieldwork-services/img/buttons.png) 0 0 no-repeat;
	text-decoration:none;
	float:right;
	display:block;
	width:23px;
	height:22px;
}
#fieldwork-notice a:hover.close {
	background-position:-23px 0;
}


