﻿*
{
	border:0px;
	margin:0px;
	padding:0px;
	outline:0px;
	width:auto;
	//height:auto;
	left:auto;
	top:auto;
	font-size:16px;
	font-weight:normal;
	font-style:normal;
	line-height:1em;
	text-align:left;
	font-family:'Pontano Sans', Arial, Sans-Serif;
	vertical-align:top;
	color:#313030;
}

html, body, div, h1, h2, img, form, blockquote, input[type="text"], input[type="password"], input[type="button"], input[type="submit"], input[type="reset"], input[type="file"], select, option, iframe, label, p, textarea, hr
{
	display:block;
}

a, br, b, i, strong, em, span, input[type="radio"], input[type="checkbox"]
{
	display:inline;
}

a, br, b, i, strong, em, span
{
	font-size:inherit;
	line-height:inherit;
	font-weight:inherit;
}

table { width:100%;display:table;border-collapse:collapse; }
tbody { width:100%;display:table-row-group; }
tr { width:100%;display: table-row; }
td { display:table-cell;vertical-align:top; }

ul { display:block; }
li { display:list-item; }
ul li
{
	margin-left:30px;
}

b, strong
{
	font-weight:bold;
}

i, em
{
	font-style:italic;
}

h1
{
	font-size:2em;
	font-weight:bold;
}

h2
{
	font-size:1.6em;
	font-weight:bold;
}

input[type="text"], input[type="password"], select, textarea
{
	width:100%;
	background-color:#ffffff;
}

textarea
{
	max-width:100%;
	min-width:100%;
}

input[type="submit"], input[type="button"], input[type="reset"]
{
	padding:5px;
	background-color:#8aaf28;
	font-weight:bold;
	font-size:1.6em;
}

input[type="radio"], input[type="checkbox"]
{
	margin-right:5px;
}

input[type="file"]
{
	padding:3px;
	border:1px solid #333333;
}


label
{
	padding-bottom:4px;
	font-weight:bold;
}

.inputcontainer
{
	display:block;
	padding:5px;
	background-color:#FFFFFF;
	border:2px solid #8aaf28;
}

html, body
{
	width:100%;
	height:100%;
	overflow:hidden;
	position:relative;
	background-color:#333333;
}

.sizeable
{
	white-space:nowrap;
	font-weight:inherit;
	font-style:inherit;
}

#alerter
{
	position:absolute;
	width:100%;
	height:100%;
	display:none;
	z-index:200;
	top:0px;
	left:0px;
}

#alerter .shade, #editorshade
{
	position:absolute;
	width:100%;
	height:100%;
	background-color:#444444;
	opacity:0.8;
	filter:alpha(opacity=80);
}

#alerter #message
{
	position:absolute;
	width:50%;
	background-color:#8aaf28;
	color:#ffffff;
	padding:30px;
}

#alerter #messagetext
{
	font-size:1.3em;
	line-height:1.2em;
	//text-align:center;
}