@charset "utf-8";
/* ----------------------------------------------
**
**	form.css
**
**	author: Van Snick Jo
**	copyrights by thinline
**
**	www.statie.be
**
** --------------------------------------------- */

/*
**	A.	INPUTS
** -----------------------------------------------
*/

input, textarea, select {
	color: #888;
	font-size: 11px;
	font-family: "Lucida Grande", Arial, sans-serif;
	padding: 4px;
	background-color: #fff;
	border: 1px solid #ccc;
	margin-bottom: 7px;
}

textarea {
	background-color: #fafafa;
}

/* IE 6 HACK */
html>body input.input_submit {
	padding: 5px 6px;
	border: 1px solid #BABABA;
	width: auto;
}

input.input_submit {
	color: #fff;
	background-color: #237492;
	width: auto;
}

input.input_submit:hover {
	border: 1px solid #ccc;
	cursor: pointer;
	background-color: #fff;
	color: #237492;
}

input.input_submit:active {
	border-color: #888888 #D5D5D5 #D5D5D5 #888888;
	cursor: pointer;
}

input.input_text_single_large {
	width: 550px;
}

input.input_text_single {
	width: 400px; 
}

input.input_text_single_small {
	width: 145px;
}

input.input_text_single_tiny {
	width: 40px;
}

textarea.input_text_editor {
	width: 594px;
}

textarea.input_text_large {
	width: 550px;
}

textarea.input_text {
	width: 286px;
}
input.error {
	border-color: red;
}
textarea.error {
	border-color: red;
}
input.succes {
	border-color: #a0cd43;
}
textarea.succes {
	border-color: #a0cd43;
}
input.input_text_disabled {
	color: #555;
	background-image: none;
	background-color: #f3f3f3;
	border: 1px solid #ddd;
	border-left-color: #ddd;
	border-top-color: #ccc;
}
label.formlbl{
	font-weight: bold;
}
.errormessage{
	font-style: italic;
	color: #BBBBBB;
	
}
input.input_radio {
	border: none;
	background-image: none;
}

input.input_checkbox {
	border: none;
	background-image: none;
	margin-right: 5px;
	margin-bottom: 2px;
}
