/**
 * You don't need this css part, scroll down ;)
 */

.halfsize
{
	width:					400px;
	margin-right:			5px;
}
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.note,
form div.footer
{
	clear:					both;
	margin:					1em 0 0 0;
	padding:				0.1em 0.3em;
}

form div.note
{
	margin-left:			.5em;
}
/*input,
button,
select
{
	width:					10em;
}
input.submit
{
	font-weight:			bold;
	color:					#333;
	width:					auto;
	padding-right:			6px;
	padding-left:			6px;
}*/


/**
 * Thats the basic css needed for the upload bars
 */

.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;
	font-size:				0.9em;
	background-color:		#ddd;
	color:					#fff;
	border:					1px inset #ddd;
}
.photoupload-queue .queue-subloader
{
	text-align:				center;
	position:				absolute;
	background-color:		#8f5fbe;
	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;
}

.profile_input {

margin-left: 0px;
margin-bottom: 0px;
width: 125px;
height: 20px;
font-family:  Helvetica, Verdana, sans-serif; 
font-size: 12px;
border-width: 1px;
border-style: solid;
border-color: 8f5fbe;

}
