@CHARSET "UTF-8";
/*
Author: Adrian Mato
Author URI: http://www.yensdesign.com & http://web.ontuts.com
*/

/******* GENERAL RESET *******/

textarea{
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	width: 70%;
	padding: 7px 3px 0 4px;
	font-size: 11px;
	border: 1px solid #393939;
	background: #C8C8C8;
	margin-bottom: 15px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
}
select{
	font-size: 11px;
	color: black;
	background: #E8E8E8;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #CAD2CE;
}

html,body{
	height:100%;
}

/******* /GENERAL RESET *******/

/******* CONTENT *******/
.wrapper{
	width: 640px;
	margin: 0pt auto;
	padding-top: 10px;
}
h1{
	color: red;
	font-size: 18px;
	line-height: 3em;
}
label{
	padding-left: 15%;
	width: 70%;
	display: block;
	color: #000000;
	line-height: 2em;
	font-size: 14px;
}
.section{
	margin-bottom: 25px;
}

input.text, input.submit, select{
	width: 70%;
	background: #C8C8C8 url(img/search.png) no-repeat scroll right 2px;
	padding: 8px;
	color: black;
	border: 1px solid #393939;
	margin-bottom: 15px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	font-size: 16px;
}
input.text.active, textarea.text.active {
	background: #343434 url(img/search.png) no-repeat scroll right -43px;
	border-color: #000;
	color: #fff;
}
input.submit{
	width: auto !Important;
	background: #f5f5f5;
	color: #000;
	border-color: #c8c8c8;
	padding: 5px;
	margin-top: 0.5em;
}
.requisites{
	padding: 0 2px 0 2px;
	color: #ECF4F7;
}
.requisites.error{
	text-decoration: underline;
	background: yellow;
	color: #171717;
}

input.error, textarea.error{
	background: #FFD7D7;
	border: 1px solid red;
	border-color: red;
}

/******* /CONTENT *******/