@charset "utf-8";
/* CSS Document */

.greenBox {
	/*background-image: url('../img/boxes/box_shadow.png');*/
	background-position: center bottom;
	background-repeat: no-repeat;
	margin: 0 auto;
	padding-bottom: 40px;
	text-align: left;
	width: 305px;
}
.greenBox .box_body h2,
.greenBox .box_body h3,
.greenBox .box_body h4 {
	color: #666666;
	margin: 9px 0 7px;
}


.greenBox .box_up {
	/*background-image: url('../img/boxes/greenBox/normalWidth/box2_bg.png');*/
	height: 35px;
	width: 305px;
}

.greenBox .box_up h3 {
	color: #00c83c;
	display: inline-block;
	line-height: 25px;
	margin: 6px;
	margin-left: 10px;
}


.greenBox .box_body {
	/*background-image: url('../img/boxes/greenBox/normalWidth/box2_bg.png');
	background-position: 0 -35px;
	background-repeat: no-repeat;
	color: #fffff;*/
	padding: 3px 3px 1px 2px;
	width: 300px;
}
.greenBox .box_body .item_fieldset {
	/*background-image: url('../img/boxes/greenBox/greenBox_fieldsetDivider.png');
	background-repeat: repeat-x;*/
	padding: 2px 18px 0;
}

.greenBox .box_body .item_fieldset:first-child {
	background-image: none;
	padding-top: 1px;
}


.greenBox .item_fieldset_line {
	margin: 7px 0;
}


.greenBox .box_body .output {
	color: #00c83c;
}

.greenBox .box_body .item_fieldset.textoRespuesta p {
	background-image: url('../img/indicators/balloon.png');
	background-position: left top;
	background-repeat: no-repeat;
	padding-top: 20px;
	font-weight: normal;
}



.greenBox .box_down {
	/*background-image: url('../img/boxes/greenBox/normalWidth/box2_bg.png');
	background-position: 0px -1488px;
	background-repeat: no-repeat;
*/
	padding-top: 12px;
	text-align: center;
	width: 305px;
}
