/*--------- TYPE ---------*/

* {
	font-family: Tahoma, sans-serif;
}

input[type="text"], input[type="password"] {
	font-size: 1.3em;
}

input[type="submit"], input[type="button"] {
	font-size: 1.1em;
}

body {
	text-align: center;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

.inputError {
	font-weight: bold;
	font-size: 1.3em;
}

h1 {
	font-weight: bold;
	line-height: 20px;
	font-size: 1.8em;
}

h2 {
	font-weight: bold;
	font-size: 1.5em;
}

p {
	font-weight: normal;
	font-size: 20px;
	padding-top: 3px;
}

.bookmarklet {
	font-weight: bold;
	font-size: 1.0em;
	padding-bottom: 15px;
}

#panel p {
	font-weight: bold;
	font-size: 1.2em;
}

#content {
	text-align: left;
}

#footer {
	text-align: center;
	font-size: .7em;
}