.alert, .error { 
	color: #FF0000;
	font-size: 10px !important;
}

div#container {
	margin: 0 auto;
	padding: 10px;
	width: 400px;
	border: 1px solid rgb(226, 160, 174);
}

ol.forms ul {
	list-style : none !important; 
}
ol.forms {
	float: left;
	list-style: none;
	width: 100%;
}

ol.forms li {
	clear: left;
	float: left;
	margin-bottom: 5px;
	width: 100%;
	list-style: none;
}

ol.forms label {
	cursor: pointer;
	display: block;
	float: left;
	padding-right: 1%;
	text-align: right;
	line-height: 1.5em;
	width: 20%;
}

ol.forms input { 
	width: 50%; 
}

ol.forms .error { 
	display: block;
	margin: 2px 0 0 11%;
}

ol.forms li.buttons {
	padding-left: 20%;
	width: 89%;
}

.clearing { 
	clear: both; 
}
