/*
Title:		Emailform css style
Author:		Xaliber
Year:		2010
Contact:	info@xaliber.com
*/

@charset "utf-8";

/* Mailform settings */

form {
	display: 		inline;
}

textarea {
	border: 		2px solid #FFFFFF;
	width: 			360px;
	padding: 		4px;
	background-color: #EDEDEE;
}

select {
 	border: 		1px solid #888888;
	width: 			216px;
	height: 		18px;
	padding: 		1px;
}

/* Form elements font style */
input, select, textarea, button, option {
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	color: 				#000000;
	font-size: 			12px;
	margin-bottom: 		1px;
	margin-top: 		1px;
	background-color: 	#EDEDEE;
}
.input_captcha
{
	border: 		2px solid #FFFFFF;
	width: 			125px;
	height: 		16px;
	padding: 		2px;
}


/* Standard width text input boxes */
.input_small {
	border: 		2px solid #FFFFFF;
	width: 			50px;
	padding: 		4px;
	margin-right: 2px;
}

.input_medium {
	border: 		2px solid #FFFFFF;
	width: 			271px;
	padding: 		4px;
}

.input_regular {
	border: 		2px solid #FFFFFF;
	width: 			210px;
	padding: 		4px;
}

.input_large {
	border: 		2px solid #FFFFFF;
	width: 			340px;
	padding: 		4px;
}
.input_bttn {
	border: 		2px solid #FFFFFF;
	padding: 		5px;
	background-color: #3FAECE;
	background-image: url(../images/layout/btt_bg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	color: #FFFFFF;
	font-weight: normal;
	margin-top: 4px;
}


/* Text before input fields */
.label{
	display: inline;
	float: left;
	width: 150px;
}

/* Checkboxes */
input[type='checkbox'] {
	margin-left: 4px;
}

/* Buttons */
button, input[type='submit'], .input_submit {
}

/* Error message after form submit */
p.error_message {
	color:				red;
}

/* Success message after form submit */
p.message {
	font-style:			italic;
}

.warning {
	color: #FFFF99;
	font-size: 12px;
	font-weight: bold;
}
.warning_red {
	color: #FF3300;
	font-size: 11px;
	font-weight: bold;
}
