/* This is the css file for the L0GIN component */

.RegisterForm{
	/* border: thin dotted blue; */
	width: 480px;
	vertical-align: top;
	text-align: left; 
}
.LoginForm{
	/* border: thin dotted blue; */
	width: 300px;
	vertical-align: top;
	text-align: left; 
}

.login_component_header{
	font-family: Verdana, Arial, Helvetica, san-serif;
	font-weight: bold;
	font-size: 15px;
	text-decoration: none;
	color: #666666;
}
.login_component_label{
	font-family: Verdana, Arial, Helvetica, san-serif;
	font-weight: none;
	font-size: 10pt;
	text-decoration: none;
	color: #000000;
	text-align: right;
	display: black;
}
.login_component_validation_status{
	font-family: Verdana, Arial, Helvetica, san-serif;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	color: #FC4F51;
	text-align: left;
}
.login_component_password_recovery_link:link,.login_component_password_recovery_link:visited,.login_component_password_recovery_link:active {
	font-family: Arial, Helvetica, san-serif;
	font-weight: none;
	font-size: 12px;
	text-decoration: underline;
	color: #0000ff;
}
.login_component_password_recovery_link:hover{
	font-family: Arial, Helvetica, san-serif;
	font-weight: none;
	font-size: 12px;
	text-decoration: none;
	color: #000000;
}
.login_component_text_box{
	font-family: Arial Narrow,Arial;
	font-size: 10pt;
	font-weight: bold;
	background-color: #F6F6F4;
	border: 1px solid #000000;
	text-align: left;
	border-top-width: 1px;
	border-right-width-value: 1px;
	border-right-width-ltr-source: physical;
	border-right-width-rtl-source: physical;
	border-bottom-width: 1px;
	border-left-width-value: 1px;
	border-left-width-ltr-source: physical;
	border-left-width-rtl-source: physical;
	border-top-style: solid;
	border-right-style-value: solid;
	border-right-style-ltr-source: physical;
	border-right-style-rtl-source: physical;
	border-bottom-style: solid;
	border-left-style-value: solid;
	border-left-style-ltr-source: physical;
	border-left-style-rtl-source: physical;
	border-top-color: #909090;
	border-right-color-value: #909090;
	border-right-color-ltr-source: physical;
	border-right-color-rtl-source: physical;
	border-bottom-color: #909090;
	border-left-color-value: #909090;
	border-left-color-ltr-source: physical;
	border-left-color-rtl-source: physical;
	width: 100px;
}
