/* ---------------------------------------
	Form styles
--------------------------------------- */

	form p
	{
		font-size: 1em;
	}

	form h2
	{
		margin-top: 20px;
	}

	fieldset
	{
		padding: 15px 10px 10px 10px !important;
		border: 1px solid #CCC;
		margin-bottom: 30px;
	}

	label,
	form div
	{
		clear: left;
		display: block;
		padding: 5px;
		font-size: 1.2em;
		position: relative;
		height: 22px;
	}

	label span,
	label input,
	button,
	div.buttons a
	{
		font-size: 1em !important;
		border: 1px solid #C5C5C5;
		padding: 3px 5px;
	}

	label span,
	label.additional
	{
		float: left;
		width: 120px;
		display: block;
		border: 1px solid #FFF;
		border-right-width: 0;
		padding: 3px 6px;
		text-align: right;
	}

	label em
	{
		font-size: 0.8em;
		color: #666;
	}

	label input,
	label select
	{
		width: 150px;
		background: #FFF url(../../media/images/field.gif) repeat-x;
		border-right-color: #EDEDED;
		border-bottom-color: #EDEDED;
		margin-left: 6px;
		float: left;
	}

	label input.active
	{
		border: 1px solid #999;
	}

	label.short input, label.short select
	{
		width: 102px;
	}

	label.checkbox,
	label.radio
	{
		padding: 0;
	}

	label.checkbox input,
	label.radio input
	{
		width: auto;
		float: left;
		margin: 5px 0 0 144px;
		cursor: pointer;
		background: none;
		height: 13px;
		padding: 0;
		border: 0;
	}

	label select
	{
		width: 200px;
	}

	label.checkbox span,
	label.radio span
	{
		width: 200px;
	}

	label.additional
	{
		position: absolute;
		margin-left: 5px;
	}

	div.buttons
	{
		padding: 0;
		margin-left: 119px;
	}

	/* fake button */
	div.buttons a
	{
		display: block;
		float: left;
		height: 19px !important;
		line-height: 20px !important;
	}

	div.buttons a:link,
	div.buttons a:visited,
	div.buttons a:hover,
	div.buttons a:active
	{
		color: #000;
		text-decoration: none;
	}

	button,
	div.buttons a
	{
		cursor: pointer;
		background-color: #EDEDED;
		overflow: visible;
		margin-left: 3px;
		width: auto;
		height: 22px;
		padding-top: 0;
		padding-bottom: 1px;
		line-height: 18px;
	}

	form hr
	{
		visibility: hidden;
		height: 5px;
		padding: 7px;
		clear: both;
	}

	.important,
	.important a
	{
		color: #F00;
	}

	p.important
	{
		color: #BE4040;
		margin: 10px 0 10px 0;
		font-size: 1.2em;
	}

	div#activity
	{
		display: none;
		border: 1px solid #CCC;
		margin: 15px 0 30px 0;
		padding: 10px 12px;
		height: 150px;
		overflow-y: scroll;
		font-size: 1.2em;
		background-color: #292929;
		color: #FFF;
	}

	div#debug
	{
		margin-top: 10px;
	}
