iframe#uploader {
	border-width: 0px;
	height: 200px;
	width: 100%;
	font-family: Verdana;
	font-size: 8pt;
}
iframe#uploader.hidden {
	visibility: hidden;
	width:0px;
	height:0px;
}

#main {
	overflow: hidden;
	margin-left: 0px;
	margin-right: 2%;
	margin-top: 10px;
	width: 95%;
	height: auto;
	border-style: solid;
	border-width: 1px;
	display: block;
}
#title {
	text-align: center;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	display: block;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 2px;
}
#images {
	width: 100%;
	margin: 20px;
	display: block;
}

#images div {
	width: auto;
	height: auto;
	border: none;
	overflow: hidden;
	display: block;
}

#images div:hover {
	border-color: #529EBD;
	display: block;
}

#images img.load {
	margin-left: 10px;
	display: block;
}

.qq-uploader fieldset{
	border: 8px dashed gray !important;
}