body { 
    background:#F3F3F3; 
    margin:40px;
    font-family: sans-serif;
}
.footer {
  font-size:small;
  font-weight: bold;
}
td {
    vertical-align:top;
    text-align: left;
    font-family: monospace;
    border: none;
    padding:8px;
}

.title {
text-align: center;
font-weight: bold;
font-size: medium;
font-family: arial;
padding-right: 309px;
padding-top: 20px;
}

th {
    border:none;
    border-bottom: #D9D9F3 5px solid;
    font-family: arial;
    padding:8px;
}

table {
    border:none;
    margin-top:40px;
}

tr {
    margin:5px;
}

tr td:first-child {
   border-right: #D9D9F3 5px solid;
}

table tr:first-child {
    background:#000000;
    color:#ffffff;
}

table tr:last-child {
    background:#d3d3d3;
}

label:hover {
   background:#b2b2b2;
   cursor: pointer;
}

.button {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-webkit-border-top-left-radius:7px;
	-moz-border-radius-topleft:7px;
	border-top-left-radius:7px;
	-webkit-border-top-right-radius:7px;
	-moz-border-radius-topright:7px;
	border-top-right-radius:7px;
	-webkit-border-bottom-right-radius:7px;
	-moz-border-radius-bottomright:7px;
	border-bottom-right-radius:7px;
	-webkit-border-bottom-left-radius:7px;
	-moz-border-radius-bottomleft:7px;
	border-bottom-left-radius:7px;
	text-indent:0px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	height:40px;
	line-height:40px;
	width:150px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #ffffff;
}
.button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
}.button:active {
	position:relative;
	top:1px;
}
/* This button was generated using CSSButtonGenerator.com */



.message {
margin-top: 40px;
font-family: arial;
font-size: 15pt;
text-align: center;
}
