/*
 *  @copyright	Copyright 2006 (c) Solo Media Works, Inc.
 *  @modified	08-20-2006	Maxwell Berkel
 *
 *  Form Styles
 **************************************************************************************/
 
 
form {
	clear: both;
}

form.vertical div.row label, div.row.vertical label {
	display: block;
	width: auto !important;
	width: 100%;
	float: none;
	text-align: left;
	clear: both;
}

form div.row, form div.row-buttons {
	min-height: 1px;
	height: auto !important;
	height: 1px;
	text-align: left;
	padding-bottom: 6px;
	clear: both;
}

form div.row-buttons {
	padding-bottom: 10px;
}

form div.row-buttons.center {
	text-align: center;
}

form div.row-buttons.right {
	text-align: right;
}

form div.row-buttons.bordered {
	border-top: 1px dotted #d9d9d9;
}

form div.row-buttons a.action-link {
	display: inline;
	text-align: left;
	padding-top: 4px;
}

form div.row-buttons div.text, form div.row div.text {
	float: left;
	text-align: left;
	padding-top: 4px;
}

form div.row-buttons div.text {
	float: none;
}

form div.space {
	height: 24px;
	clear: both;
}

form div.pad-left, input.pad-left, select.pad-left, a.action-link.pad-left {
	margin-left: 12px;
}

form div.pad-right, input.pad-right, select.pad-right, a.action-link.pad-right {
	margin-right: 12px;
}

form fieldset {
	text-align: left;
	background: #f8f8f8;
	border: 1px solid #ededed;
	padding: 15px 15px 15px;
	margin: 5px 0 5px;
}

div.space {
	height: 20px;
	clear: both;
}


/* Inputs, Textareas, Selects, Radios and Checkboxes */
input.text, input.password, input.file, select, textarea {
	float: left;
	background: #f8f8f8;
	border-top: 1px solid #d0d0d0;
	border-left: 1px solid #d0d0d0;
	border-bottom: 1px solid #f0f0f0;
	border-right: 1px solid #f0f0f0;
	padding: 4px 6px;
	margin: 0 0 6px 0;
}

form fieldset input.checkbox, form fieldset input.file, form fieldset input.text, form fieldset input.password, form fieldset input.radio, form fieldset select, form fieldset textarea.textarea {
	background: #fbfbfb;
}

select {
	width: 235px;
	padding: 0;
	clear: both;
}

select option {
	padding: 2px 3px;
}

input.text:hover, input.password:hover, input.file:hover, select:hover, textarea:hover, input.active, select.active, textarea.active {
	background: #fff;
}

input.text, input.password, input.file, textarea.textarea {
	width: 220px;
	clear: both;
}

textarea.textarea {
	height: 75px;
}

/* Labels */
label {
	width: 220px;
	float: left;
	font-weight: normal;
	text-align: left;
	padding: 3px 10px 3px 0;
	margin: 0 0 2px;
	clear: both;
}

