﻿	.errormessage {
		text-align: center;
		background: #f5e4e4;
		border: solid 2px #f4b0b0;
		padding: 5px;
		margin: 0 0 20px 0;
		color: #cc0000;
		border-radius: 3px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		-khtml-border-radius: 3px;
	}