body {
	font: 12px/16px Arial, Helvetica, sans-serif;
}
#fileQueue {
	margin-bottom: 10px;
}

.thumbnail {
width:150px;
height:150px;
float:left;
position:relative;
border:#888888 1px solid;
background-color:#FFFFFF;
background-position:center;
background-repeat:no-repeat;
padding:3px;
margin-right:5px;
margin-bottom:5px;
}

.deletePhoto {
position:absolute;
right:0px;
bottom:0px;
cursor:pointer;
background:url(../cancel.png);
overflow:none;
width:16px;
height:16px;
}

.clear {
clear:both;
}