div#component_content {
	width: 100%;
	float: left;
}
div#component_content h1 {
	text-align: center;
	margin: 0 0 20px 0;
}
div#component_content h4 {
	text-align: center;
	margin: 0 0 20px 0;
}
div#component_content h4 a {
	color: #25569C;
	text-decoration: none;
}
div#component_content h4 a:hover {
	text-decoration: underline;
}
/*----------------------------------------------------------------------*/
/*----------------------------------------------------------------------*/
div#login_form_wrapper {
	width: 300px;
	margin: 0 auto;
}
div#login_form {
	width: 100%;
	float: left;
}
div#login_form h3 {
	color: #25569C;
	margin: 10px 0;
	text-align: left;
}
/*----------------------------------------------------------------------*/
/*----------------------------------------------------------------------*/
table#table_login {
	width: 100%;
	float: left;
}
table#table_login tr td {
	color: #333;
	padding: 5px;
	text-align: left;
	font-size: 14px;
}
/*----------------------------------------------------------------------*/
/*----------------------------------------------------------------------*/
