@charset "utf-8";
/* CSS Document */


.ot-MotyPublic {
	position:absolute;
	top:93px;
	left:0px;
	width:100%;
	height:180px;
	margin-top: 188px;
	text-align:center;
}

.ot-MotyPublic br {
	clear:both;
}

.ot-MotyPublic .frame .content {
	width:750px;
	margin: auto;
	height: 120px;
	padding: 4px;
	text-align:left;
	position: relative;
	/*border: 1px solid #ff0000;*/
}

.ot-MotyPublic .frame .content .header {

}

.ot-MotyPublic .frame .content .voteDiv {
	border: 1px solid #999999;
	height: 128px;
	width: 85px; 
	margin-right: 0px;
	background: white;
	/*float: left;*/
	position: absolute;
}

.ot-MotyPublic .frame .content .voteActive {
	border: 2px solid #ff0000;
	height: 128px;
	width: 85px; 
	margin-right: 0px;
	background: white;
	/*float: left;*/
	position: absolute;
}

.ot-MotyPublic .frame .content .formSub {
	/*border: 0px solid #ff0000;;
	height: 25px;*/
	width: 300px; 
	left: 475px;
	top: 162px;
	color: #ffffff;
	font-weight: bold;
	/*margin: auto;
	margin-right: 25px;
	margin-top: 5px;
	float: right;*/
	position: absolute;
}

/* Page content styling */

.ot-MotyPublic .frame .leftText {
	position: absolute;
	float: left;
	height: 20px;
	width: 450px;
	top: 165px;
	left: 20px;
	color: white;
	font-weight: bold;
	line-height: 90%;
}


.formSubButton {
	background-color: #e9c7fa;
	border			: 1px solid #ffffff;
	color			: #000000;
	font-family		: Arial, Helvetica, sans-serif;
	font-size		: 10px;
	font-weight		: bold;
	width			: 80px;
	height			: 18px;
}

.formSubEmail {
	background-color: #ffffff;
	border			: 1px solid #000000;
	color			: #000000;
	font-family		: Arial, Helvetica, sans-serif;
	font-size		: 10px;
	font-weight		: bold;
	width			: 180px;
	height			: 18px;
	margin-top		: 4px;
	margin-right	: 5px;
}

.modelPics {
   width: 750px;
   margin: auto;
   border-left: 6px solid #ffffff;
   padding: 0px;
   height: auto;
   cursor: move;
   position: relative;
}

.modelDrag {
	position: absolute;
	height: 174px;
   width: 116px;
   border: 1px solid #000000;
}

/*#droparea {
   width: 900px;
   border: 1px solid grey;
   text-align: center;
   font-size: 24px;
   padding: 9px;
   height: 300px;
   position: relative;
}*/


.pic {
	position: absolute;
	margin-right: 5px;
}
.modelPics img, #droparea img {
   /*margin: 2px;
   border:1px solid #000000;*/
   position: relative;
}

.removeActive {
	opacity : 0.5;
	filter: alpha(opacity=50);
}


.voteDiv {
	 cursor: move;
	 height: 128px;
	 width: 85px;
	 border: 1px solid red;
}

.loadingDivVote {
	margin-top: 30px;
	height: 155px;
	width: auto;
}

