#IconDrag {
	position: absolute; 
	visibility: hidden; 
	left: 40px; 
	top: 30px; 
	z-index: 10;
	border:1px solid black;
}

:focus {
	outline: none;
}


.hidden{
	display:none;
}

.dragitem {
	background-color:#ffffff;
	width:180px;
	height:20px;
	margin-left:10px;
}
.dragtitle {
	background-color:#ffffff;
	width:180px;
	height:20px;
	font-weight:bold;
	font-size: 14px;
}
.dragmessage{
	position:relative;
	top:23px;
	left:0px;
	font-size: 11px;
	font-weight:bold;
	text-align:center;
}



#playerselections{
	width:200px;
	height:170px;
	overflow:auto;
	border:1px solid black;
	padding:2px;
}

#playerselections div{
	font-size: 10px;
}

#currentimage{
	font-size: 11px;
	font-weight:bold;
}

#activeareas div{
	position:absolute; 
	border:1px dashed black;
	z-index:2;
	text-align:center;
}

#template{
	position: absolute; 
	left: 260px; 
	top: 200px; 
	width: 450px; 
	height: 320px; 
	background-repeat: no-repeat; 
	z-index:1;
}
#playerimage{
	position: absolute; 
	left: 171px; 
	top: 125px; 
	z-index:2;
	width:194px; 
	height:132px;
	background-color:#ffffff;
}

#playermessage{
	position: absolute; 
	left: 175px; 
	top: 98px; 
	z-index:2;
	width:183px; 
	height:14px;
	background-color:#ffffff;
	overflow: hidden;
	font-size: 7px;
	text-align:center;

}
#savediv{
	position: absolute; 
	left: 400px; 
	top: 550px; 
	width: 100px; 
	height: 40px; 
	z-index:1;
}

#formdiv{
	position:absolute;
	width:210px; 
	left:740px; 
	top:180px;
	background-color:#ffffff;
	z-index:2;
}

#modulediv{
	position:absolute;
	left:20px; 
	top:180px;
	background-color:#ffffff;
	z-index:2;
}

.selectedmodule{
	opacity: 0.35;
	-moz-opacity: 0.35;
	filter:alpha(opacity=35);
}


#non-member-message{
	position:absolute;
		left:210px;
		top:435px;
		width:540px;
		height:38px;
		text-align: center;
		font-weight:bold;
}
