form {
	margin: 0;
}

	div.input, div.submit {
		clear: left;
		margin: 1em 0;
		position: relative;
	}

	table div.input, table div.submit {
		margin: 0;
	}

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

	div.input label {
		display: block;
		font-size: 100%;
		font-weight: bold;
		line-height: 1.5em;
	}

	div.inline, div.input label.inline, div.inline label {
		display: inline;
	}

	td div.input label {
		display: none !important;
	}

	input, textarea {
		background: #eee;
		border: 1px solid #999;
		outline: none !important;
		padding: 2px;
	}

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

	input.checkbox, input.radio, input.image {
		background: transparent !important;
		border: 0 !important;
		vertical-align: middle;
	}

	input[type=checkbox], input[type=radio], input[type=image] {
		background: transparent !important;
		border: 0 !important;
		display: inline !important;
		vertical-align: middle;
	}

	.input.checkbox *, .input.radio *, div.checkbox *, div.radio * {
		display: inline !important;
		margin: 0 4px 0 0;
	}

	.basic label, .input.checkbox label, .input.radio label, div.checkbox label, div.radio label {
		display: inline !important;
		font-weight: bold;
		margin-left: 2px;
		text-transform: none;
	}

	input.file {
		border: 0;
	}

	input.password {
		font-family: sans-serif !important;
		line-height: 1.2em;
		width: 250px;
	}

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

	input.reset {
	}

	input.submit, .actions input, .submit input, .actions a, .actions a:visited {
		background: #999;
		border: 1px solid #777;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		color: #fff;
		display: inline;
		font-weight: bold;
		margin: 0 !important;
		padding: 2px 6px;
		text-decoration: none;
		vertical-align: middle;
	}

	input.submit:hover, .actions input:hover, .submit input:hover, .actions a:hover {
		background-color: #eee;
		border-color: #777;
		color: #444;
		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 {
			max-width: 75%;
			width: 75%;
		}

		input.text.full, .text.full input {
			max-width: 90%;
			width: 90%;
		}

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

		legend {
			font-weight: bold;
		}

	select {
		outline: none;
	}

	textarea {
		height: 200px;
		width: 90%;
	}

		textarea.brief {
			height: 75px;
		}

		textarea.mini {
			height: 60px;
			width: 250px !important;
		}

		/* Used to turn off TinyMCE */
		textarea.plain {
		}

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

div.form_instructions {
	margin: 0.5em 0;
}

span.form_instructions {
	margin: 0 1em;
}

label.required, p.required, th.required, td.required {
	background-image: url('../img/icons/custom/required.png') !important;
	background-position: 2px 4px !important;
	background-repeat: no-repeat !important;
	padding-left: 12px !important;
}

.ssl_icon {
	display: inline;
	position: relative;
}

.ssl_icon img {
	padding: 0 5px;
	vertical-align: middle;
}

.ssl_notice {
	background: #f7f7f7;
	border: 3px solid #ccc;
	display: none;
	left: 24px;
	padding: 5px;
	position: absolute;
	top: 0;
	width: 185px !important;
	z-index: 999;
}

.ssl_icon:hover .ssl_notice {
	display: block;
}

ul.tagcloud {
	list-style: none;
	padding: 0;
}

	ul.tagcloud a {
		white-space: nowrap;
	}

	ul.tagcloud li {
		display: inline;
		line-height: 24px;
		margin-right: 0.5em;
	}
	ul.tagcloud li.tag_1 { font-size: 24px; }
	ul.tagcloud li.tag_2 { font-size: 16px; }
	ul.tagcloud li.tag_3 { font-size: 14px; }
	ul.tagcloud li.tag_4 { font-size: 12px; }
	ul.tagcloud li.tag_5 { font-size: 10px; }

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