html {
	height: 100%;
	color: #000;
	background: #FFF;
}

body {
	height: 100%;
}

#nonFooter
{
position: relative;
min-height: 100%;
}

/* begin IE6 */
* html #nonFooter
{
height: 100%;
}
/* end IE6 */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,img {
	border: 0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
	font-weight: normal;
}

li {
	list-style: none;
}

caption,th {
	text-align: left;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before,q:after {
	content: '';
}

abbr,acronym {
	border: 0;
	font-variant: normal;
}

sup {
	vertical-align: text-top;
}

sub {
	vertical-align: text-bottom;
}

input,textarea,select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}

input,textarea,select {
	/* begin IE6 */ *font-size:100%; /* end IE6 */
}

legend {
	color: #000;
}

body {
	font: 13px/1.231 arial,helvetica,clean,sans-serif;
	/* begin IE6 */
	*font-size: small;
	*font: x-small;
	/* end IE6 */
}

table {
	font-size: inherit;
	font: 100%;
}

pre,code,kbd,samp,tt {
	font-family: monospace;
	/* begin IE6 */ *font-size: 108%; /* end IE6 */
	line-height: 100%;
}










/* Main Theme for Traffica: */

html {
	overflow-y: scroll;
}
html, body {
	margin: 0;
	padding: 0;
	background: #191919;
	font: 16px/1.5 Lucida Sans, sans-serif;
	color: #222;
	cursor: default;
}
body {
}
a, a:hover, a:visited {
	color: #820;
	text-decoration: none;
	cursor: pointer;
}
body a:hover {
	color: #A42;
	text-decoration: underline;
}
div.home-wrap {
	display: block;
	position: relative;
	width: 560px;
	top: 50%;
	margin: -156px auto 0;
	padding: 20px;
	border: 1px solid #FFF6EE;
	background: #FFF6EE;
}
div.wrap {
	display: block;
	position: relative;
	top: 50px;
	width: 660px;
	margin: 0 auto 10px;
	padding: 20px;
	border: 1px solid #FFF6EE;
	background: #FFF6EE;
}
p {
	margin: 1.5em 0;
}
.center {
	text-align: center;
	text-indent: 0;
}
.traffica {
	color: #820;
	font-weight: bold;
	font-size: 34px;
	font-family: Georgia,serif;
	letter-spacing: -2px;
}
.big {
	font-weight: bold;
	font-size: 28px;
}



#footer {
	display: block;
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	background: url('images/light-gradient.png') center top repeat-x #CCC;
	opacity: 0.8;
	border: none;
	border-top: 1px solid #820;
	font-size: 120%;
	text-align: center;
	color: #666;
}




/* forms */

form {
	position: relative;
	margin: 10px;
	border: none;
	padding: 0;
	text-align: center;
	overflow: hidden;
}

fieldset {
	display: block;
	margin: 3px 10px;
	padding: 3px;
	text-align: left;
	/*
	border: 1px solid #CCC;
	border-left: 3px solid #888;
	*/
}

label {
	display: block;
	float: left;
	clear: none;
	width: 10em;
	padding: 3px;
	text-align: right;
	color: #555;
	cursor: default;
}

label .label_semicolon {
	display: inline;
}

input.text, textarea {
	display: block;
	float: left;
	clear: none;
	width: 400px;
	padding: 2px;
	margin: 0;
	background: url('images/light-gradient-invert.png') 0 -50px repeat-x #FFF;
	border: 1px solid #BBB;
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 88%;
	color: #333;
	text-align: left;
	cursor: text;
}
body input.text:focus, body textarea:focus {
	background-position: left bottom;
	border-color: #842;
	color: #000;
}

input.button {
	display: inline;
	float: none;
	clear: none;
	margin: 3px 30px;
	padding: 1px 15px;
	background: url('images/light-gradient.png') center center repeat-x #CCC;
	border: 1px solid #BBB;
	border-bottom-color: #999;
	text-align: center;
	color: #820;
	font-weight: bold;
	font-size: 130%;
	font-family: Georgia,serif;
	letter-spacing: -1px;
	overflow: hidden;
	cursor: pointer;
}
input.button:hover, input.button.hover {
	background-position: center top;
	color: #820;
}
input.button:active, input.button.pressed {
	padding: 2px 15px 0;
	background-image: url('images/light-gradient-invert.png');
	background-position: center top;
	border-color: #777;
	border-top-color: #444;
	border-bottom-color: #AAA;
}

/*
input.button {
	display: block;
	float: left;
	clear: none;
	width: 280px;
	height: 40px;
	margin: 0 30px;
	padding: 0;
	background: url('images/button.png') center 0 no-repeat;
	border: none;
	text-align: center;
	color: #820;
	font-weight: bold;
	font-size: 160%;
	font-family: Georgia,serif;
	letter-spacing: -1px;
	overflow: hidden;
}
input.button:hover, input.button.hover {
	background-position: center -40px;
	color: #A42;
}
input.button:active, input.button:focus, input.button.pressed {
	background-position: center -80px;
	color: #610;
}
*/








/* specific styles */
.register_intro {
	margin: 10px 50px 30px;
	padding: 10px;
	background: url('images/light-gradient.png') left top repeat-x #CCC;
	border: 1px solid #AAA;
	color: #321;
	text-align: center;
}








