body {
   background-color: #7D7D7D;
}

td {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 14px;
   color: #ffffff;
}

a{color:#ffffff;text-decoration:none}
a:hover{color:#ffffff;text-decoration:underline}

p#message {
	text-align: center;
	font-weight: bold;
	margin: 4px 0 0 0;
	position: relative;
	top: 4px;
	font-size: 14px;
}	
	p#message.error {
		color: #FF2222;
	}
	p#message.success {
		color: #339900;
	}

