div.bubble1, div.bubble2, div.bubble3, div.bubble4 {
	margin: 15px 0;
}
div.bubble1 span.author,div.bubble2 span.author,div.bubble3 span.author,div.bubble4 span.author {
	font-weight: bold;
	margin-left: 15px;
	padding-left: 0;
}
div.bubble1 div {
	background: url(../images/bubble/bub1-br.gif) no-repeat bottom right;
	margin: 0;
	width: 100%;
}
div.bubble1 div div {
	background: url(../images/bubble/bub1-bl.gif) no-repeat bottom left;
}
div.bubble1 div div div {
	background: url(../images/bubble/bub1-tr.gif) no-repeat top right;
}
div.bubble1 div div div div {
	background: url(../images/bubble/bub1-tl.gif) no-repeat top left;
}
div.bubble1 div div div div div {
	margin: 0;
	padding: 10px 15px 20px;
	width: auto;
}
div.bubble2 div {
	background: url(../images/bubble/bub2-br.gif) no-repeat bottom right;
	margin: 0;
	width: 100%;
}
div.bubble2 div div {
	background: url(../images/bubble/bub2-bl.gif) no-repeat bottom left;
}
div.bubble2 div div div {
	background: url(../images/bubble/bub2-tr.gif) no-repeat top right;
}
div.bubble2 div div div div {
	background: url(../images/bubble/bub2-tl.gif) no-repeat top left;
}
div.bubble2 div div div div div {
	margin: 0;
	padding: 10px 15px 25px;
	width: auto;
}
div.bubble3 div {
	background: url(../images/bubble/bub3-br.gif) no-repeat bottom right;
	margin: 0;
	width: 100%;
}
div.bubble3 div div {
	background: url(../images/bubble/bub3-bl.gif) no-repeat bottom left;
}
div.bubble3 div div div {
	background: url(../images/bubble/bub3-tr.gif) no-repeat top right;
}
div.bubble3 div div div div {
	background: url(../images/bubble/bub3-tl.gif) no-repeat top left;
}
div.bubble3 div div div div div {
	margin: 0;
	padding: 10px 15px 45px;
	width: auto;
}
div.bubble4 div {
	background: url(../images/bubble/bub4-br.gif) no-repeat bottom right;
	margin: 0;
	width: 100%;
}
div.bubble4 div div {
	background: url(../images/bubble/bub4-bl.gif) no-repeat bottom left;
}
div.bubble4 div div div {
	background: url(../images/bubble/bub4-tr.gif) no-repeat top right;
}
div.bubble4 div div div div {
	background: url(../images/bubble/bub4-tl.gif) no-repeat top left;
}
div.bubble4 div div div div div {
	margin: 0;
	padding: 10px 15px 45px;
	width: auto;
}
/* Legend */
.legend-title {
	background: #FFFFFF;
	display: block;
	float: left;
	font-weight: bold;
	left: 7px;
	margin: 0;
	padding: 0 3px;
	position: absolute;
	top: -13px;
}
.legend {
	background: #FFFFFF;
	border: 1px solid #CACACC;
	margin: 20px 0;
	padding: 0 10px;
	position: relative;
}
p.catering {
	font-size: 12px;
	font-weight: bold;
	color: rgb(230, 131, 12);
	background-image: url(../images/new_3.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 27px;
	padding-bottom: 10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #E6830C;
}
div.bubble1 h3, div.bubble2 h3, div.bubble3 h3, div.bubble4 h3 {
    color: rgb(230, 131, 12);
	font-weight: bold;
	padding-left: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E6830C;
}
/*     Формите за контакти и запитване за оферта        */
input.errHilite, select.errHilite, textarea.errHilite {
	border: 1px solid #DDC;
	background-color: #FFE;
}
label.errHilite {
	color: #C00;
}

ul#errors {
	display: none;
	margin-top: 1em;
	background-color: #FFE;
	border: 1px solid #CC9;
	padding: .3em;
	color: #C00;
	font-weight: bold;
}
 ul#errors li {
	margin-top: .5em;
	margin-bottom: .5em;
	padding: 0;
	}
ul#errors li.heading {
	list-style-type: none;
	color: #000;
	font-weight: normal;
	font-style: italic;
	margin: .5em 0;
	padding: 0;
}

