body{
	background: url(images/fbg.jpg) no-repeat;
}

#mapContainer{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	/* display: table; */
	padding: 0;
	margin: 0;
	width: 980px;
	height: 525px;
	overflow: hidden;
}

#maparea{
	float:left;
	width:700px;
	height:520px;
	border: 1px solid #353535;
	background: #E0E0E0 url(images/maploader.gif) center no-repeat;
}

#formContainer{
	float: left;
	color: white; 
	font-size: 10pt;
	font-weight: bold;
	margin-left: 5px;
	width: 250px;
}

.mapRow{
	clear: both;
	display: table;
}

.mapRow div{
	float: left;
}

.mapRow input{
	border: 0px solid red;
	border-bottom: 1px solid silver;
	background-color: transparent;
	color: white;
	font-weight: bold;
	padding-left: 3px;
	padding-right: 3px;
	width: 130px;
}

.mapLabel{
	float: left;
	width: 80px;
	display: block;
	padding: 2px;
	color: #FFF600;
	text-align: right;
}

.fieldContainer{
	margin-top: 10px;
	margin-bottom: 30px;
}

.routeDescription{
	color: #FFF600;
	text-align: left;
}

.fieldButtons{
	margin-bottom: 20px;
	text-align: center;
}

.errMsg{
	font-weight: normal;
	text-align: center;
	border: 1px solid #FFEEAA;
	background: #FCFFD5;
	padding: 2px;
	color: #AA0000;
	margin-bottom: 2px;
}

#ajutor{
	height: 380px;
	width: 250px;
	font-weight: normal;
	font-size: 8pt;
}

#ajutor h2{
	padding: 0;
	margin:0;
	font-size: 7pt;
	font-weight:normal;
	text-align: right;
	border-bottom: 1px solid silver;
}

#ajutor h3{
	margin: 10px 0 3px 0;
	color: #FFF600;
}

#ajutor span{
	display: block;
	font-weight: bold;
	clear:both;
	margin-top: 10px;
}

#ajutor em{
	width: 60px;
	text-align: right;
	padding-right: 4px;
	float: left;
	display: block;
}

#ajutor ul,
#ajutor ul li{
	margin:0;
	padding: 0;
	list-style: none;
}

