/* ------------------ Base styles ------------------ */
@import url(../base/styles.css); 
/* ------------------ Changes of framework styles ------------------ */
/* framework/lstyles.css */
form {
	width: 40em;
	margin: 2em auto 0 auto;
	text-align: left;
	background-color: #fff;
	padding: 2em;
	border: 1px solid #ccc;
}
form  img {
	margin-bottom: 2em;
}
.content {
	text-align: center;
	padding: 6em 0;
}
.footer {
	text-align: center;
}
form span,
form input,
form .button {
	font-size: 155% !important;
}
.block {
	padding: 0.5em 0;
}
.label_info_block {
	width: 5em;
	text-align: right;
	padding-right: 1em;
}
input {
	width: 30%;
	float: left;
}
input.remember {
	width: auto;
	float: left;
}
.block{
	clear: left;
	height: 1.5em;
}
/* ------------------ Page specific styles ------------------ */
.submit {
	padding: 0 1em;
}
.error {
	color: #c00;
	text-align: center;
	padding:  0;
	margin: 1em 0;
	font-family: Arial, Helvetica, sans-serif;
}

