

#distributor_content {
	background-image: url("/img/distributors/world.gif");
	background-repeat:no-repeat;
	background-position:top center;
	width:100%;
	min-height:530px;
	_height:530px;
}
#log_msg {
	color:white;
	float:right;
	line-height: 30px;
	margin:0px;
}
#log_msg span {
	font-size:10px;
	color:#9e9898;
}
#log_msg a:link, #log_msg a:visited {
	color:#9e9898;
}
#log_msg a:active, #log_msg a:hover {
	text-decoration: none;
}

h2 {
	color:white;
	text-align: left;
	font-size:20px;
	font-weight:bolder;
	line-height: 30px;
}

#filterdiv{
	text-align: left;
	margin-bottom:20px;
}
	
.distributor_area {
	float:left;
	margin:0 0 21px 0;
	width:458px;
	text-align:left;
	border:1px solid #9D8B80;
}

.distributor_area.right {
	margin-left: 480px;
}

.form-element form {
	text-align:left;
	margin:0px;
	padding:0px;
}

.distributor_area a:link, .distributor_area a:visited {
	text-decoration:none;
	color:#9e9898;
}
.distributor_area a:active, .distributor_area a:hover {
	text-decoration:underline;
}


#distributor_content .left {
	margin-right:20px;
}

div.area_title {
	height:30px;
	width:458px;
	opacity: .2;
	filter: alpha(opacity=20);
	background-color: #9e9898;
}
span.area_title {
	padding-left:15px;
	font-size: 15px;
	font-weight:bold;
	position:relative;
	bottom:24px;
	opacity: 1;
	filter: alpha(opacity=100);
	color:#9e9898;
}
ul {
	margin-top:0px;
	margin-bottom:40px;
}
li {
	margin:5px 10px 5px 10px;
}

.addfile {
	margin:0px 15px 15px 30px;
}
.addfile a:link, .addfile a:visited {
	text-decoration: underline;
}
.addfile a:hover, .addfile a:active {
	text-decoration: none;
	background-color: #9e9898;
	color:#261F1D;
}

/*
 * LOG IN FORM
 */
.login {
	margin-left:0px;
}
.login form {
	text-align:right;
	margin:auto;
	padding:30px;
}
.login .formitem1 {
	text-align:center;
	margin:auto;
	width:250px;
}
.login .label, .login .formitem1 input {
	text-align:left;
	font-size:1.2em;
	width:250px;
	color:#9e9898;
}
.login .formitem1 input {
	margin-bottom:20px;
	margin-top:4px;
	background: transparent;
	border:1px solid white;
}
.loginerror {
	margin-left:73px;
	width:250px;
	margin-bottom:20px;
}

/*
 *	NEL FRONT END NASCONDIAMO I LINK PER AGGIUNGERE/MODIFICARE/CANCELLARE FILE
 */
.addfile, .linkcol {
	display:none;
}
