a:link, a:visited {
	color: #000;
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: underline;
}

.message {
width: 400px;
margin: 200px auto 0px auto;
background: rgba(255, 255, 255, 0.7);
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
border: 10px solid transparent;
padding: 10px;
color: #5B4B43;
font-family: 'Trebuchet MS';
font-size: 40px;
font-weight: bold;
}

.message p, .message button, .message input {
	font-size: 14px;
	font-weight: normal;
}

.message input {
	border: 1px solid #5B4B43;
	padding: 3px;
	height: 20px;
}

.message button {
	cursor: pointer;
	height: 24px;
}