
/*  @author			Maxwell Berkel | Solo Media Works, Inc.
 *  @copyright		Copyright (c) 2006 Solo Media Works, Inc.  All rights reserved.
 *	@description	Default website layout styles
 *
 *  Form Styles
 **************************************************************************************/
 
form {
 	position: relative;
	display: block;
}

form div.divider-space {
	position: relative;
	display: block;
	height: 15px;
	clear: both;
}

form .form-row {
	position: relative;
	display: block;
	clear: both;
	margin: 0 0 5px 0;
}

form .form-buttons-row {
	position: relative;
	display: block;
	text-align: left;
	clear: both;
	padding: 5px 0 0 0;
	margin: 0 0 5px 0;
}

form input, form select, form textarea {
	position: relative;
	display: block;
	float: left;
	background: #f8f8f8;
	clear: both;
}

form input:hover, form select:hover, form textarea:hover {
	background: #fff;
}

form label {
	position: relative;
	display: block;
	width: 220px;
	font-weight: bold;
	padding: 3px 0;
	margin: 0 15px 0 0;
	text-align: left;
}

label.text, label.select, label.password, label.radio, label.checkbox {}

label.textarea {
	clear: right;
}

input.text, input.password {
	position: relative;
	width: 200px;	
}

textarea.textarea {
	position: relative;
	width: 200px;
	height: 100px; 
}

select {

}

input.radio, input.checkbox {

}

input.button {
	position: relative;
	color: #fff;
	padding: 4px 18px;
	margin-right: 5px;
	background: #3A0171;
	border: 1px;
}
