.login_error_message{

	margin-bottom:13px;
	padding-bottom:13px;
	border-bottom:1px solid #cccccc;
	color:red;
	font-weight:bold;

}

.login_success_message{

	margin-bottom:13px;
	padding-bottom:13px;
	border-bottom:1px solid #cccccc;
	color:green;
	font-weight:bold;

}

.row_show{

	visibility:visible;
	padding:13px 0px;
	color:red;
	font-weight:bold;

}

#login_form p.title{

	margin: 0px;
	padding:0 0 0 0;

}
#login_form p.field{

	margin: 0px;
	padding:0 0 1em 0;

}
/*Fields*/
#login_form input.text, #login_form input.password{

	width:200px;

}