﻿
body {
	margin:0 auto;
	color:#818181;
	background-color:#f6f6f6;
	font-family:Lucida Grande, Arial, sans serif;
	font-size:13px;
}

#wrapper {
	width:600px;
	margin:0 auto;
	margin-top:100px;
}

.loghi {
	height:100px;
}

.loghi #posic {
	float:left;
}

.loghi #bt {
	float:right;
}

h1 {
	font-size:16px;
	color:#084897;
	text-align:center;
	height:40px;
}

ul.value {
	text-align:right;
	float:left;
	list-style-type:none;
	margin-top:10px;
}

#name {
	background:url(icon_utente.jpg) no-repeat;
	margin-left:25px;
	margin-bottom:5px;
}

#email {
	background:url(icon_mail.jpg) no-repeat;
	margin-left:70px;
	margin-bottom:10px;
}

#code {
	background:url(bg_input_cod.jpg) no-repeat;
	width:205px !important;
	margin:8px 0 0 0;
}

.textbox_img{
	background:url(bg_input.jpg) no-repeat;
}

.textbox_img_code{
	background:url(bg_input_cod.jpg) no-repeat;
	width:205px !important;
	margin:8px 0 0 0;
}


#codice {
	margin: 0 0 0 30px;
}
/*
#mail {
	background:url(../images/bg_input.jpg) no-repeat;
}

#user {
	background:url(../images/bg_input.jpg) no-repeat;
}
*/
#sblocco_account input{
	float:right;
	height:30px;
	width:360px;
	border:none;
	padding:5px;
	padding:0px 15px;
	margin-bottom:10px;
}

.captcha_img{
	margin-right:10px;
	margin-bottom:12px;
	clear:both;
}

.btn_save {
	background:url(button.jpg) no-repeat top right;
	margin:0 25px 0 0;
}

p {
	clear:both;
}
.ErrorMessage
{
    color:Red!important;
    font-weight:bold!important;
}


