BODY {
	background-color : #FFCC00;
	scrollbar-base-color: Red;
	overflow-x: auto;
	overflow-y: auto;
}
DIV.subscribe_cont {
	margin : 35px 30px 0px 30px;
	padding: 8px 0px 8px 0px;
	border : 1px solid Black;
	background-color : #FFFFCC;
	font : 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
}
DIV.subscribe_nome {
	padding-left : 20px;
	font : bold 14px Arial, Helvetica, sans-serif;
	text-transform : uppercase;
	letter-spacing : 8px;
	color : Red;
}
DIV.subscribe_descr {
	padding : 0px 20px 0px 45px;
}
TABLE.subscribe_operativo {
	padding : 0px 20px 0px 45px;
	font : 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-transform : uppercase;
}
.subscribe_stato {
	padding-left: 0px;
	font-weight : bold;
	color : Blue;
}
.subscribe_form {
	font : 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding : 0px 10px 0px 10px;
	margin : 0px 10px 0px 10px;
	text-align : center;
	display : inline;
	position : relative;
}
INPUT.reg_invio {
	font-family: Arial, Helvetica, sans-serif;
	color: Black;
	font-weight: bold;
	background-color: #CC9966;
	cursor : hand;
}
DIV.risposta {
	margin : 120px 200px 20px 200px;
}
.risposta A {
	color : Red;
	font-weight : bold;
}
DIV.make_cont {
	margin : 35px 30px 0px 30px;
	padding: 8px 0px 8px 0px;
	border : 1px solid Black;
	background-color : #FFFFCC;
	font : 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
}
DIV.make_oggetto {
	margin : 5px 15px 15px 20px;
	padding: 0px 0px 8px 20px;
	border : 1px solid Black;
}
DIV.make_oggetto_hid {
	margin : 5px 15px 15px 20px;
	padding: 0px 0px 8px 20px;
	border : 1px solid Black;
	display : none;
}
.make_tit {
	position: relative;
	left: -20px;
	padding: 8px 0px 8px 0px;
	font-weight : bold;
	color : Red;
}
TABLE.make_table {
	font : 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
}
INPUT.make_input, SELECT.make_input {
	margin-left : 15px;
	text-transform : capitalize;
}
INPUT.make_input_nocap, SELECT.make_input_nocap {
	margin-left : 15px;
}
TEXTAREA {
	margin-left : 15px;
	overflow : hidden;
}

