@charset "utf-8";
/* CSS Document */

body, h1, h2, h3, img, ul, li, p, form {
	border: 0;
	margin: 0;
	padding: 0;
}

body {
	font: 12px "Lucida Sans", Arial, Verdana, sans-serif;
	color: #FFF;
	text-align: center;
	background: #2B672D;
}

#container {
	padding: 60px 29px 30px 29px;
	margin: 0 auto;
	text-align: left;
	width: 480px;
}

h2 {
	color: #86C629;
	font-size: 14px;
	margin: 0 0 14px 0;
}

p.one {
	font-size: 11px;
	margin: 0 0 18px 0;
}

p.two {
	font-size: 9px;
	margin: 0 0 18px 0;
}

label {
	clear: both;
	display: block;
	font-size: 11px;
	font-weight: bold;
	padding: 0 0 8px 3px;
}

.left {
	float: left;
	overflow: visible;
	width: 235px;
}

.right {
	float: right;
	overflow: visible;
	width: 235px;
}

.inputs {
	background: url(../images/bg_reclamos_inputs-trans.png) no-repeat;
	padding: 5px 5px 6px 5px;
	height: 24px;
	width: 470px;
}

.inputs input {
	position: relative;
	background: none;
	border: 0;
	color: #FFF;
	font: 11px Arial, Helvetica, sans-serif;
	height: 17px;
	width: 470px;
}

.inputsTwo {
	background: url(../images/bg_reclamos_inputs_two-trans.png) no-repeat;
	padding: 5px 5px 6px 5px;
	height: 24px;
	width: 225px;
}

.inputsTwo input {
	position: relative;
	background: none;
	border: 0;
	color: #FFF;
	font: 11px Arial, Helvetica, sans-serif;
	height: 17px;
	width: 225px;
}

.textareas {
	background: url(../images/bg_reclamos_textareas-trans.png) no-repeat;
	padding: 5px 5px 14px 5px;
	height: 69px;
	width: 470px;
}

textarea {
	position: relative;
	background: none;
	border: 0;
	color: #FFF;
	font: 11px Arial, Helvetica, sans-serif;
	height: 58px;
	width: 470px;
}

.submit {
	float: right;
	height: 27px;
	width: 77px;
}

.error_form {
	padding: 0 0 8px 0;
}

.error_form li {
	color: #CF0;
	font-size: 11px;
	list-style: disc;
	list-style-position: inside;
	margin: 0 0 10px 0;
	padding: 0 0 0 4px;
}