body{
	background:white url('../images/back1.png') repeat-x;
	margin:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#444;
}

#container{
	background:url('../images/container.png') repeat-y;
	width:610px;
	padding:10px 25px;
	margin:auto;
}

b{
	color:#6e933f;
}

#top{
	width:650px;
	height:40px;
	margin:auto;
	background:url('../images/top.png') no-repeat;
	padding-right:10px;

}

* html #top{
	margin-bottom:-5px;
	background:url('../images/top2.png') no-repeat;
	padding-right:11px;
}

#bottom{
	width:650px;
	height:40px;
	margin:auto;
	background:url('../images/bottom.png') no-repeat;
	padding-right:10px;
}

* html #bottom{
	background:url('../images/bottom2.png') no-repeat;
	padding-right:10px;
}

input, textarea{
	float:right;
	width:200px;
	border:solid 1px #91ba5e;
	padding:3px;
	margin-top:-18px;
}

.text{
	width:350px;
}

select{
	border:solid 1px #91ba5e;
	margin-top:-18px;
}

input:hover, select:hover{
	background:#efffe0;
}

#submit{
	width:100px;
	float:right;
	background:#91ba5e;
	color:white;
	border:none;
	padding:3px;
	cursor:pointer;
	font-weight:bold;
}

#submit:hover{
	background:#6e933f;
}

select{
	float:right;
}

#preguntas{
	background:#f9fff1;
	padding:15px 25px;
	padding-top:5px;
	border:solid 1px #91ba5e;
	width:460px;
	margin:auto;
}

#datos1{
	background:#f9fff1;
	padding:15px 25px;
	border:solid 1px #91ba5e;
	width:460px;
	margin:auto;
}

#centrar{
	background:url('../images/container-gracias.png');
	width:650px;
	height:105px;
	padding-top:45px;
	position:absolute;
	top:50%;
	margin-top:-92px;
	left:50%;
	margin-left:-325px;
}

* html #centrar{
	padding-top:35px;
}

#centrar p{
	text-align:center;
	font-weight:bold;
}

.titulo{
	font-size:14px;
	font-weight:bold;
	color:#6e933f;
	margin-left:10px;
}

.margen{
	margin:0 10px;
}