html, body
{
	margin: 0px;
	padding: 0px;
}

body
{
	background: #ffffff;
	color: #444444;
}

a
{
	text-decoration: none;
	color: #219b8e;
}

a:hover
{
	color: #0f3647;
}

#wrapper
{
	max-width: 750px;
	min-width: 550px;
	padding: 15px;
	font-family: Arial, sans-serif;
	margin-left: auto;
	margin-right: auto;
}

#header
{
	text-align: center;
}

h1
{
	margin-top: 0px;
	margin-bottom: 0px;
}

#logo img
{
	width: 50px;
}

hr.light
{
	border: 0;
	background-color: #eeeeee;
	height: 1px;
	
}

hr.dark
{
	border: 0;
	background-color: #bbbbbb;
	height: 1px;
	
}

.blockbutton
{
	border-bottom: 2px solid #000000;
	border-radius: 4px;
}

.blockbutton:active
{
	margin-top: 2px;
	border-bottom: 0;
}

.buttondefault
{
	height: 33px;
	background-color: #3e5966;
	width: 100%;
	border-radius: 4px;
	text-align: center;
	cursor: pointer;
}

.buttondefault:hover
{
	background-color: #4b6470;
}

.buttoncontainer
{
	overflow: hidden;
}

.button-text
{
	padding: 5px;
	color: #ffffff;
	font-size: 20px;
	text-align: center;
}