body {
	background-color : #000000;
	text-align : center;
	font-family : Arial, sans-serif;
	font-size : 12px;
	height : 100%;
	margin : 0px;
	padding : 0px;
}
td {
	font-size : 12px;
}
div.container {
	border : outset 2px #ffffff;
	background-color : #E9E4E0;
	width : 400px;
	color : #1D1D1C;
	-moz-border-radius : 7px;
	-webkit-border-radius : 7px;
}
div.message {
	background-color : #3165cc;
	color : #ffffff;
	margin : 0px 0px 10px 0px;
	padding : 5px 10px;
	text-align : left;
	-moz-border-radius-topleft : 7px;
	-moz-border-radius-topright : 7px;
	-webkit-border-radius-topleft : 7px;
	-webkit-border-radius-topright : 7px;
	border-bottom : solid 1px #000000;
}
div.message a:link, div.message a:visited {
	color : #ffffff;
	text-decoration : underline;
}
div.message a:hover, div.message a:active {
	color : #ffffff;
	text-decoration : underline;
}

.label {
	font-family : Lucida Sans Unicode, sans-serif;
	font-weight : bold;
}
input.text {
	width : 100%;
}
input.button {
	padding : 0px 10px;
}
