﻿.title-RA{
	color:#003F72;
	text-decoration:none;
	font-size: 11px;
	font-weight: bold;
	text-align:right;
	text-transform: uppercase;
	margin-bottom: 30px;
}
.title-RA1{
	color:#003F72;
	text-decoration:none;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 30px;
}

/*----------- input form -------*/
.inputRA{
	width: 200px;
	height: 26px;
	padding: 2px;
	background-color: #FFFFFF;
	border:solid 1px #CCCCCC;
	color: #333333;
	font-size:18px;	
}

.inputRAError{
	width: 200px;
	height: 26px;
	padding: 2px;
	background-color: #F3B2BA;
	border:solid 1px #CCCCCC;
	color: #FFFFFF;
}
/*--------- pulsanti -----------*/
#modifyPWDBtn {
	height: 32px;
	width: 212px;
	background-image:url("../Gif/home/2371-modifyPassword.png");
	background-position: 0px 0px;
	border: 0px;
	border-style: none;
	padding: 0px;
}
#modifyPWDBtn:hover {
	height: 32px;
	width: 212px;
	background-image:url("../Gif/home/2371-modifyPassword.png");
	background-position: 212px 0px;
	border: 0px;
	border-style: none;
	padding: 0px;
	cursor: pointer;
}

#loginBtn {
	height: 32px;
	width: 93px;
	background-image:url("../Gif/home/2368-login-2.png");
	background-position: 0px 0px;
	border: 0px;
	border-style: none;
	padding: 0px;
}

#creaMateriale {
	height: 32px;
	width: 212px;
	background-image:url("../Gif/home/2371-modifyPassword.png");
	background-position: 0px 0px;
	border: 0px;
	border-style: none;
	padding: 0px;
}

#loginBtn:hover {
	height: 32px;
	width: 93px;
	background-image:url("../Gif/home/2368-login-2.png");
	background-position: 93px 0px;
	border: 0px;
	border-style: none;
	padding: 0px;
	cursor: pointer;
}

#imgSave {
	height: 32px;
	width: 93px;
	background-image:url("../Gif/home/2796-save2.png");
	background-position: 0px 0px;
	border: 0px;
	border-style: none;
	padding: 0px;
}

#imgSave:hover {
	height: 32px;
	width: 93px;
	background-image:url("../Gif/home/2796-save2.png");
	background-position: 93px 0px;
	border: 0px;
	border-style: none;
	padding: 0px;
	cursor: pointer;
}

#errorelogin {
	height: 30px;
	width: 357px;
	background-image:url("../Gif/home/2369-user_pass_error.png");
	background-repeat:no-repeat;
	border: 0px;
	border-style: none;
}
#errDB {
	height: 30px;
	width: 357px;
	margin-left:2px;
	text-align: center;
    line-height:30px;    
	color:#FFFFFF;
	text-decoration:none;
	font-size: 16px;
	font-weight: bold;
	background-color:#CC0000;
	background-repeat:no-repeat;
	border: 0px;
	border-style: none;
	text-transform: uppercase;
}
#DivOK {
	height: 30px;
	width: 357px;
	margin-left:2px;
	text-align: center;
    line-height:30px;    
	color:#FFFFFF;
	text-decoration:none;
	font-size: 16px;
	font-weight: bold;
	background-color:#CC0000;
	background-repeat:no-repeat;
	border: 0px;
	border-style: none;
	text-transform: uppercase;
}