@charset "utf-8";
<!--








#busy-overlay {
	position:fixed;
	left: 0px;
	top: 0px;
	right:0px;
	bottom:0px;
	width:100%;
	height:100%;
	text-align: center;
	display:block;

	background-image:url(../image/translucent.png);
	z-index: -1024;
}
#busy-overlay-center {
	width:400px;
	height:180px;
	padding-top:40px;
	background-color:#FFFFFF;
	color:#8899aa;
	font-size:24px;
	text-align:center;
	border:solid 4px #8899aa;
	margin-left:auto;
	margin-right:auto;
	margin-top:100px;
	vertical-align:middle;
	
}





.width300{
	width:300px;
}

-->

.successprofile {
	background-color: #FDFD80;
	color: black;
}
