form {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 90%;
	margin: 0;
}

	form .input_block.required:before {
		color: red;
		content: '* ';
	}
	form .input_block.required:after {
		content: '' !important;
	}

	div.input {
		clear: both;
		line-height: 1.5em;
		margin: 5px 0 5px 120px;
		position: relative;
	}

	div.input .required:after {
		color: red;
		content: ' *';
	}

	div.input textarea {
		line-height: 1.5em !important;
	}

	div.input label {
		font-size: 90%;
		font-weight: bold;
		left: -125px;
		line-height: 1.5em;
		padding-top: 0.5em;
		position: absolute;
		text-align: right;
		width: 115px;
	}

	div.input label.inline {
		display: inline;
		left: auto;
		padding: auto;
		position: relative;
		text-align: left;
		width: auto;
	}

	div.alignleft label {
		font-weight: bold;
		padding-right: 10px;
	}

	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;
	}

	input, textarea {
		background: #eee;
		border: 1px solid #ccc;
		font-family: Tahoma, Verdana, sans-serif;
		outline: none !important;
		padding: 2px;
	}

	input:focus, textarea:focus {
		background: #fff;
		border-color: #333;
	}

	input.alignright {
		text-align: right;
	}

	input.checkbox {
		border: 0;
		vertical-align: middle;
	}

	input.file {
		border: 0;
	}

	input.password {
		line-height: 1.2em;
		width: 250px;
	}

	input.radio {
		border: 0;
		vertical-align: middle;
	}

	input.reset {
	}

	input.submit, .actions input, .actions a, .submit input {
		background: #adc482;
		border: 0;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		color: #fff !important;
		display: inline;
		font-size: 8pt;
		font-weight: bold;
		line-height: 15px;
		padding: 5px 8px;
		text-decoration: none;
		vertical-align: baseline;
	}

	.actions a {
		line-height: 15px;
		padding: 6px 8px;
	}

	input.submit:hover, .actions input:hover, .actions a:hover, .submit input:hover {
		background: #ff7f00;
		color: #fff;
		cursor: pointer;
		text-decoration: none;
	}

	input.text {
		line-height: 1.2em;
		width: 250px;
	}

		input.text.tiny, .text.tiny input {
			width: 30px;
		}

		input.text.short, .text.short input {
			width: 75px;
		}

		input.text.medium, .text.medium input {
			width: 150px;
		}

		input.text.long, .text.long input {
			width: 300px;
		}

	fieldset {
		border: 1px solid #99acaf;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		margin: 0.5em 0;
		padding: 10px 5px 5px 5px;
	}

		legend {
			font-size: 10pt;
			font-weight: bold;
		}

	label {
		font-weight: bold;
	}

	label.basic {
		background: #fff;
		color: #333;
		display: block;
		font: bold 8pt Helvetica, Arial, sans-serif;
		text-transform: uppercase;
	}

	select {
		outline: none;
	}

	textarea {
		height: 250px;
		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;
}
