#boxNoDomainSelected {
	display: none;
	width: 363px;
	padding-bottom: 7px;
	background-color: #ede9df;
	box-shadow: 3px 3px 0 #000;
	-moz-box-shadow: 3px 3px 0 rgba(0,0,0,0.37);
	-webkit-box-shadow: 3px 3px 0 rgba(0,0,0,0.37);
	border: 1px solid #000;
	position: absolute;
	top: 0;
	left: 0;
}

#boxNoDomainSelected div {
	font-size: 1.2em;
	font-weight: bold;
	color: #000;
	text-align: center;
	padding: 20px 0 20px 0;
}

#boxNoDomainSelected ul.actions {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
}

#boxNoDomainSelected ul.actions li.close {
	position: absolute;
	top: 6px;
	right: 5px;
}

#boxNoDomainSelected h2 {
	padding: 4px 9px 7px;
	background-color: #3e4c84;
	font-size: 1.2em;
	font-weight: bold;
	color: #fff;
}


#formUserData fieldset fieldset #passBox	{
	background: none;
	min-height:7px;
	padding: 0;
	margin: 5px 0 0 -5px;	
	clear: none;
	width: 230px;
	position: static;
	float: left;
}

#formUserData fieldset fieldset #passBox div.passBoxRed	{
	float: left;
	padding: 0;
	margin: 0 0 0 1px;
	height: 7px;
	min-height: 7px;
	width: 27px;
	color: red;
	background-color: red;
	clear: none;
}

#formUserData fieldset fieldset #passBox div.passBoxYellow	{
	float: left;
	padding: 0;
	margin: 0 0 0 1px;
	height: 7px;
	min-height: 7px;
	width: 27px;
	color: red;
	background-color: yellow;
	clear: none;
}

#formUserData fieldset fieldset #passBox div.passBoxGreen	{
	float: left;
	padding: 0;
	margin: 0 0 0 1px;
	height: 7px;
	min-height: 7px;
	width: 27px;
	color: red;
	background-color: green;
	clear: none;
}

#formUserData fieldset fieldset #passBox div.passBoxNone	{
	float: left;
	padding: 0;
	margin: 0 0 0 1px;
	height: 7px;
	min-height: 7px;
	width: 27px;
	color: red;
	background-color: transparent;
	clear: none;
}

#boxInfoAlert {
	display: none;
	width: 363px;
	padding-bottom: 7px;
	background-color: #ede9df;
	box-shadow: 3px 3px 0 #000;
	-moz-box-shadow: 3px 3px 0 rgba(0,0,0,0.37);
	-webkit-box-shadow: 3px 3px 0 rgba(0,0,0,0.37);
	border: 1px solid #000;
	position: absolute;
	top: 0;
	left: 0;
}

#boxInfoAlert div {
	font-size: 1.2em;
	font-weight: bold;
	color: #000;
	text-align: center;
	padding: 20px 0 20px 0;
}

#boxInfoAlert ul.actions {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
}

#boxInfoAlert ul.actions li.close {
	position: absolute;
	top: 6px;
	right: 5px;
}

#boxInfoAlert h2 {
	padding: 4px 9px 7px;
	background-color: #3e4c84;
	font-size: 1.2em;
	font-weight: bold;
	color: #fff;
}



