/**********************
	REGISTRATION CSS
************************/

@import url('default.css');
@import url('dreta_yourdata.css');
@import url('registration.css');

.center h3{
	background:none;
	}
.center p{
	margin:1.2em 0em 0.7em 0.9em;
	font-size:0.7em;
	}
.center p.borderBottom{
	border-bottom:1px solid #e0e0e0;
	padding: 0em 0em 1em 0em;
	}
.center table{
        margin:0em 1em 0em 0.7em
        } 
strong{
	color:#222121;
	font-weight:normal;
	}
/****************
	FORM
*****************/
form{
	margin:1em 4em 0em 0.9em;
	clear:both;
	width:auto;
	font-size:0.7em;
	}
.row{
	clear:both;
	width:90%;
	margin-bottom:0.2em;
	overflow:hidden;
	}
.row label {
	float:left;
	width:25%;
	}
.row input{
	border:none;
	background-color:#f2f2f2;
	width:74%;
	float:right;
	color:#545050;
	font-size:0.9em;
	}
fieldset{
	border:none;
	padding:0em;
	margin:0em;
	}
fieldset.data em{
	float:left;
	font-size:1.03em;
	margin-bottom:1.8em;
	}
fieldset.lenght p,
fieldset.passw p{
	margin-bottom:1.2em;
	}
select{
	border:none;
	color:#545050;
	margin-right:0.5em;
	background-color:#f2f2f2;
	font-size:0.9em;
	}
textarea{
	border:none;
	color:#545050;
	background-color:#f2f2f2;
	width:90%;
	font-family: inherit;
	font-size:1em;
	}
* html textarea{
	margin-left:-8px;
}
*+html textarea{
	margin-left:-8px;
}
* html input.button{
	width:16.875em;
	height:1.69em;
	}
*+html input.button{
	width:16.875em;
	height:1.69em;
	}
.buttons{
	margin-top:3.2em;
	}
input.mybutton{
        border:none;
        background-color:#dd2c20;
        float:right;
        margin:0em 0em 1.1em 0em;
        width:14.53em;
        height:1.46em;
        text-align:right;
        font-size:1em;
        color:#ffffff;
        }
input.mybutton:hover{
        background-color:#c92211;
        }

