#uploaddiv {display: inline;border: solid 1px #7faaff; background-color: #c5d9ff; padding: 2px;}
div.flash {
	width: 375px;
	margin: 10px 5px;
	border-color: #d9e4ff;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
}

#btnsubmit {
	margin: 0 0 0 155px;
}

.progresswrapper {
	width: 357px;
	overflow: hidden;
}

.progresscontainer {
	margin: 5px;
	padding: 4px;
	border: solid 1px #e8e8e8;
	background-color: #f7f7f7;
	overflow: hidden;
}

.message {
	margin: 1em 0;
	padding: 10px 20px;
	border: solid 1px #ffdd99;
	background-color: #ffffcc;
	overflow: hidden;
}

.red {
	border: solid 1px #b50000;
	background-color: #ffebeb;
}

.green {
	border: solid 1px #ddf0dd;
	background-color: #ebffeb;
}

.blue {
	border: solid 1px #cee2f2;
	background-color: #f0f5ff;
}

.progressname {
	font-size: 8pt;
	font-weight: 700;
	color: #555;
	width: 323px;
	height: 14px;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
}

.progressbarinprogress,.progressbarcomplete,.progressbarerror {
	font-size: 0;
	width: 0%;
	height: 2px;
	background-color: blue;
	margin-top: 2px;
}

.progressbarcomplete {
	width: 100%;
	background-color: green;
	visibility: hidden;
}

.progressbarerror {
	width: 100%;
	background-color: red;
	visibility: hidden;
}

.progressbarstatus {
	margin-top: 2px;
	width: 337px;
	font-size: 7pt;
	font-family: arial;
	text-align: left;
	white-space: nowrap;
}

a.progresscancel {
	font-size: 0;
	display: block;
	height: 14px;
	width: 14px;
	background-image: ;
	background-repeat: no-repeat;
	background-position: -14px 0px;
	float: right;
}

a.progresscancel:hover {
	background-position: 0px 0px;
}

.swfupload {
	vertical-align: top;
}

.thumbnails img {
	margin: 5px;
}

.thumbnailsedit img {
	margin: 5px;
}

.albct {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 3px;
	border: 1px dashed #aad381;
	background: #faffee;
	text-align: center;
	overflow: auto;
}

.albedit {
	height: 170px;
}

.picinfo {
	margin: 5px 10px;
	height: 25px;
	line-height: 25px;
}