div.events_home{
	width: 98%;
	margin-left: 10px;
}

div.events_home hr.hr{
	width: 100%;
	height: 1px;
	color: #000;
	
	/*background-color: #000;*/
}

div.events_home_elements{
	width: 100%;
	
	font-size: 12px;
}

div.events_home_elements div.events_title{
	width: 100%;

	font-weight: bold;
}

div.events_home_elements div.events_title a{
	text-decoration: none;
	
	color: #000;
}

div.events_home_elements div.events_body{
	width: 100%;

	font-size: 11px;
	text-align: justify;	
}

/*OPPORTUNITA VIEW*/
div.events_view{
	width: 98%;
	margin-left: 10px;
}

div.events_view span.events_title{
	font-size: 12px;
	font-weight: bold;
}

div.events_view div.events_body{
	font-size: 11px;	
}

div.events_view div.events_html_body{
	
}

div.events_view div.events_image{
	width: 100%;
	text-align: center;
}

div.events_view div.events_image img{
	width: 500px; /*DA ELIMINARE*/
	padding: 2px;
	border: solid 1px black;
}

div.events_contact{
	width:100%;
	font-size: 12px;
	color: #000;
	
	font-weight:bold;
}

div.events_contact input.textbox{
	width: 300px;
	padding: 2px;
	
	border: solid 1px black;
	
	font-weight: normal;
	font-size: 10px;
	color: #000;
}

div.events_contact textarea.textarea{
	width: 300px;
	height: 150px;
	padding: 2px;
	
	border: solid 1px black;
	
	font-weight: normal;
	font-size: 12px;
	color: #000;
}

div.events_contact input.submit{
	width: 100px;
	padding: 2px;
	
	background-color: #fff;
	border: solid 1px black;
	
	font-weight: bold;
	font-size: 14px;
	color: #000;
}


