/* Created by design.bg studios. Source code in this website is property of design.bg. */
/* ------------------ Site styles ------------------ */
@import url(../base/styles.css); 
/* ------------------ Page styles ------------------ */
/*   PAGE SPECIFIC MAIN CONTENT   */
.head a {
	color:#d1d9ea;
}
.article {
	float:left;
	width:420px;
	margin:0;
	padding:0;
	min-height:260px;
}
.article h3 {
	font-size:12px;
	color:#e65805;
	margin:0 0 -15px;
	padding:0;
}
.article div.active {
	background:#f3f3f3;
	padding:15px 10px 1px 18px;
	border-left:2px solid #e67116;
	width:390px;
	margin-bottom:15px;
}
*html .article div.active {
	width:365px;
}
	
.office {
	width:208px;
	height:240px;
	display:block;
	padding:0;
	margin:3px 6px 8px 6px;
	text-indent:-5000px;
	overflow:hidden;
	background-position:0 0;
	background-repeat:no-repeat;
}
.plovdiv {
	background-image:url(../../../pics/office_plovdiv.jpg);
}
.right .additional {
	text-align:right;
	background:#f8f8f8 url(../../../pics/icon_compass.gif) 190px center no-repeat;
	width:175px;
	padding:10px 35px 10px 10px;
	color:#606060;
	margin:-1px 0 0 0;
}
h4 {
	margin:10px 0 0 8px;
	font-size:14px;
	color:#EC5431;
	font-weight:bold;
}
input,
textarea {
	width:120px;
	border:1px solid grey !important;
	margin-bottom:3px;
}
textarea {
	width:167px;
	height:100px;
}
fieldset {
	width:185px;
	padding-top:0;
	margin-top:-2px;
}
.inner_table {
	margin-left:9px;
}
.inner_table  .label{
	text-align:right; padding-right:3px;
}
#rnavimg {
	margin: 0 0 0 28px;
	position: relative;
}

*html #rnavimg {
	margin: 0 0 0 0px;
	position: relative;
}

.footer {
	padding:220px 0 0 30px;
}

.send_ok{
	border: 1px solid green;
	text-align: center;
	color: green;
	font-weight: bold;
	display: block;
	height: 8px;
}
.send_error{
	border: 1px solid red;
	text-align: center;
	color: red;
	font-weight: bold;
	display: block;
	height: 8px;
}

