html
{
	height:100%;
	width:100%;
}

body
{
	height: 100%;
	width: 100%;
	color: #dddddd;
	background: #444444;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.4;
	font-weight: normal;
	margin: 0px;
}

form
{
	margin: 0px;
}

h1, h2, h3
{
	margin-top : 0px;
	margin-bottom : 0px;
}

h2
{
	font-size: 18px;
	text-transform: uppercase;
	margin-top: -10px;
	margin-left: -10px;
}

hr
{
	border: 0px;
	height: 5px;
	color: #505050;
	background-color: #505050;
}

input, textarea, select
{
	border: 1px solid #505050;
	background: #101010;
	color: #ffffff;
	border-radius: 5px;
	font-size: 16px;
	line-height: 1.4;
}

a:active,a:link,a:visited,a:focus
{
	color: #11aaee;
	font-weight: normal;
	text-decoration: none;
}

a:hover
{
	color: #11ddff;
}

.shrink
{
	height: auto;
	max-width: 100%;
}

.donate
{
	border: 0px;
	background: #ee8811;
	border-radius: 5px;
}

.donate:hover
{
	background: #ff9922;
	cursor: pointer;
}

.container_outer
{
	min-width: 400px;
}

.container_main
{
	max-width: 1240px;
	text-align: left;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	margin: auto;
	padding: 20px;
}

.align_center
{
	text-align: center;
	padding: 0px;
}

.margin1
{
	margin: 10px;
}

.bread
{
	background: #222222;
	padding: 20px;
	margin-top: 25px;
	margin-bottom: 25px;
	border-radius: 5px;
}

.code
{
	font-family: Consolas,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New;
	background: #000000;
	padding: 20px;
	border-radius: 5px;
	overflow-wrap: break-word;
}

.notice
{
	color : #ee8811;
}

.error
{
	color: #ff3300;
}

.fail
{
	border: 1px solid #ff3300;
}

.contact_textarea
{
	width: 90%;
	height: 200px;
}

.captcha
{
	font-family: Courier New ,monospace;
	font-size:6px;
	font-weight:bold;
	letter-spacing:-1px;
	line-height:3px;
}

.header, .footer
{
	text-align: center;
	background: #555555;
	width: 100%;
}

.frontpage_item
{
	text-align: left;
	background: #222222;
	/* border: 1px solid #444444; */
	vertical-align: top;
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;
	width: 280px;
	height: 280px;
	/* box-shadow: 2px 2px 6px #000000; */
	margin: 15px;
	padding: 15px;
	cursor:pointer;
	border-radius: 7px;
}

.frontpage_item:hover
{
	background: #0c78a7;
}

.logo
{
	opacity: 1;
}

#email
{
	visibility: hidden;
	display: none;
}