/*

Darko Bunic
http://www.redips.net/
Mar, 2011.

*/


/* drag area */
#redips-drag {
	display: table;
	width: 220px;
	margin: auto;
}


/* drag objects (DIV elements inside table cells) */
.redips-drag {
	cursor: move;
	margin: auto;
	z-index: 10;
	background-color: white;
	text-align: center;
	font-size: 25pt; /* needed for cloned object */
	/* opacity: 0.7;
	filter: alpha(opacity=70);
	/* without width, IE6/7 will not apply filter/opacity to the element ?! */
	line-height: 35px;
	/* round corners */
	border-radius: 0px; /* Opera, Chrome */
	-moz-border-radius: 0px; /* FF */
}



/* orange objects */
.orange {
	border: 0px solid #BF6A30;
}

/* white objects */
.white {
	border: 0px solid #FFFFFF;
}

/* Upload foto's */
.UploadFotos{
	float:left;
	width:600px;
}

.TrashFotos{
	float:right; 
}