body {
	background-color: #202020;
	color: #F0F0F0;
	background-image: url('background3.jpg');
	background-repeat: no-repeat;
	background-position: top;
	background-attachment: fixed;
	background-size: cover;
    }
    a:link,a:visited {
	color: #DD3000;
	text-decoration: none;
    }
    a:hover,a:active {
	color: #D0D000;
    }
    #content {
	max-width: 720px;
	margin: 10px auto;
	padding: 10px;
	text-align: center;
	background-color: #404040;
	border: 1px solid #000000;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	display: none;
    }
    input,button {
	margin: 2px;
	padding: 6px;
	color: #F0F0F0;
	background-color: #707070;
	border: 1px solid #202020;
	border-radius: 6px;
	vertical-align: middle;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
    }
    textarea, input[type="text"] {
	color: #F0F0F0;
	background-color: #202020;
	padding: 4px;
	border: 1px solid #505050;
	border-radius: 4px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
    }
    button, input[type=submit] {
	background: -moz-linear-gradient(0deg, rgba(80,80,80,1) 0%, rgba(164,164,164,1) 100%);
	background: -webkit-linear-gradient(0deg, rgba(80,80,80,1) 0%, rgba(164,164,164,1) 100%);
	background: linear-gradient(0deg, rgba(80,80,80,1) 0%, rgba(164,164,164,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#505050",endColorstr="#A0A0A0",GradientType=1);
    }
    button:active, input[type=submit]:active {
	background-color: #606060;
	background: -moz-linear-gradient(0deg, rgba(128,128,128,1) 0%, rgba(80,80,80,1) 100%,);
	background: -webkit-linear-gradient(0deg, rgba(128,128,128,1) 0%, rgba(80,80,80,1) 100%);
	background: linear-gradient(0deg, rgba(128,128,128,1) 0%, rgba(80,80,80,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#808080",endColorstr="#505050",GradientType=1);
    }
    button:disabled, button[disabled] {
	border: 1px solid #999999;
	background: #CCCCCC;
	color: #666666;
    }
    hr {
	margin: 6px 5%;
	height: 1px;
	border-top: 1px;
	color: #0040A0;
    }
    .post, .status {
	text-align: left;
	margin: 2px 2%;
	padding: 4px;
	background-color: #606060;
	border: 1px solid #505050;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
    }
    #popup {
	margin: 20%;
	position: fixed;
	text-align: center;
	padding: 10px;
	background-color: #404040;
	border: 1px solid #000000;
	border-radius: 6px;
	display: none;
    }
    img {
	vertical-align: middle;
    }
    th {
	white-space: nowrap;
    }
