
/*------------------------------
  Forms
--------------------------------*/


div.left_content{
	width:420px;
	position:relative;
	float:left;
}

fieldset {
	border:0;
	width:335px;
}

fieldset.kform_req{
	display:none;
}

textarea {
	float:left;
	border: 1px solid #ccc;
	width:323px;
	height:150px;
	padding:5px 0px 5px 5px;

}

input {
	float:left;
	border: 1px solid #ccc;
	width:323px;
	margin-bottom:5px;
	padding:5px 0px 5px 5px;
}

select {
	float:left;
	width:330px;
	border: 1px solid #ccc;
	margin-bottom:5px;
	padding:3px 0px 5px 5px;
}
	
	
input.submit  {
	float:none;
	
	margin-left:180px;
	border: 1px solid #ccc;
	width:150px;
	
	padding-top:10px;
	color:#200;
	font-weight:bold;
	margin-bottom:20px;
	margin-top:5px;
}

input.checkbox{
	width:15px;
	margin-bottom:20px;
	margin-top:5px;
	float:none;
}

label {
	padding-top:3px;
	clear:right;
	width:120px;
	display:block;
	margin-bottom:5px;
}

.error {
	border-color:#f00;
}


