.text_menu {
	font-family: Arial;
	color: #000000;
	font-size: small;
}
.text {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	font-size: small;
}
.text2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	font-size: small;
}
.test_rosu {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FF0000;
	font-size: small;
}
.tabela_mail {
	padding: 5px;
	height: 630px;
}
.tabela_share {
	padding-bottom: 15px;
}
.MAR {
	color: #FFFFFF;
}
.toate_info_sunt_protejate {
	padding-top: 15px;
}
.Servizio_voluntario_tabel {
	height: 1550px;
	padding-right: 5px;
}
.Servizio_voluntariotabel_2 {
	height: 200px;
	padding-top: 2px;
	background-color: #FFFFFF;
}
.menu_sssus {
	border-bottom-color: #BCDA63;
	border-left-color: #BCDA63;
	border-right-color: #BCDA63;
	border-top-color: #FFFFFF;
	padding: 1px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}
.pag_principal {
	border: 1px solid #666666;
	padding: 5px;
	background-color: #CCE287;
	height: auto;
}
.lat {
	height: 1000px;
	padding: 5px;
}
.test_negru_smal {
	font-family: Arial;
	font-size: small;
	font-weight: bold;
	color: #000;
	text-decoration: underline;
}
.test_megru_xsmal_bold {
	font-family: Arial;
	font-size: x-small;
	font-weight: bold;
	color: #000;
}
.text_rosu_x_smal {
	font-family: Arial;
	font-size: x-small;
	color: #F00;
}
.linie {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
.background {
	background-color: #FFF;
}
.test_ros_mare {
	font-family: Arial;
	font-size: small;
	color: #F00;
}
.lateral_cass {
	color: #000;
	height: 1150px;
}
/* ============================================================================================================================
== BLOCKQUOTE WITH OBTUSE TRIANGLE
** ============================================================================================================================ */

.example-obtuse {
	position:relative;
	padding:15px 30px;
	margin:0;
	color:#000;
	background:#f3961c; /* default background for browsers without gradient support */
	
	/* css3
	Using longhand to avoid inconsistencies between Safari 4 and Chrome 4
	*/
	-webkit-border-top-left-radius:25px 50px;
	-webkit-border-top-right-radius:25px 50px;
	-webkit-border-bottom-right-radius:25px 50px;
	-webkit-border-bottom-left-radius:25px 50px;
	-moz-border-radius:25px / 50px;
	border-radius:25px / 50px;
	/* NOTE: webkit gradient implementation is not as per spec */
	background:-webkit-gradient(linear, left top, left bottom, from(#f9d835), to(#f3961c));
	background:-moz-linear-gradient(top, #f9d835, #f3961c);
	background:-o-linear-gradient(top, #f9d835, #f3961c);
}

/* display of quote author (alternatively use a class on the element following the blockquote) */
.example-obtuse + p {margin:10px 150px 2em 0; text-align:right; font-style:italic;}

/* creates the larger triangle */
.example-obtuse:before {
	content:"";
	display:block; /* reduce the damage in FF3.0 */
	position:absolute;
	bottom:-30px;
	right:80px;
	width:0;
	height:0;
	border-width:0 0 30px 50px;
	border-style:solid;
	border-color:transparent #f3961c;
}

/* creates the smaller triangle */
.example-obtuse:after {
	content:"";
	display:block; /* reduce the damage in FF3.0 */
	position:absolute;
	bottom:-30px;
	right:110px; 
	width:0;
	height:0;
	border-width:0 0 30px 20px;
	border-style:solid;
	border-color:transparent #fff;
}


