
.full_center_container {
	width: auto;
	position: relative;
	margin: 0 auto;
	clear: both;
	
	}

/*********************************
********** ERROR *****************
*********************************/

span.red_error {
	font-weight: bold;
	color: #fff;
	font-size: 18px;
	padding: 3px 30px;
	position: relative;
	margin: 5px 0;
	display: block;
	width: auto;
	clear: both;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background:url(../../images/alert_icon.png) no-repeat left center #ff0000;
	text-align: center;
	}
	
/*********************************
********** LOGIN *****************
*********************************/	

 .half_box {
	width: 365px;
	width: 345px!important;
	padding: 10px;
	border: 1px solid #ccc;
	font-size: 12px;
	min-height: 250px;
	height: auto !important;
	height: 250px;
	margin: 25px 0 0 0;
	float: left;

	
	}
 .half_box.right{
	float: right;
	
	}	
.half_box h1 {
	display: block;
	
	text-align: center;
	padding: 3px;
	margin-bottom: 5px;
	
	font-weight: bold;
	font-size: 14px;
	
	}	
.half_box h2 {
	color: #444;
	font-weight: bold;
	font-size: 12px;
	margin: 0;
	padding: 0;
	text-align: center;
	
	}	
/* BUTTON	 */
a.green, input.green, .drop_box input[type=submit]  {
	border: 1px solid #dddddd;
	cursor: pointer;
	background:url(../../images/bg_button_green.png) #00ff33 repeat-x bottom left;
	color: #fff;
	padding: 5px 20px;
	margin:0px 10px 0 0;
	font-size: 12px;
	text-decoration: none;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	font-weight: bold;
	text-transform: uppercase;
	width: auto;
	
	
}
a.green:hover, input.green:hover, .drop_box input[type=submit]:hover {
	background: #009900;
	color: #fff;
	
	
	
}
#info1, #info2, #info3, #contatto {
	display: none;
	font-size: 0.8em;
	text-align: left;
	color: #555;
	
	
	
}
.row_order div.space a#close {
	position: absolute;
	bottom: 10px;
	right: 30px;
	
	
	
}
input.grey, a.grey {
		border: 1px solid #999;
	cursor: pointer;
	background:url(../../images/bg_button_grey.png) repeat-x bottom left;
	color: #666;
	padding: 2px 6px;
	font-size: 11px;
	text-decoration: none;
	-moz-border-radius: 6px;
-webkit-border-radius: 6px;
	
	
	
	
	
}
input.grey:hover, a.grey:hover {
	background: #e9e9e9;
	color: #000;
}
a.log-in {
	text-decoration: underline;
	color: #000;
	cursor: pointer;
}
a.log-in:hover {
	color: #444;
}


/*********************************
********** testi *****************
*********************************/	

.content .content_txt {
	width: 100%;
	float: left;
	margin: 10px 0 0 0;

}
.content .content_txt .half{
	width: 45%;
	margin: 0;
	padding: 0;
	font-size: 0.8em;

}
.content .content_txt .half.left{float: left;}
.content .content_txt .half.right{float: right;}


.content .content_txt h1{
	font-size: 1.2em;
	border-bottom: 1px dotted #ccc;
	padding: 1px 0;
	margin: 0;

}
.content .content_txt h2{
	font-size: 0.85em;
	font-style: italic;
	padding: 1px 0 ;
	margin: 0 0 10px 0;
}	
.content .content_txt h3{
	font-size: 14px;
	padding: 1px 0 ;
	margin: 0 0 5px 0;
	
}		


