/* RADIOSTAR */
body {
	margin: 0 0 0 0;
	background-image: url(../immagini/background.gif);
	background-position: top;
	background-repeat: repeat-x;
	font-family: tahoma;
	font-size: 12px;
	text-align: center;
	width: 100%;
	height: 100%;
}
html {
	width: 100%;
	height: 100%;
}
#container{
	margin-top:10%;
	margin-left:auto;
	margin-right:auto;
	width:450px;
	border:1px solid #ccc;
	padding:10px;
}
div#form_container {
    width: 420px;
    margin: auto;
	text-align: center;
}
div#form_container h1 {
   font-weight: normal;
   color: #03ACEB;
   font-size: 1.2em;
   margin: 0px;
   padding:0;
}
div#form_container h2 a {
            color: #666;
}
div#form_container p {
        /*margin: 15px 0px 15px 0px;*/
        font-size: 18px;
        line-height: 20px;
        color: #444;
}
div#form_container div#error{
	color: #c00;
	font-size: 20px;
	margin: 20px 0px 20px 0px;
}
div#form_container label {
	display: block;
	font-weight: bold;
	font-size: 13px;
	color: #777;
}
div#form_container input.text_input {
	width: 100%;
	font: Normal 30px Georgia, serif;
}
div#form_container input.submit {
	font-size: 16px;
	margin-right: 15px;
}
/*TESTO REG*/
.regtxt{
	text-align:justify;
	font-size:1.0em;
}