@charset "UTF-8";
/* CSS Document */

body {
		margin: 0px;
		font-family: Tahoma, Geneva, sans-serif;
		font-size: 12px;
		background-image: url(../images/backgx.gif);
		background-repeat: repeat-x;
}
.clear { clear:both }
a, a:hover { color: #069; text-decoration: none; }
#header_box {
	margin: 0px auto;
	width: 836px;
	height: 180px;
	background-image:url(../images/wi4free_logo.gif);
	background-repeat: no-repeat;
}
#body_header {
	padding-bottom: 4px;
	margin-bottom: 8px;
	border-bottom:  #069 1px dotted;
}
#body_bottom {
	padding: 6px;
	margin-top: 15px;
	background-color: #FFF;
	border:  #069 1px dotted;
	color: #333;
}
#header_meny {
	padding: 120px 0px 0px 240px;
}
.menu_item {
	float: left;
	margin-right: 15px;
	padding-top: 8px;
	font-size: 13px;
	font-size: 13px;
}
.menu_item_on {
	float: left;
	margin-right: 15px;
	padding-top: 8px;
	font-size: 13px;
	font-size: 13px;
	border-top: #F00 1px dotted;
}
.menu_item:hover {
	float: left;
	margin-right: 15px;
	padding-top: 8px;
	font-size: 13px;
	border-top: #F00 1px dotted;
}
#body_box {
	margin: 0px auto;
	width: 836px;
}
#body_box_banner {
	margin-top: 4px;
}
#body_box_left {
	float: left;
	width: 330px;
}

#body_boxl_content {
	padding: 190px 10px 0px 25px;
	height: 141px;
	background-image: url(../images/home_diventahotspot.jpg);
	background-repeat: no-repeat;
}
#body_boxl_content2 {
	padding: 50px 10px 10px 25px;
	height: 281px;
	background-image: url(../images/banner_comeaderire.jpg);
	background-repeat: no-repeat;
}
#body_box_right_comeaderire {
	width: 270px;
	height: 102px;
	background-image: url(../images/home_comeaderire.jpg);
	background-position: 10px 0px;
	background-repeat: no-repeat;
	padding: 40px 207px 0px 28px;
}
#body_box_right_large {
	width: 500px;
	margin-left: 4px;
}
.body_box_right_large_center {
	background-image: url(../images/box_body_center.gif);
	background-repeat: repeat-y;
	padding: 0px 20px 15px 10px;
}
#body_center {
}
#body_box_right_plus {
	width: 472px;
	height: 102px;
	background-image: url(../images/home_plus.jpg);
	background-position: 12px 0px;
	background-repeat: no-repeat;
	padding: 40px 5px 0px 28px;
	margin-top: 0px; /* obsoleto ma lo tengo, può servire */
}
#body_box_right_plus_l {
	float: left;
	width: 215px;
}
#body_box_right_plus_r {
	float: left;
	width: 215px;
	margin-left: 22px;
}

#body_box_right {
	float: left;
}
#body_box_content {
	margin-top: 0px; /* obsoleto ma lo tengo, può servire */
}
#bottom_box {
	margin: 10px auto;
	padding-top: 8px;
	border-top: #999 1px dotted;
	width: 836px;
	
}
#bottom_left {
	float: left;
	width: 105px;
}
#bottom_center {
	float: left;
	margin-top: 18px;
	width: 675px;
	font-size: 1!px;
	color: #666;
}
#bottom_right {
	float: left;
	width: 56px;
}

#myForm ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#myForm ul li {
	border-bottom: #EAEAEA solid 1px;
	padding: 8px 0px 8px 0px;
}
.label-form {
	float: left;
	font-size: 14px;
	width: 200px;
	padding: 4px 0px 0px 0px;
	color: #999;
}
.input-form {
	float: left;
	margin-right: 10px;
}
.user-feedback {
	margin: 20px 0px 20px 0px;
	padding: 10px;
	border: #393 1px dotted;
	background-color: #CFE4BD;
}