/*****************************/
/*** Core html setup stuff ***/
/*****************************/

html {
  height: 100%;
  margin-bottom: 1px;
}

form {
  margin: 0;
  padding: 0;
}

body {
	font-family: "Trebuchet MS",Helvetica,Arial,sans-serif;
	line-height: 1.3em;
	margin: 0px 0px 0px 0px;
	font-size: 14px;
	color: #333;
}

a:link, a:visited {
	text-decoration: none;
	font-weight: normal;
}

a:hover {
	text-decoration: underline;
	font-weight: normal;
}

input.button { cursor: pointer; }

p { margin-top: 0; margin-bottom: 5px; }

img { border: 0 none; }

h1 {
	padding: 0;
	font-family: "Trebuchet MS",Helvetica ,Arial,sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	vertical-align: bottom;
	color: #666;
	text-align: center;
	width: 100%;
}

#content{
	width: 80%;
	padding: 20px;
	background: #ffffff;
	margin-left: auto; 
	margin-right: auto; 
	width: 600px;
	text-align: center;
}

.message{
	padding: 5px;
	background: #e9e8e8;
	margin-top: 10px; 
	margin-bottom: 10px; 
	margin-left: auto; 
	margin-right: auto; 
	text-align: center;
	font-size: 12px;
	width: 60%;
	-moz-border-radius: 15px;
	
}

table {
	margin-left: auto; 
	margin-right: auto; 
	width:50%;
}

td{ 
	font-size: 14px;
 }
