html *
{
	margin: 0px;
	padding: 0px
}

body
{
	background-color: #070707;
	background-image: url(/images/public/layout/body-background.gif);
	background-repeat: repeat-x;
 	font-family: "Lucida Grande", Verdana;
	font-size: 12px;
	color: white;
}

#outer
{
	width: 1024px;
	margin: 0 auto;
	background-image: url(/images/public/layout/header-background-trans.png);
	background-repeat: no-repeat;
}

#header
{
	width: 1024px;
/* 	height: 319px; */
	margin: 0 auto;
/*
	background-image: url(/images/public/layout/header-background-trans.png);
	background-repeat: no-repeat;
*/
}

#header-login
{
	width: 860px;
	margin: 0px auto;
	padding: 8px 20px;
	font-size: 11px;
	background-color: white;
	background-image: url(/images/public/layout/button-background.gif);
	background-repeat: repeat-x;
	background-position: 0 10px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-box-shadow: 0px 0px 5px #000;
	-moz-border-radius: 0 0 10px 10px;
	-moz-box-shadow: 0px 0px 5px #000;
	height: 20px;
	overflow: hidden;
	color: black;
}

#header-login a
{
	font-weight: bold;
	color: black;
	text-decoration: none;
}

/*
#top
{
	width: 824px;
	position: absolute;
	top: 45px;
	margin: 0px auto;
	padding: 0px 100px;
}
*/

#top
{
	width: 864px;
	height: 452px;
	margin: 0px auto 0px auto;
/* 	padding: 0px 100px; */
/* 	border: 1px solid white; */
}

#top .scrollEl
{
	display: none;
}

#top-header
{
	padding-top: 140px;
}

#badges
{
	padding-top: 100px;
}

#column-container
{
	width: 864px;
	margin: 20px auto 0px auto;
	padding: 0px 80px;
}
.column
{
	float: left;
/* 	width: 216px; */
	width: 201px;
	margin-right: 20px;
	color: white;
	cursor: pointer;
	font-size: 0.9em;
}

#footer
{
	width: 884px;
	padding: 10px;
	margin: 20px auto;
	color: white;
	clear: both;
	font-size: 0.8em;
	color: #555;
	border: 1px solid #232527;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

#footer-text
{
	padding: 5px 0 0 0;
}

#footer-links
{
	padding-top: 10px;
	text-align: center;
	color: #555;
}
#footer-links a
{
	color: #555;
	text-decoration: none;
	padding: 0px 10px;
}
#full
{
	width: 884px;
	padding: 10px;
	margin: 20px auto;
	color: white;
	clear: both;
}

h1
{
	font-size: 56px;
	font-weight: normal;
	color: white;
}

h2
{
	font-size: 36px;
	font-weight: normal;
	color: white;
	margin: 20px 0;
}

h4
{
	font-size: 14px;
	font-weight: bold;
	color: white;
	margin-bottom: 3px;
}

h5
{
	font-size: 14px;
	font-weight: bold;
	color: #999;
	margin-bottom: 3px;
}

p
{
	margin-bottom: 10px;
	line-height: 1.4em;
}

ul
{
	list-style-type: none;
}

li
{
	margin: 5px 0;
}

a
{
	color: white;
}

img
{
	border: none;
}

.small
{
	font-size: 0.9em;
}

.left
{
	float: left;
}

.hidden-panel
{
	display: none;
	background-color: black;
	width: 864px;
	margin: 20px auto 0px auto;
	border: 1px solid #232527;
	padding: 10px 20px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

.hidden-panel p, .hidden-panel li
{
	color: #999;
}

.hidden-panel li
{
	padding: 5px 0;
}

.spacer
{
	height: 10px;
}

input.text
{
	background: #f5f5f5;
	border: 1px solid #ccc;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;	
	-webkit-border-radius: 3px;
	height: 15px;
	vertical-align: top;
	color: #666;
	width: 96%;
	padding: 2px;
	font-size: 11px;
}
input.small
{
	width: 150px;
 	background: #fdfdfd;
	border: 1px solid #bbb;
	-moz-border-radius: 9px;
	-khtml-border-radius: 9px;	
	-webkit-border-radius: 9px;
	height: 14px;
	padding: 1px 5px;
	font-size: 11px;
	margin: 0 10px 0 4px;
}
input.small:focus
{
	outline: none;
}
input.smallbutton
{
	background: #fdfdfd;
	background-image: url(/images/layout/button-background.gif);
	background-repeat: repeat-x;
	background-position: 0 -5px;
 	border: 1px solid #bbb;
	-moz-border-radius: 9px;
	-khtml-border-radius: 9px;	
	-webkit-border-radius: 9px;
	width: 70px;
	line-height: 14px;
	padding: 1px 5px;
	font-size: 11px;
	font-weight: bold;
}


fieldset
{
	margin-bottom: 15px;
	border: none;
	clear: both
}
.legend
{
	font-size: 12px;
	padding: 10px 10px;
	text-align: right;
	width: 270px;
}
.step
{
	font-weight: bold;
}

.error
{
	color: red;
}

.fields
{
	padding: 10px;
	width: 420px;
}

.form h2
{
	display: block;
	font-size: 18px;
	border-bottom: 1px dotted black;
	margin: 0px 0 10px 0;
	clear: left;
}

.form label
{
	display: block;
	font-weight: bold;
	width: 406px;
}

.form label.error
{
	color: red;
}

.form label span
{
	font-size: 0.8em;
	font-weight: normal;
	padding-left: 2px;
/* 	float: right; */
}

.form label span.a
{
	font-size: 1.3em;
	padding: 0px;
}

.form .inputtext
{
	float: left;
	font-size: 12px;
	padding: 4px 2px;
	border: 1px solid #bbb;
	width: 400px;
	margin: 2px 0 10px 0;
}
.form .smaller
{
	width: 310px;
}

.form textarea
{
	float: left;
	font-size: 12px;
	padding: 4px 2px;
	border: 1px solid #bbb;
	width: 400px;
	height: 120px;
	margin: 2px 0 10px 0;
}
.form select
{
	float: left;
	font-size: 12px;
	padding: 4px 2px;
	border: 1px solid #bbb;
	width: 406px;
	margin: 2px 0 10px 0;
/* 	background: #fdfdfd; */
/*
	-moz-border-radius: 9px;
	-khtml-border-radius: 9px;	
	-webkit-border-radius: 9px;
*/
}

