div.RaspModalWindow {
	position: absolute;
	z-index: 10000;
	border: 2px solid #CCC;
	background: #FFF;
	overflow-y: auto;
	/* DO NOT DELETE THIS ROW!*/display: none;
}

div.RaspModalWindow div.topMW{
	width: 100%;
	background: #004A83;
	text-align: right;
	height: 24px;
}

div.RaspModalWindow div.topMW h1{
	width: 80%;
	float: left;
	color:#FFF;
	font-size:14px;
	font-weight:normal;
	padding: 7px 6px 0 9px;
	text-align: left;
}

div.RaspModalWindow a.closeMW{
	float:right;
	margin: 6px 16px 0 8px;
	color: #FFF;
	font-size:12px;
	text-decoration: underline;
	background: transparent url(../../M_images/content/close_window.gif) no-repeat scroll 0 0;
	padding-left: 20px;
}

#FadePopup_PersQual {
	width: 620px;
	height: 440px;
}

#FadePopup_KnoSkills {
	width: 860px;
	height: 580px;
}

#FadePopup_SpecialExp {
	width: 620px;
	height: 166px;
}

