body {
	font-family: arial, verdana;
}
.body-mask {
	background-color:white;
	height:3000px;
	left:0pt;
	opacity:0.8;
	filter:alpha(opacity=80);
	moz-opacity:0.8;
	position:absolute;
	top:0pt;
	width:100%;
	z-index:25;
}
#wizardBox-dlg {
	font-family:verdana;
	position:absolute;
	width:400px;
	z-index:50;
	text-align:center;
	font-size:20px;
	font-weight:bold;
	top:0px;
	left:180px;
}
.smallImg {
	height: 50px;
	width: 50px;
	cursor: pointer;
	padding: 2px;
	border: 1px solid #572559;
	background-color: white;
}
.smallImg:hover {
	background-color: #EACEC7;/*#B8C7E1;*/
	border: 1px solid white;
}
.smallFont {
	font-size: 10px;
	color: #7B0A6A;
}
a{
	text-decoration: none;
	color: #7B0A6A;
}
.selectedFriends {
	background-color: #C58ED1 !important;
}
.smallImg_ {
	height: 70px;
	width: 70px;
	cursor: pointer;
	padding: 2px;
	border: 1px solid #572559;
	background-color: white;
}
.smallImg_:hover {
	background-color: #EACEC7;/*#B8C7E1;*/
	border: 1px solid white;
}