/* Registrazione 10.03.2009 */
#registrazione
{
	float:left;
	margin:15px 0px 25px 0px;
}

#registrazione b.title
{
	color:#AB0D0D;
	font-size:18px;
}

#registrazione form
{
	line-height: 1.5em;
}

#registrazione em{
font-weight: normal;
color:#AB0D0D;
font-size:16px;
}

#registrazione span{
font-weight: bold;
color:#AB0D0D;
font-size:13px;
}

.cssform p{
width: 800px;
clear: left;
margin: 0;
padding: 5px 0 0px 0;
padding-left: 155px; /*width of left column containing the label elements*/
/*border-top: 1px dashed gray;*/
height: 1%;
}

.cssform label{
font-size:14px;
color:rgb(137, 137, 137);
font-weight: bold;
float: left;
margin-left: -155px; /*width of left column*/
width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
font-size:14px;
width: 230px;
}

.cssform input[type="password"]{ /*width of text boxes. IE6 does not understand this attribute*/
font-size:14px;
width: 230px;
}

.cssform select{
font-size:14px;
width: 235px;
}

.cssform textarea{
width: 650px;
height: 250px;
}

