/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0b1 | 201101 
   NOTE: WORK IN PROGRESS
   USE WITH CAUTION AND TEST WITH ABANDON */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font: inherit;
	font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
	font-size: 18px;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
@font-face {
    font-family: Monopol;
    src: url('monopol.woff');	
}
#main {
	width: 550px;
	margin: 75px auto;
	text-align: center;
}
#main h1 {
	font-family: Monopol;
	font-size: 47px;
}
#main h2 {
	font-size: 20px;
	margin: 10px 0;
}
#form {
	width: 400px;
	text-align: center;
	margin: 20px auto;
	padding: 20px 0;
}
#logo {
	height: auto;
	margin: 10px;
}
form input[type=text] {
	font-family: Monopol;
	font-size: 30px;
	border: 1px solid #888;
	background-color: #ececec;
	width: 250px;
	margin: 20px 10px;
	padding: 2px 0 6px;
	text-align: center;
}
form img {
	width: 20px;
}
#qmimg:hover + .arrow_box {
	visibility: visible;
}
.arrow_box {
	line-height: 22px;
	text-align: left;
	position: absolute;
	margin-left: 25px;
	width: 300px;
	padding: 15px 20px;
	background: #88b7d5;
	visibility: hidden;
}
.arrow_box:after {
	right: 100%;
	top: 45px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-right-color: #88b7d5;
	border-width: 15px;
	margin-top: -15px;
}
fieldset {
	width: 250px;
	margin: 5px 75px 15px;
	text-align: left;
	line-height: 30px;
}
fieldset legend {
	font-weight: bold;
}
.green {
	background-color: #d2e5d8;
	border: 1px solid #9ebba7;
}
.yellow {
	background-color: #fcf2cd;
	border: 1px solid #ddd1a6;
}
.blue {
	background-color: #dcecf5;
	border: 1px solid #b3d3e6;
}
.red {
	background-color: #f1b4bf;
	border: 1px solid #ed8699;
}
form input[type=submit] {
	font-family: Monopol;
	font-size: 30px;
	border: 1px solid #888;
	background-color: #ececec;	
	width: 250px;
	margin: 10px;
	padding: 2px 0 6px;
	text-align: center;
}