#form {
	border: 1px solid #666666;
	width: 600px;
	font-family: "Trebuchet MS", verdana;
	margin-bottom: 5px;
}

#form1 {
	padding: 5px;
	}

.highline {
	line-height: 30px;
	margin-bottom: 4px;
	margin-left: 5px;
}

#Uploadto_0, #Uploadto_1 {
	margin-bottom: 2px;}

#error { 
	background: #e2e2e2; 
	text-align: center;
	width: 100%;
	color: red;
	font-weight: bold;
	line-height: normal;
}

#radiogroup {
	border: 1px solid #cccccc;
}

#formAlbums, #formAlbum {
	width: 280px;
}

.right {
padding-right: 5px;
text-align: right; }

#albums {
}

#pics { 
	border: 1px solid #666666;
	width: 600px;
}

.album {
	background-color: #eeeeee; 
	width: 590px; 
	margin: 5px;
}

.album:hover  .delalbum {
	opacity: 0.5;
	-moz-opacity: 0.5;
}

.thumbnail {
	float: left;
	margin: 5px;
	border: 1px solid #ccc;
	text-align: center;
	z-index: 0;
	position: relative;
}

.del {
	 float: right;
	 position: absolute;
	 background: url('delete.png') #fff no-repeat;
	 width: 15px; 
	 height: 15px;
	 overflow: hidden;
	 border-bottom: 1px solid #cccccc;
	 border-left: 1px solid #cccccc;
	 opacity: 0.1;
	 -moz-opacity: 0.1;
	 filter:alpha(opacity=50);
	 right: 0;
	 z-index: 1;
	 cursor: pointer;
}

.thumbnail:hover .del {
	opacity: 0.5;
	-moz-opacity: 0.5;
}

.delalbum {
	 float: right;
	 display: inline;
	 background: url('delete.png') #fff no-repeat;
	 width: 15px; 
	 height: 15px;
	 overflow: hidden;
	 border-bottom: 1px solid #ccc;
	 border-left: 1px solid #ccc;
	 border-top: 1px solid #eeeeee;
	 border-right: 1px solid #eeeeee;
	 opacity: 0.1;
	 -moz-opacity: 0.1;
	 filter:alpha(opacity=50);
	 margin-bottom: -20px;
	 margin-left: -15px;
	 cursor: pointer;
}
