body {
	background: #808080;
	margin: 0px;
}

* { 
    -moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
     box-sizing: border-box; 
}

#head {
	background: red;
	clear: both;
	margin: auto;
	width: 100%;
	margin-bottom: 14px;
}

#small-logo {
	clear: none;
	/*width: 200px;*/
	float: left;
	padding: 16px 16px 16px 0px;
	height: 100px;
	-mozilla-baseline-shift: 0px;
}

#tool-bar {
	clear: none;
	width: 400px;
	float: right;
}

div.main {
	border-left: solid 1px black;
	border-right: solid 1px black;
	background: white;
	margin: auto;
	width: 980px;
	padding: 16px;
	font-family: Helvetica, "Helvetica New", Arial, Sans-Serif;
	font-size: 16pt;
}

div.top {
    width: 100%;
    background: white;
    margin-bottom: 16px;
	clear: both;
	float: left;
	//display: block;
}

div.middle {
	clear: both;
}

div.bottom {
	clear: both;
	padding: 16px 0px 16px 0px;
}

#small-logo a {
	position: absolute;
	padding-top: 4px;
	margin-top: 0px;
	text-decoration: none; 
	background: white;
	color: green;
}

#tool-bar ul {
	background: white;
	float: right;
    cursor: pointer;
 }

#tool-bar li {
	display: inline;
	clear: none;
	width: 33%;
	padding: 16px;
	-moz-user-select: -moz-none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none; /* IE10 */
	user-select: none;
    cursor: pointer;
    border-radius: 15px;
}

.tool-bar-button:hover {
	background: #1ACE00;
    cursor: pointer;
}

.tool-bar-button:active {
	background: green;
	color: white;
    cursor: pointer;
}

#middle ul {
	background: white;
	width: 100%;
	margin: auto;
	padding: 0px;
	border-style: none;
	border-width: 0px;
}

li.block {
	display: inline-block;
	width: 25%;
	margin: 0px;
	background: white;
	padding: 0px;
	border-style: none;
	border-width: 0px;
}

#middle img {
	width: 100%;
	/*height:100%; disabled to avoid problems on Android*/
}

.form ul {
	padding: 0px;
	width: 100%;
	clear: both;
	font-family: helvetica,"helvetica new",arial,sans-serif;
	font-size: 12pt;
}

.form li {
	display: inline-block;
	width: 50%;
	vertical-align: middle;
	font-family: helvetica,"helvetica new",arial,sans-serif;
	font-size: 12pt;
	background: white;
}

.form input[type=text],textarea,select {
	width: 100%;
	height: 100%;
	border: 1px solid #DDDDDD;
	display: block;
	font-family: helvetica,"helvetica new",arial,sans-serif;
	font-size: 12pt;
    border-radius: 15px;
    padding-top: 8px;
    padding-bottom: 8px;
    background: #EEEEEE
}

.form input[type=submit] {
	display: block;
	text-decoration: none;
	border: 1px solid gray;
	width: 200px;
	text-align: center;
	padding: 16px;
	color: black;
	background: #1ACE00;
	border-radius: 15px;
	font-size: 16pt;
	cursor: pointer;
    border-radius: 15px;
}

.form input[type=submit]:active {
	display: block;
	text-decoration: none;
	border: 1px solid gray;
	width: 200px;
	text-align: center;
	padding: 16px;
	color: white;
	background: darkgreen;
	border-radius: 15px;
	font-size: 16pt;
	cursor: pointer;
}

div.copyright {
    font-size: 9pt;
    color: black;
    background: white;
}

.copyright a {
	text-decoration: none;
	color: black;
}

.copy-left {
	width: 50%;
	float: left;
	background: white;
}

.copy-right {
	width: 50%;
	float: right;
	background: white;
}

.fix {
	clear: both;
	width: 100%;
	height: 10px;
	border: black 0px solid;
}

a#sign-up {
	display: block;
	text-decoration: none;
	border: 1px solid gray;
	width: 200px;
	text-align: center;
	padding: 16px;
	color: black;
	background: #1ACE00;
	border-radius: 15px;
}

a#sign-up:active {
	background: darkgreen;
	color: white;
}

#cont_afa94fdeccccd10cfbce5bfab2c098fa {
    position: relative;
    width: 200px;
    height: 210px;
    padding: 0px;
    border: 0px solid white;
}