html, body, div, ul, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 12px;
	font-family: inherit;
}
body {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	line-height: 1;
	color: black;
	background: white;
	background: #333;
	font-size: 14px;
	line-height: 16px;
	color: #f0f0f0;
	background: #000000 url(../img/background.jpg) left top no-repeat;
}
ul {
	list-style: none;
}
fieldset {
	padding: 25px;
	background: #000000;
	clear: both;
}
fieldset li {
	clear: both;
	padding-bottom: 5px;
}
label {
	color:#FFFFFF;
	display:block;
	font-size:16px;
	padding:0 0 4px 0;
}
form li div {
	margin:0 4px 0 0;
	padding:0 0 8px;
}
input.text, textarea {
	color:#FFFFFF;
	background-color:#333333;
	font-size:22px;
	margin:0;
	width: 100%;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, Sans-Serif;
}
input.text, textarea {
	border:none;
	padding: 2px;
	width:98%;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

fieldset .buttons {
	clear: both;
	margin: 0 -25px -25px -25px;
	padding: 0px 25px 25px 25px;
	background: #000000;
	overflow: hidden;
}/*
fieldset .buttons button,input[type='submit'] {
	border: none;
	padding: 5px 25px;
	background: #333333;
	font-weight: bold;
	font-size: 15px;
	color: #FFFFFF;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	float: left;
}
fieldset .buttons button:hover {
	background: #808080;
	cursor: pointer;
}*/
input.checkbox {
	display: block;
	height: 13px;
	line-height: 1.5em;
	margin: 0.6em 0 0 3px;
	width: 13px;
}

label.choice {
	display: block;
	line-height: 1.5em;
	margin: -1.65em 0 0 25px;
	padding: 0.44em 0 0.5em;
	width: 88%;
}

.login_form {
	opacity: 0.9;
	padding-top: 45px;
	padding-bottom: 25px;
	margin: 0 auto;
	width: 450px;
}
#content-clear {
	min-width: 920px;
	overflow: hidden;
	padding-top: 25px;
	padding-bottom: 25px;
}

.logo-big {
	background: url(../img/logo.png) no-repeat;
	margin: 0 auto;
	width: 800px;
	height: 80px;
}

button
{
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
	text-align: left;
}

.awesome, .awesome:visited {
	background: #222 url(../img/alert-overlay.png) repeat-x; 
	display: inline-block; 
	padding: 5px 10px 6px; 
	color: #fff; 
	text-decoration: none;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
}
 
.awesome:hover {
	background-color: #111; color: #fff;
}

.awesome:active	{
	top: 1px;
}

.small.awesome, .small.awesome:visited {
	font-size: 11px;
	padding: ;
}

.awesome, .awesome:visited, .medium.awesome, .medium.awesome:visited {
	font-size: 13px;
	font-weight: bold;
	line-height: 1;
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
}

.large.awesome, .large.awesome:visited {
	font-size: 14px;
	padding: 8px 14px 9px;
}