﻿/* da mettere a parte*/

.ajax-loading {
	padding: 17px 0pt 0pt;
	background: url(ajax-loader.gif) no-repeat center;
}	

/* da mettere a parte*/
/* CSS 4 password strenght meter*/

  	#passwordStrength
{
	height:10px;
	display:block;
	float:left;
}

.strength0
{
	width:350px;
	height:35px;
	background:#cccccc;
}

#username
{
	width:350px;
	height:24px;
	padding:6px;
	font-family: "Lucida Sans Unicode", "Lucida Grande";
	font-size: 13px;
	margin-top:2px;
	background:#ffffff;
	border:1px solid #9FC500;
}

#name
{
	width:350px;
	height:24px;
	padding:6px;
	font-family: "Lucida Sans Unicode", "Lucida Grande";
	font-size: 13px;
	margin-top:2px;
	background:#ffffff;
	border:1px solid #9FC500;
}

#email
{
	width:350px;
	height:24px;
	padding:6px;
	font-family: "Lucida Sans Unicode", "Lucida Grande";
	font-size: 13px;
	margin-top:2px;
	background:#ffffff;
	border:1px solid #9FC500;
}

#password
{
	width:250px;
	height:24px;
	padding:6px;
	font-family: "Lucida Sans Unicode", "Lucida Grande";
	font-size: 13px;
	margin-top:2px;
	background:#ffffff;
	border:1px solid #9FC500;
}

#modal-button
{

	font-family: "Lucida Sans Unicode", "Lucida Grande";
	font-size: 16px;
}

#password2
{
	width:250px;
	height:24px;
	padding:6px;
	font-family: "Lucida Sans Unicode", "Lucida Grande";
	font-size: 13px;
	margin-top:2px;
	background:#ffffff;
	border:1px solid #9FC500;
}

.strength1
{
	width:50px;
	background:#ff0000;
}

.strength2
{
	width:100px;	
	background:#ff5f5f;
}

.strength3
{
	width:150px;
	background:#56e500;
}

.strength4
{
	background:#4dcd00;
	width:200px;
}

.strength5
{
	background:#399800;
	width:400px;
	height:40px;
}
