/* Text part*/
.textBoxWrapper
{
	height: 445px;
}

.topBox
{
  background: #928077;
}

.text
{
	margin: 0;
	height: 410px !important;
}

.desc
{
	height: 160px;
	float: left; 
	width: 280px;
}

.forgot, .register
{
	float:left;
	width: 100%;
	margin: 20px 0 20px 0;
}

/* FORM */
.inputForm
{
	float: left;
	width: 100%;
	margin-top: 10px;
}

.inputForm div
{
	margin-bottom: 5px;
}

.userIdDialog
{
	float: left;
	width: 100%;
	border: none;
}

.pswdDialog
{
	float: left;
	width: 100%;
	border: none;
}

.emailDialog
{
  border: none;
}

.button
{
	float: left;
	width: 100%;
}

.userIdDialog label, .pswdDialog label, .emailDialog label
{
	font-family:Verdana,Trebuchet MS,Arial,Helvetica,sans-serif;
	font-size: 10px;
	float: left;
	width: 100%;
	font-size: 10px;
	margin-bottom: 5px;
}

.checkbox
{
	float: left;
	margin-top:10px;
}

.checkbox span
{
	float: left;
	font-size: 10px;
	margin-left:5px;
	margin-top:2px;
}

.notAMemb
{
	/*margin-top: 10px;
	margin-bottom: 10px;*/
}

.userIdDialog input, .pswdDialog input, .checkbox input, .inputForm input
{
	float: left;
	font-size:11px;
	height:15px; 
	width: 100%;
}

.button a
{
	float: left;
	text-decoration: none;
	font-size:10px;
}

.pswdDialog, .button
{
	margin-top: 10px;
}

.incorrect
{
	float: left;
	margin-top: 20px;
	height: 15px;
	width: 100%;
}

#IncorrectPSWD
{
	float: left;
	width: 100%;
	font-size: 10px;
	display: none;
	color: #bc1010;
}

/* Forgot password box */
#ForgotBox
{
	display: none;
	margin-top: 50px;
}

#ForgotBox .textHead 
{
	height: 50px;
	margin-bottom: 20px;
}

#ForgotBox .textHead .subTitle
{
	float: left;
	margin-top: 20px;
} 

#ForgotBox .text
{
	float: left;
	margin-top: 20px;
}

#IncorrectMAIL
{
	float: left;
	width: 100%;
	font-size: 10px;
	display: none;
}

#TextSent
{
	float:left;
	margin-top: -40px !important;
	display: none;
}

#TextSent a
{
	float: left;
	width: 100%;
	margin-top: 20px;
}

/* AGGIUNTE */
.userIdDialog textarea
{
	float: left;
	background-color:#674F46 !important;
	border:1px solid #674F46 !important;
	color:#F6DED9;
	font-size:11px;
	width:100%;
	height:100px;
}

input.fieldError, textarea.fieldError
{
	border:1px solid #BC1010 !important;
}

.errorMsg
{
	color: #BC1010;
}

.loginButton
{
	float: left;
	color:#F6DED9;
	text-decoration: none;
	font-size: 10px;
	margin-top: 10px;
}

/*
.emailForm
{
	position:absolute; 
	top:130px; 
	left:0px;
}
*/

.hrefMiniLogin
{
	float: left;
	color:#F6DED9;
	text-decoration: none;
}

.button
{
	right: 0px !important;
}
