/* @override http://inpsycho:9200/static/css/vr2.forms.css */

ul.notifications {
	padding: 1em;
	list-style: none;
}

ul.notifications {
	background: #FFF6BF;
	color: #514721;
	border: 2px solid #FFD324;
}

ul.errorlist {
	color: #8a1f11;
	padding: 0.4em .8em;
	margin-bottom: -4px;
	margin-left: 32%;
	list-style: none;
	font-size: 86%;
	background:#FBE3E4;
	display: inline-block;
	border-bottom: 2px solid #FBC2C4;
}

label {
	width: 30%;
	display: inline-block;
	text-align: right;
	margin-right: .5em;
}

input[type=text], input[type=password], input.text {
	padding: .5em;
}

input[type=submit], input.submit, a.btn-submit {
	margin-left: 32%;
}