@charset "utf-8";
/* 
########################################
########################################
##									  ##
## Mefop - Area Riservata		 	  ##
##									  ##
## Copyright © 2007					  ##
## 	Reload - Laboratorio Multimediale ##
## 	(http://www.reloadlab.it -		  ##
## 	info@reloadlab.it)				  ##
##									  ## 
## author:							  ##
## 	Domenico Gigante				  ##
## 	(domenico@reloadlab.it)			  ##
## 	Alessio Attanasio				  ##
##  (aatt@reloadlab.it)				  ##
##									  ##
########################################
########################################
*/

/* LOGIN */
#loginform {
	text-align: center;
}
#loginform a {
	color: #323232;
}
#loginform a:hover {
	color: #C2214E;
}

#loginform table {
	margin: 0px auto;
}
#loginform table td {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	padding: 4px 8px;
}
#loginform table td input.invia {
	display: block;
	margin: 0px;
	border: 0px;
	padding: 0px;
	height: 39px;
	width: 48px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 8px;
	font-weight: normal;
	color: #FFF;
	text-align: center;
	font-style: normal;
	background: url(../img/images/submit_BLU.png) no-repeat left top;
	cursor: pointer;
}
#loginform table td input.super {
	display: block;
	height: 27px;
	margin: 0px;
	border: 0px;
	padding: 7px 10px 0px 10px;
	width: 189px;
	background: url(../img/images/input_box_super.png) no-repeat left top;
}

#path {
	text-transform: uppercase;
	font-size: 11px;
}

#columns {
	clear: both;
}

