/* layout */

/*#container {
	width:					700px;
	background-color:		#fff;
	margin: 				0 auto;
	text-align:				left;
	padding:				15px;
}*/

/* javascript */

.ajax-loading {
	padding:                50px;
	background:             url(../images/ajax.gif) no-repeat center;
}

.halfsize {
	width:					48%;
	margin-right:			5px;
	float:					left;
}

form fieldset {
	border:					none;
	border-top:				1px solid #888;
	margin:					1em 0.5em 1em 0;
	padding:				1em 0;
}

form legend {
	font-weight:			bold;
	font-size:				1.2em;
	color:					#888;
	margin:					auto;
	margin-left:			0;
	padding:				0 .25em 0 0;
}

label {
	width:					10em;
	float:					left;
	padding:				.2em .8em 0 0;
	margin-right:			.4em;
	text-align:				right;
	font-size:				1.1em;
}

label.error {
	color:					#ff0000;
}

label span {
	display:				block;
	color:					#888;
	font-size:				0.85em;
	margin-bottom:			0.5em;
}

form div.label, form div.swiff_note, form div.footer {
	clear:					both;
	margin:					1em 0 0 0;
	padding:				0.1em 0.3em;
}

form div.swiff_note {
	margin-left:			.5em;
}

/*input, button, select {
	width:					10em;
}*/

input.submit {
	font-weight:			bold;
	color:					#333;
	width:					auto;
	padding-right:			6px;
	padding-left:			6px;
}

#photoupload-queue {
	list-style:				none;
}

#photoupload-queue li {
	background:				url(images/photo_upload.png) no-repeat 0 5px;
	padding:				5px 0 5px 22px;
}

#photoupload-queue .queue-file {
	font-weight:			bold;
}

#photoupload-queue .queue-size {
	color:					#aaa;
	margin-left:			1em;
	font-size:				0.9em;
}

#photoupload-queue .queue-loader {
	position:				relative;
	margin:					3px 15px;
	padding:				1px;
	font-size:				0.9em;
	background-color:		#ddd;
	color:					#fff;
	text-align:				center;
	border:					1px inset #ddd;
}

#photoupload-queue .queue-subloader {
	position:				absolute;
	background-color:		#81B466;
	height:					100%;
	width:					0%;
	left:					0;
	top:					0;
}

#photoupload-queue .input-delete {
	width:					16px;
	height:					16px;
	background:				url(images/delete.png) no-repeat 0 0;
	text-decoration:		none;
	border:					none;
	float:					right;
}
