@import "form.css";
@import "model.css";

#gmap {
	width: 100px;
	height: 100px;
}

#gmap_box {
	clear: both;
	padding-bottom: 20px;
}

.tool_box {
	font-family: "Trebuchet MS";
	font-size: 11px;
	padding: 10px;
	position: absolute;
	top: 10px;
	left: 50%;
	width: 600px;
	margin-left: -300px;
	height: 400px;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	filter:alpha(opacity=95);
	-moz-opacity: 0.95;
	opacity: 0.95;
	overflow: auto;
}

.tool_box_close {
	text-align: right;
}

.cerca_div INPUT {
	width: 180px;
	border: 1px solid #666666;
}

.cerca_result_what {
	padding-bottom: 20px;
}

.cerca_result_hits {
	padding-bottom: 3px;
}

.cerca_result_url {
	padding-bottom: 3px;
	color: #999999;
}

.cerca_result_content {
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #666666;
}

#admin_bar {
	background-color: #FFA477;
	padding: 10px;
	font-family: "Trebuchet MS", Verdana;
	color: #000000;
	font-size: 12px;
}

.edit_lingua {
	padding: 5px 0px 5px 10px;
	font-family: "Trebuchet MS", Verdana;
	color: #000000;
	font-size: 12px;
}

.edit_contenuto {
	padding: 5px 0px 20px 10px;
}

.login {
	clear: left;
	float: right;
	padding: 5px;
}

.login A {
	font-family: "Trebuchet MS", Verdana;
	color: #898989;
	font-size: 10px;
	text-decoration: none;
	display: block;
	width: 41px;
	height: 14px;
	line-height: 14px;
	text-align: center;
	background-image: url(../images/login_bg.png);
	background-position: top left;
	background-repeat: no-repeat;
}

/* CMS globals style here */