html, body, form, li {
	margin: 0;
	padding: 0;
}

body {
	background: #fff2d2;
	color: #000;
	font: 9pt Arial, Verdana, Helvetica, sans-serif;
	padding: 1em;
}

h1 {
	color: red;
	font-size: 480%;
	font-weight: normal;
	letter-spacing: -3px;
	margin: 1em 0 0 0;
}

ul, ol, p {
	margin: 1em 0;
	padding: 0;
}

ul, ol {
	padding-left: 2em;
}

a:link, a:visited {
	color: #2e99d7;
	text-decoration: none;
}

a img {
	border: 0;
	vertical-align: 0;
}

html>/**/body a img {
	vertical-align: text-bottom;
}

.section {
	background: #fff;
	border: 1px solid #d6dee7;
	margin: 1em 0;
	padding: 1em;
}

.section h3 {
	border-bottom: 1px solid #efd6aa;
	color: #fea202;
	font-size: 200%;
	font-weight: normal;
	letter-spacing: -1px;
	margin-top: 0;
	padding: 0;
}

dt {
	font-weight: bold;
}

dd {
	margin: 1em 0;
	padding: 0;
}

dd ul {
	list-style: none;
}

dd li {
	padding: 1px 0;
}

dd dd {
	margin-top: 0.5em;
}

input {
	font-size: 100%;
}

.info {
	color: #666;
	font-size: 90%;
	font-style: italic;
	margin: 1em 0 0 0;
}

.info em {
	text-decoration: underline;
}

.important {
	font-weight: bold;
}

.bug {
	color: red;
}

#nav {
	list-style: none;
	text-align: center;
}

#nav ul {
	padding: 0;
}

#nav li {
	display: inline;
}

#nav a {
	position: relative;
}

#nav .current a {
	text-decoration: underline;
}

button, a.button, #nav a:link, #nav a:visited, .actions a:link, .actions a:visited {
	background: #34bfec;
	border: 1px solid #02aae0;
	color: #fff;
	font: bold 14pt/1em Arial, Verdana, Helvetica, sans-serif;
	margin-right: 8px;
	padding: 0.3em 0;
	vertical-align: middle;
}

html>/**/body button {
	height: 2em;
	padding: 0.3em 1em;
}

a.button, #nav a:link, #nav a:visited, .actions a:link, .actions a:visited {
	display: inline-block;
	font: bold 140%/1.2em Arial, Verdana, Helvetica, sans-serif;
	margin: 0 4px;
	padding: 0.41em 1.5em 0.4em;
}

button:hover, a.button:hover, #nav a:hover, #nav a:active, .actions a:hover, .actions a:active {
	background: #4cc9f2;
}

#nav .version {
	background: url(../img/badge.png) 0 0 no-repeat;
	color: #fff;
	font: bold 11px Arial, Verdana, Helvetica, sans-serif;
	height: 37px;
	line-height: 37px;
	position: absolute;
	right: -9px;
	text-align: center;
	top: -15px;
	width: 37px;
}

#head, .about, .actions, #foot {
	text-align: center;
}

#head h1 a {
	background: url(../img/cufon32.png) 0 66% no-repeat;
	padding-left: 42px;
}

#lfont_0 {
	font-weight: normal;
}

#lfont_1 {
	font-weight: bold;
}

#lfont_2 {
	font-style: italic;
	font-weight: normal;
}

#lfont_3 {
	font-style: italic;
	font-weight: bold;
}

#bubble {
	background: #fff;
	border: 3px solid #FEA202;
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
	left: 0;
	margin: -53px 0 0 20px;
	padding: 20px;
	position: absolute;
	top: 0;
	width: 350px;
	-moz-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}

#bubble .pip {
	border-bottom: 15px solid transparent;
	border-left: 0 solid transparent;
	border-right: 15px solid #FEA202;
	border-top: 15px solid transparent;
	font-size: 0;
	left: -18px;
	line-height: 0;
	overflow: hidden;
	position: absolute;
	top: 33px;
}

#bubble h3 {
	border-bottom: 1px solid #34bfec;
	color: #02aae0;
	font-size: 200%;
	font-weight: bold;
	letter-spacing: -1px;
	margin-top: 0;
	padding: 0;
}

#bubble ul {
	list-style: square;
}

#bubble li {
	margin-bottom: 0.5em;
}

#bubble .bubble-actions {
	padding-top: 6px;
}