@charset "utf-8";
/* CSS Document */

*{
	margin: 0px;
	padding: 0px;
	border: none;
}


#wrapper{
	width: 660px;
	height: 680px;
	margin: 0px auto;
/*	background: url(images/popup_background.jpg) repeat-x top left #f4f4f4; */
	background: #f4f4f4; 
	position: relative;
}

a{
	border: 0px;
	background: 0px;
}

#pproprietati{
	float: left;
	padding-left:20px;
	width: 164px;
	height: 84px;
	
}

#pproprietati a{
	display: block;
}


h1{
	padding: 0 20px 0 0;
	float: right;
	width: 164px;
}

h2{
	text-align: center;
	padding: 17px 0px 13px 0;
	font-size: 18px;
	font-weight: bold;
/*	color: #5b5b5b; */ 
	color: #ec6f00;
	clear: both;
}

form#search{
	float: left;
	padding: 18px 0 0 0;
	width: 290px;
	text-align: center;
}

form#search input{
	width: 140px;
	height: 16px;
	border: 1px solid #80c341;
	background: #f4f4f4; 
	padding: 1px 0px;
}


form#search input.btnSearch {
	background: url(images/btnsearch.jpg) 0px 0px no-repeat; 
	width: 71px; 
	height: 20px;
	margin:0px 0px 0px 0px;
	padding: 0px;
	cursor: pointer;
	border: none;
	} 

form#search input.btnSearchOver { 
	background: url(images/btnsearch.jpg) 0px -20px no-repeat; 
	width: 71px; 
	height: 20px;
	margin:0px 0px 0px 0px;
	padding: 0px;
	float:right;
	cursor: pointer;
	border: none;
	}	
	
#buttonsMap {
	width: 520px;
	padding: 0px 0px 5px 140px;
	float: left;
}

#buttonsMap input{
	height: 40px;
	border: none;
	cursor: pointer;
	margin: 0px 0px 0px 11px;
}

#buttonsMap input#bzoomin{
	background: url(images/bzoomin.jpg) no-repeat 0 0;
	width: 50px;
}

#buttonsMap input#bzoomout{
	background: url(images/bzoomout.jpg) no-repeat top left;
	width: 65px;
}

#buttonsMap input#bprint{
	background: url(images/bprint.jpg) no-repeat top left;
	width: 50px;
}

#buttonsMap input#bzoomfull{
	background: url(images/bzoomfull.jpg) no-repeat top left;
	width: 65px;
}

#buttonsMap input#bemailoc{
	background: url(images/btnemailocatie.gif) no-repeat top left;
	width: 75px;
}

#map{
	padding: 0px;
	text-align: center;
}

#traffic{
	text-align: center;
	float: left;
	width: 100px;
	height: 31px;
	padding: 5px 0px 0px 280px;
}

