/* estilos comunes a todos los webforms */
.pb-webform {
	clear: both;	
	width: 600px;
	margin: 10px 10px 0 0;
	background: url(/imgs/backgrounds/pb_form_bg.gif) top left no-repeat #eeeff1;
	padding: 0px;
}

.header_pb-webform {
	margin-top: 25px;
	margin-bottom: 10px;
}

.pb-webform-subcontainer {
	text-align: right;
	margin: 0 50px 0 0;
}

.pb-webform .form-text {
	width: 300px;
	height: 20px;
	margin-bottom: 10px;
	color: #333;
	font-size: 12px;
}

.pb-webform label {
	 height: 20px;
	 float: left;
	 margin: 5px 0 0;
	 padding: 0;
	 width: 240px;
}

.webform-component-tu_comentario .form-item label {
	 vertical-align: top;
}

.pb-webform textarea {
	width: 300px;
	height: 150px;
	font-size: 12px;
	background-color: #fff;
}

#edit-submit {
	margin-top: -30px;
	margin-left: 490px;
	.margin-left: 520px;
	width: 80px;
	height: 23px;
	background: url(/imgs/botones/enviar.gif) no-repeat;
	border: 0px;
	cursor: pointer;
}

#webform-component-footer {
	background: url(/imgs/backgrounds/pb_form_footer_bg.gif) bottom left no-repeat #e3e4e8;
	width: 600px;
	height: 40px;
	margin-top: 20px;
}

/* sugerencias */
.header-sugerencias {
	margin-top: 10px;
	margin-bottom: 10px;
}
.header-form-sugerencias {
	padding: 10px 0 0 10px;
}

div.captcha {
	padding-bottom: 10px;
}

div.captcha img{
	border: 1px solid #A4A9AE;
}

/* recomendaciones */

