.messagebox{
	margin-left:auto; 
	margin-right:auto; 
	margin-top:20px; 
	background:#E0E0E0; 
	width:450px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.container{
	text-align: center;
	padding-top: 20px;
}
a.rounded, .button {
	outline: none;
	border: none;
	text-decoration: none;
	cursor: pointer;
	white-space: nowrap;
	vertical-align: middle; /* or top */
	display: -moz-inline-box;
	display: inline-block;
	overflow: visible; /* IE6 form button fix */
}
.button {
	color: #000;
	background-color: #acc;
	padding: 1px 2px 1px 2px;
}
.button:hover {
	background-color: #cee;
}
.message{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
}
