body {
	background-color: #666;	
	font-family: arial;
}


.tableheader {
	background-color: #fff;
	color:white;
	font-weight:bold;
}
.tablerow {
	background-color: #fff;
	color:#000;
}
.message {
	color: #FF0000;
	font-weight: bold;
	text-align: center;
	width: 100%;
}


.required{
	visibility: hidden;
}

input[type=text], input[type=password] {
	width: 100%;
	box-sizing: border-box;
	padding: 8px;
	border: solid 1px #999;
	outline: none;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background-color:#cdcdcd;
	color:#000;
}

input[type=submit] {
	width: 100%;
	padding: 8px;
    background: #999;
    color: #FFF;
    border: none;
    outline: none;
    cursor: pointer;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}