/**
	file_name	: form.css
	description	: form css for Klaproject
	date		: Aug. 21, 10
	Created by	: nandrito (http://nandrito.net)
	
**/


form label {
	display: block;
	padding: 0 0 10px;
	font-weight: bold;
	color : #1A5D8C;
	}
	
form label.error {
	display: block;
	padding: 0 0 10px;
	font-weight: bold;
	color : red;
	}             

form fieldset legend {
	font-weight: bold;
	margin-bottom: 10px;
	padding-top: 10px;
	}
                
form p small {
	font-size: 0.75em;
	color: #777;
	}
				
				
form input.text-input,
form select,
form textarea,
form .wysiwyg {
	padding: 6px;
	font-size: 13px;
	background: #fff url('../images/bg-form-field.gif') top left repeat-x;
	border: 1px solid #d5d5d5;
	color: #333;
	}
            
form .small-input {
	width: 25% !important;
	}
                
form .medium-input {
	width: 50% !important;
	}
                
form .large-input {
	width: 97.5% !important;
	font-size: 16px !important;
	padding: 8px !important;
	}
                
form textarea {
	width: 97.5% !important;
	font-family: Arial, Helvetica, sans-serif;
	}
                
form select {
	padding: 4px;
	background: #fff;
	}
				
form input[type="checkbox"],
form input[type="radio"] {
	padding: 0;
	background: none;
	border: 0;
	}
	
