.userform {
	overflow:hidden;
}
.userform fieldset {
    margin: 10px 0;
	border: solid 1px #ddd;
	padding: 20px;
}
.userform p {
	overflow:hidden;
	line-height:30px;
	padding:5px 0;
	font-size:12px;
}

.userform input {
	border:solid 1px #ccc;
	padding:7px 5px;
	background:#fff;
	float:left;
	-webkit-border-radius: .3em;
	-moz-border-radius: .3em;
	border-radius: .3em;
	font-size:11px;
	color:#000;
}
.userform input:focus {
	border:solid 1px #ebc77e;
	padding:7px 5px;
	background: #f8f3c7;
	-webkit-transition:background .2s ease-in;
   -moz-transition:background .2s ease-in;
   -o-transition:background .2s ease-in;
   transition:background .2s ease-in;
}


.userform input.error {
	border:1px solid #EB7400;
	background:url(/img/error.gif) right 6px no-repeat #fff;
}
.userform span {
	float:left;
	line-height:normal;
	width:340px;
	color:#666;
	margin:0 0 0 5px;
	font-size:11px;
}
.userform span a {
	color:#000;
}
.userform span a:hover {
	color:#FF9900;
}
.userform th {
	font-weight: bold;
	width: 90px;
	text-align: right;
	padding-right: 10px;
}
.userform label {
	width: 130px;
	float:left;
	-webkit-border-radius: .3em;
	-moz-border-radius: .3em;
	border-radius: .3em;
}
.userform label.noreq {
    font-weight: normal;
}
.userform label  img {
	vertical-align: middle;
	margin-right: 5px;
}
.userform legend {
	padding: 4px;
}
	
#error {
	font-weight: bold;
	color: #ff0000;
}

.userform label.error,
label.error {
	/* remove the next line when you have trouble in IE6 with labels in list */
	color:#fff;
	font-style: italic;
	background:url(/img/errorTooltip.png) 0 0 no-repeat;
	text-align:center;
	line-height:25px;
	width:190px;
	margin:2px 0 0 10px;
}
div.error { display: none; }

.userform .submit {
	background:#FFAB2D;
    color: #FFFFFF;
    display: block;
    float: right;
    font-size: 11px;
    font-weight: bold;
    margin: 5px 0 0;
    padding: 7px 15px;
    text-decoration: none;
    text-transform: uppercase;
	cursor:pointer;
	border:none;
}
.userform .submit:hover {
	background:#333;
}

p.obbligatori {
	font-weight:bold;
	font-size:10px;
	border-top:1px dotted #333;
	line-height:20px;
	clear:both;
}
p.spunta input#Privacy1,
p.spunta input#Privacy2 {
	float:left;
	margin:0 5px 0 0;
}


/*** ALTRI STILI LOGIN ***/
div#sxLogin {
	width:440px;
	float:left;
	margin:0 0 0 20px;
}
div#sxLogin div.log {
	background:#FFFDF2;
	padding:30px;
	margin-bottom:20px;
	border:1px solid #fae5b6;
}
div#sxLogin div.lost {
	background:#f2fbff;
	padding:30px;
	border:1px solid #c8dfe9;
}
div#sxLogin h2 {	
	font-family: "dejarip",sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size:13px;
	margin:0 0 20px 0;
}

div#dxReg {
	width:380px;
	float:right;
	padding:30px;
	background:#f1f1f1;
	margin:0 20px 0 0;
	border:1px solid #d5d5d5;
}
div#dxReg h2 {	
	font-family: "dejarip",sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size:14px;
	margin:0 0 20px 0;
}

a.buttonForm {
	background:#FFAB2D;
    color: #FFFFFF;
    display: block;
    float: right;
    font-size: 11px;
    font-weight: bold;
    margin: 5px 0 0;
    padding: 7px 15px;
    text-decoration: none;
    text-transform: uppercase;
}
a.buttonForm:hover {
	background:#333;
}

div#dxReg .userform label.error,
label.error {
	/* remove the next line when you have trouble in IE6 with labels in list */
	color:#EB7400;
	font-style: italic;
	background:none;
	text-align:left;
	line-height:25px;
	width:245px;
	margin:2px 0 0 10px;
	font-size:11px;
	float:right;
	margin:0;
}

p#errorLogin2,
p#message2 {
	font-size:11px;
	color:#EB7400;
	font-style: italic;
}
div#dxReg p.spunta {
	margin:5px 0;
}
div#dxReg p.spunta span {
	float:right;
	width:350px;
	color:#666;
}
div#dxReg p.spunta span a {
	color:#999;
}
div#dxReg p.spunta span a:hover {
	color:#FF9900;
}

div#dxReg p.spunta,
div#dxReg p.spunta label.error{
	float:left;
	line-height:15px;
	margin-left:5px;
}

div#dxReg div#workflowFormWrapper {
	width:auto;
	float:none;
	padding:0;
	background:#F1F1F1;
	margin:0;
}

/*** registrazione singola ***/
div#workflowFormWrapper {
	width:570px;
	float:left;
	padding:30px;
	background:#F1F1F1;
	margin:0 20px 20px;
}