form {
	margin: 0;
	padding: 0;
}

	form .input_block.required {
		background: transparent url("../img/icons/custom/required.png") left 2px no-repeat;
		clear: both;
		padding-left: 10px;
	}
	
	div.input {
		font-weight: normal;
		line-height: 1.5em;
		margin: 2px 0 5px 160px;
		position: relative;
	}
	
	div.input label {
		left: -165px;
		line-height: 1.5em;
		padding-top: 0.5em;
		position: absolute;
		text-align: right;
		width: 155px;
	}
	
	#content_sidebar div.input label {
		left: 0;
		position: relative;
		width: auto;
	}
	
	div.input small {
		line-height: 1em;
	}
	
	td div.input {
		margin: 0;
	}
	
	td div.input label {
		display: none;
	}
	
	form.compact div.input {
		font-size: 90%;
		margin: 2px 0 5px 90px;
	}

	form.compact div.input label {
		font-size: 90%;
		left: -90px;
		width: 80px;
	}
	
	form.flat div.input {
		line-height: auto;
		margin: 2px 0 5px auto;
		position: relative;
	}
	
	form.flat div.input label {
		float: left;
		font-size: 100%;
		line-height: auto;
		padding: 0.7em 0.5em 0 0;
		position: relative;
		text-align: left;
		vertical-align: baseline;
		width: auto;
	}
	
	form.flat div.input input {
		vertical-align: baseline;
	}
	
		div.input .required {
			background: transparent url("../img/icons/custom/required.png") right 5px no-repeat !important;
			padding-left: 0;
			padding-right: 7px;
		}
		
		div.input div {
			font-size: 100%;
			line-height: 1.5em;
			width: 325px;
		}

		div.input div.input {
			line-height: 1.3em;
			margin-left: 120px;
		}
	
		div.input div.input label {
			margin-left: 45px;
			text-align: left;
		}
	
	input, select, textarea {
		background: #eee;
		border: 1px solid #aaa;
		font-family: 'Lucida Grande', 'Segoe UI', Tahoma, sans-serif;
		vertical-align: baseline;
	}
	
		#page input, #page select, #page textarea {
			background: #eee;
			color: #555;
		}
	
		#page input:focus, #page select:focus, #page textarea:focus {
			border-color: #ccc;
			background: #fff;
			color: #222;
		}
	
	input.checkbox {
		background: transparent;
		border: 0;
	}
	
	input.file {
		border: 0;
	}
	
	input.image {
		background: transparent !important;
		border: 0;
		vertical-align: middle !important;
	}
	
	input.password {
		color: #222;
		padding: 2px;
		width: 125px;
	}
	
	input.radio {
		background: transparent;
		border: 0;
		line-height: 1em;
		margin: 0 3px 0 0;
		vertical-align: top;
	}

	input.reset {
	}
	
	input.submit {
		cursor: pointer;
	}
	
	input.submit.mini {
	}

	input.submit:hover {
	}

	input.text {
		color: #222;
		padding: 2px;
		width: 125px;
	}

		input.text.tiny, .text.tiny input {
			width: 30px;
		}
	
		input.text.short, .text.short input {
			width: 75px;
		}
	
		input.text.medium, .text.medium input {
			width: 175px;
		}
	
		input.text.long, .text.long input {
			width: 90%;
		}
	
	fieldset {
		border: 1px solid #ccc;
		margin: 0.5em 0;
	}
	
		legend {
			font-size: 10pt;
			font-weight: bold;
		}
		
	select {
	
	}
	
	sup, sub {
		font-size: 8pt;
		line-height: 0;
	}
	
	textarea {
		height: 150px;
		padding: 2px;
		width: 90%;
	}
	
		textarea.brief {
			height: 75px;
		}
		
		textarea.mini {
			height: 60px;
			width: 250px;
		}
		
		/* Used to turn off TinyMCE */
		textarea.plain {
		}

.form_actions {
	background: transparent;
	padding: 1em 0;
	text-align: center;
}

/* UPLOADER */

#uploaderBlock {
	float: left; display: inline; /* IE6 fix */
	height: 50px;
	line-height: 1em !important;
	overflow: hidden;
	position: relative;
	width: 400px;
}

#uploaderBlock * {
	line-height: 1em !important;
}

#uploaderProgress {
	border: 0;
	border-bottom: 1px solid #787b77;
	height: 20px;
	left: 70px;
	line-height: 1em !important;
	position: absolute;
	top: 0;
	width: 300px;
}

#uploaderFilename {
	font-size: 8pt;
	height: 15px;
	margin: 0;
	overflow: hidden;
	padding: 0;
	text-align: left;
	width: 300px;
}

#uploaderProgressBar {
	background: transparent;
	height: 5px;
	width: 300px;
}

#uploaderQueue {
	display: block;
	overflow: hidden;
	width: 290px;
}

	#uploaderQueue h4 {
		margin: 0;
		padding: 0;
	}

#uploaderStatus {
	background: transparent !important;
	border: none !important;
	font-size: 8pt;
	left: 70px;
	padding: 5px 0 !important;
	position: absolute;
	top: 20px;
}

#uploaderStatus * {
	background: transparent !important;
	border: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

#uploaderUI {
	height: 20px;
	left: 0;
	position: absolute;
	top: 1px;
	width: 60px;
}

