@charset "UTF-8";
/* 
	User Submitted Posts - CSS for HTML5 form
	http://perishablepress.com/user-submitted-posts/
	Complete list of CSS hooks for the submission form @ http://m0n.co/e
*/
div#user-submitted-posts { width: 100%; }
div#user-submitted-posts fieldset { margin: 10px 0; border: 0; }
div#user-submitted-posts fieldset label { float: left; width: 20%; }
div#user-submitted-posts fieldset input { float: left; width: 60%; }
div#user-submitted-posts textarea { width: 90%; }
fieldset.usp-images label { clear: both; }
div#user-submitted-posts input.usp-clone { width: 100%; margin: 3px 0; padding: 0; line-height: 18px; font-size: 12px; border: 1px solid #ccc; background-color: #fafafa; }
div#usp-upload-message { float: left; clear: both; font-size: 12px; }
div#user-submitted-image { width: 50%; float: left; clear: both; }
a#usp_add-another { float: left; clear: both; }

/* DAVIDE SANSONI da qui in poi*/

#usp-submit
{
text-align: center;
}


.submit_button.button, .submit_button.button:visited 
{
font-size: 14px;
padding: 5px 30px 5px;
text-shadow: 3px 3px 3px rgba(0,0,0,0.50);
border-color: #AA1B00;
border-style: solid;
border-width: 2px;
color: #ddffff;

-moz-border-radius: 6px;
-webkit-border-radius: 6px;
border-radius: 6px;
}

.red.button, .red.button:visited {
background-color: #fc2727;
background-image: -moz-radial-gradient(bottom left , #fc5656 40%, #ff0000);
background-image: -webkit-radial-gradient(bottom left , #fc5656 40%, #ff0000);
}

.red.button:hover {
  /*background-color: #cc2525;*/
  background-image: -moz-radial-gradient(bottom left , #fc2727 40%, #882222);
  background-image: -webkit-radial-gradient(bottom left , #fc2727 40%, #882222);
}

#container_error {
	position: absolute;
	top: 60%;
	left: 40%;
	margin: -100px 0 0 -175px;
	width: 90%;
}

.BoxMessaggio{
	padding:10px;
	border-width:2px;
	border-style:solid;
	width: 60%;
	-moz-box-shadow: 10px 10px 10px rgba(82, 82, 82, 0.7);
	-webkit-box-shadow: 10px 10px 10px rgba(82, 82, 82, 0.7);
	box-shadow: 10px 10px 10px rgba(82, 82, 82, 0.7);
}

.BoxMessaggio-Errore
{
	background-color:#FCC;
	border-color:#C00;
}

.BoxMessaggio-Successo
{
	background-color:#CEF;
	border-color:blue;
}

.BoxMessaggio-Errore a
{
	color:#dd3c10
}

.descrizione_msg
{
	margin:4px 0 0;
	font-family: 'lucida grande', tahoma, verdana, arial, sans-serif;
	font-size: 11px;
	margin: 1em 0px;
	text-align: left;
}

.titolo_msg
{
	color: #333;
	font-size: 13pt;
	text-align: center;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #AAA;
}

.titolo_msg_succ
{
	color: #333;
	font-size: 13pt;
	text-align: center;
	margin: 0px;
	padding: 0px;
}