

/* ---------- BÚNGALÓ: "ATTENTION" PAGES ---------- */

body {
	//text-align: center;
	font-size: 12px;
	}

h2 {
	font-size: 22px;
	margin: .75em 0;
	}

h3 {
	font-size: 20px;
	margin: 0;
	}

h4 {
	font-size: 16px;
	margin: 0;
	}

#attention_content {
	margin-top: 80px;
	background-color:#fff;
	padding:10px;
	}

#attention_title {
	text-align: center;
	height: 40px;
	background:#a90329;
	padding:15px;
	font-family: Helvetica, arial sans-serif;
	font-size: 32px;
	color: #fff;
	background: url('../../img/attention_title_bg_red.jpg');
	}
	
.about_content {
	float: left;
	width:580px;
	padding: 10px;
	text-align: left;
	}

.check {
	margin-left: 25px;
	margin-right: 5px;
	margin-bottom:-9px;
	}

.faq_box {
	float:left;
	padding:20px;
	text-align:left;
	width:540px;
	border-bottom:solid 1px #dbdbdb;
}

/* ---------- TEXTAR & BOX ---------- */

label {
	font-family: Helvetica, arial, sans-serif;
	color: #000;
	font-size: 11px;
}

/* ---------- ERROR MESSAGE ---------- */

.errorbox_red, .errorbox_green {
	position:relative;
	margin-left:-15px; margin-top:10px;
	padding:20px;
	width:448px;
	border:solid #f00 1px;
	background-color:#f99;color:#f00;
	font-size:16px;text-align:center;
	display:none;
}

.errorbox_green {
	border:solid #8c6 1px;
	background-color:#bfa;color:#261;
}

.errorbox_red .left, .errorbox_green .left {
	position: absolute; 
	float: left; display: block;
	top: 100%; left: -1px; margin-top: 0px;
	width: 0px; height: 0px; 
	border-color: transparent #f00 transparent transparent;
	border-width: 0px 5px 5px 0px;
	border-style: solid;
}

.errorbox_red .right, .errorbox_green .right {
	position: absolute; 
	float: left; display: block;
	top: 100%; right: -1px; margin-top: 0px;
	width: 0px; height: 0px; 
	border-color: #f00 transparent transparent transparent;
	border-width: 5px 5px 0px 0px;
	border-style: solid;
}

.errorbox_green .left {
	border-color: transparent #8c6 transparent transparent;
}

.errorbox_green .right {
	border-color: #8c6 transparent transparent transparent;
}
