.lightbox-overlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #000;
	filter: alpha(opacity=60);
	opacity: 0.6;
	z-index: 100;
}

.lightbox {
	top: 0px;
	left: 50%;
	margin-left: -440px;
	position: absolute;
	z-index: 101;
	width: 880px;
}

.lightbox-header {
	height: 68px;
	position: relative;
}

.lightbox-header a {
	position: absolute;
	right: 0;
	bottom: 10px;
	display: block;
	text-decoration: none;
	color: #fff;
	height: 31px;
	background: url('../images/btn-close.png') no-repeat right top;
	padding-right: 36px;
	line-height: 31px;
}

.lightbox-content {
	padding: 30px;
	background: #fff;
	box-shadow: 5px 5px 15px #333;
}

.lightbox label {
	display: block;
	float: left;
	height: 39px;
	line-height: 39px;
	font-family: 'Rufina', serif;
	width: 160px;
	font-size: 14px;
	font-weight: bold;
	color: #808080;
}

.lightbox .title { 
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	color: #fff;
	background: #79797b;
	padding: 10px;
	margin-bottom: 20px;
}

.lightbox input {
	height: 39px;
	line-height: 39px;
	border: 1px solid #c6c6c6;
	padding: 0 5px;
	font-size: 14px;
	width: 645px;
}

.submit {
	margin-top: 15px;
	display: block;
	height: 39px;
	line-height: 39px;
	float: right;
	font-size: 15px;
	color: #808080;
	font-family: 'Rufina', serif;
	font-weight: bold;
	text-decoration: none;
	width: 80px;
	text-align: center;
	background: url('../images/btn-hover-menu-header.jpg') no-repeat left top;
    border: 0;
}

.submit:hover {
	text-decoration: none;
}

.submit span{
	display: block;
	height: 39px;
	line-height: 39px;
	margin-left: 5px;
	background: url('../images/btn-hover-menu-header.jpg') no-repeat right top;
}

.field-line {
	clear: both;
	height: 50px;
}

.submit-line {
	clear: both;
	height: 80px;
}

.termini {
	clear: line;
	font-size: 11px;
	background: url('../images/line-form.png') no-repeat center top;
	padding-top: 30px;
    color: #808080;
}

