.w5	 { width:  5%; }
.w10 { width: 10%; }
.w15 { width: 15%; }
.w20 { width: 20%; }
.w25 { width: 25%; }
.w30 { width: 32%; }
.w35 { width: 35%; }
.w40 { width: 40%; }
.w45 { width: 45%; }
.w50 { width: 50%; }
.w55 { width: 55%; }
.w60 { width: 60%; }
.w65 { width: 65%; }
.w70 { width: 70%; }
.w75 { width: 75%; }
.w80 { width: 80%; }
.w85 { width: 85%; }
.w90 { width: 90%; }
.w95 { width: 92%; }
.w100{ width: 100%;}

.float-r
{
	float: right;
}

.row.body
{
	height:auto;
}

.reg, .contact{
	background: none repeat scroll 0 0 #EEEEEE;
    color: #000000;
    float: left;
    font-size: 0.9em;
    margin: 10px 0 0;
    padding: 25px;
    text-align: left;
}


.reg div.small, .contact div.small{
	float: left;
	padding:5px  0 5px 9px;
	min-height: 60px;
	height: auto !important;
	height: 60px;
}

.reg div.small.nopd, .contact div.small.nopd{
	padding: 1px 0 1px 9px;
}


.reg div.large, .contact div.large{
	clear: both;
	width: 440px;
}


.reg input, .contact input{
	width: 98%;
	/*background: #ddd;*/
	border: 1px solid #ddd;
	/*border-bottom: 3px solid #ddd;*/
	margin-top: 2px;
	font-weight: bold;
	color: #222;
	padding: 2px;
	
	/*border:1px solid #999; border-bottom:3px solid #999; padding:2px; color:#333333; font-size:1.2em;*/
}

.reg select, .contact select{
	width: 100%;
	margin-left: 0 !important;
}

#ContactForm_body
{
	width: 96%;
	height: 100px;
}


.reg input.error, 
.reg select.error, 
.contact input.error, 
.contact select.error
{
	text-align: left;
	border: 1px solid red;
}




.reg textarea, .contact textarea{
	width: 98%;
	/*background: #ddd;*/
	border: 1px solid #ddd;
	margin-top: 2px;
	font-weight: bold;
	color: #222;
}


.reg select, .contact select{
	margin-top: 2px;
	/*background: #ddd;*/
	border: 1px solid #ddd;
	color: #222;
	font-size: 1em;
}


.reg input.check, .contact input.check{
	background: none;
	border: none;
}


.reg input.auto,
.reg select.auto,
.contact input.auto,
.contact select.auto
{
	width: auto;
}

.reg fieldset{
	padding-left: 12px;
}


select{
	font-size: 11px;
	margin-bottom: 2px;
}


fieldset{
	margin: 5px;
	margin-top: 0;
}


legend{
	color: #823A8F;
	font-weight:bold;
	font-size: 1.1em; 
	padding-right: 10px;
}

label span
{
	color: red;
}

.mod-field{
	font-size: 11px;
	border: none;
	padding-right: 5px;
	width: 70px;
}


.errorSummary{
	border: 1px solid red;
	padding: 10px;
}

.errorSummary ul{
	color: red;
}

.errorMessage{
	color: red;
	font-size: .9em;
	font-style: italic;
}


.float{
	float: left;
}

.row{
	margin: 5px 5px 0 0 ;
	height: 60px;
}

.clear{
	clear: both;
}

.center{
	text-align: center;
}

.right{
	text-align: right;
}

.ui-widget{
	font-size: .9em;
}

.ui-tabs .ui-tabs-panel{
	min-height: 550px;
	height: auto !important;
	height: 550px;
	
}

#row-firstname, #row-lastname {
	width: 45%;
}

#row-birthday{
	width: 45%;
	clear: both;
}

#row-address{
	width: 65%;
}

#row-cap{
	width: 25%;
}

#row-provincia, #row-comune_id {
	width: 45%;
}

#row-telefono, #row-cell {
	width: 45%;
}

.row.captcha
{
	height: auto;
	margin-bottom: 10px;
	margin: 15px 0 15px 0;
	border: 1px dashed #888;
	padding: 5px;
}

#posts-blog-form .row
{
	height: auto;
	text-align: left;
	margin-top: 15px;
}

#posts-blog-form input, #posts-blog-form textarea 
{
	width: 96%;
}


#posts-blog-form textarea 
{
	height: 280px;
}
