.content-box { background-color: white; text-align: right; position: relative; width: 15.5em; height: 25em; float: left; margin: 0em 0 0 0.5em; }
.content-box2 { position: relative; width: 32.5em; height: 30.5em; float: left; margin-top: 0em; margin-left: 0; padding: 0; }
.content-upload { background-color: #cccccc; margin: 0 em 0 0; position: relative; width: 15.5em; height: 23.5em; overflow: hidden; float: left; }
.content-upload p { font-size: 0.7em; position: relative; float: left; margin: 0.5em 1em 0 0.5em; }
.content-header { text-align: center; vertical-align: middle; position: relative; margin: 0; width: 15.5em; height: 1.5em; float: left; }
.continue-button { background-color: #cccccc; position: relative; width: 15.5em; height: 1.5em; float: left; }
.browse-button { position: relative; width: 15.5em; height: 3.5em; overflow: hidden; float: left; margin-top: 0; margin-left: 0; }
.browse-link { margin-top: 0; margin-left: 0; position: relative; width: 7.5em; height: 3em; float: left; overflow: hidden; }
.remove-link { margin-top: 0; margin-left: 0; position: relative; width: 7.5em; height: 3em; float: right; overflow: hidden; }
label
		{
			width:					13em;
			float:					left;
			text-align:				right;
		}
label.error
		{
			color:					#ff0000;
		}
/*
		*
		* Thats the basic css needed for the upload bars
*/
.photoupload-queue
		{ font-size: 1em; position: relative; width: 100%; height: 3em; overflow: hidden; float: left; margin: 0; border-color: #888; border-style: solid; border-width: 1px 0; list-style:	none; }
.photoupload-queue li
		{ background: #cccccc url(photo_upload.png) no-repeat 1px 5px; text-align: left; position: absolute; left: 0.1em; width: 13em; float: left; margin: 0; padding:				0.3em 0 0.3em 1.37em; }
.photoupload-queue .queue-file
		{ font-size: 0.7em; font-weight:bold; }
.photoupload-queue .queue-size
		{
			color:					#aaa;
			margin-left:			0;
			font-size:				0.6em;
		}
.photoupload-queue .queue-loader
		{
			position:				relative;
			margin:					0.3em 1em 0.3em 0;
			font-size:				0.6em;
			background-color:		#ccc;
			color:					#fff;
			border:					inset 1px #ddd;
		}
.photoupload-queue .queue-subloader
		{ color: #fff; text-align:				right; position:				absolute; background-color:		#81b466; height:					100%; width:					0; left:					0; top:					0; }
.photoupload-queue .input-delete
		{ background-image: url(delete.png); background-repeat: no-repeat; background-attachment: scroll; background-position: 0 0; width:					1em; height:					1em; text-decoration:		none; border:					none; float:					right; }

