body {
	background-color : #D6D6D5;
	text-align : center;
	font-family : Arial, sans-serif;
	font-size : 12px;
	height : 100%;
	margin : 0px;
	padding : 0px;
	color : #000000;
}
td {
	font-size : 12px;
}
div.container {
	border : solid 5px #000000;
	background-color : #ffffff;
	width : 400px;
	color : #000000;
	border-radius : 15px;
	-moz-border-radius : 15px;
	-khtml-border-radius : 15px;
	-webkit-border-radius : 15px;
}

div.message {
	background-color : #006F53;
	color : #ffffff;
	margin : 0px 0px 10px 0px;
	padding : 5px 10px;
	text-align : left;
	border-bottom : solid 1px #ffffff;
   border-radius-topleft : 7px;
   -moz-border-radius-topleft : 7px;
   -khtml-border-radius-topleft : 7px;
	-webkit-border-top-left-radius : 7px;
   border-radius-topright : 7px;
   -moz-border-radius-topright : 7px;
   -khtml-border-radius-topright : 7px;
	-webkit-border-top-right-radius : 7px;
}
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;
}
