body {
	font-family: Arial, Verdana, Arial, sans-serif;
	font-size: 13px;
	background-color:#0c0b09;
	color: white;
	margin:0px;
	padding:0px;
	background-repeat:no-repeat;
}
#container {
	margin: 0 auto;
	position: relative;
	height: auto;
	width: 320px;
}
#logo {
	height:150px;
	width:320px;
	background:url('/img/mobile/header.jpg');
	margin-bottom:5px;
}
#login {
	position:relative;
	padding:10px;
	
}
#login .email {
	position:relative;
	height:30px;
	width:200px;
	background:url('/img/email.png');
}
#login .password {
	position:relative;
	height:30px;
	width:200px;
	background:url('/img/password.png');
}
#login .email input, #login .password input {
	position:absolute;
	top:5px;
	left:36px;
	height:20px;
	width:157px;
	background-color:transparent;
	border:0px;
	padding:0px;
	text-align:center;
}

#login .loginbutton {
	display:block;
	width:73px;
	height:34px;
	background: transparent;
	background-image:url('/img/button.login.png');
	border:none;
	cursor:pointer;
}
#login .loginbutton:hover { background-position: 0 -34px; }
#login .loginbutton:active { background-position: 0 -68px; }

#facebook {
	height:29px;
	width:29px;
	background:url('/img/facebook.png');
	border:0px;
	padding:0px;
	display:block;
	float:right;
}
#facebook:hover { background-position: 0 -29px; }

#box_errors, #box_success {
	position:relative;
	background:url('/img/bg/b80.png');
	border:1px solid #6a929c;
}
#box_errors{ color:red; }
#box_success{ color:green; height:70px; }
#box_errors a.close, #box_success a.close {
	position: absolute;
	top:5px;
	right:5px;
	width:16px;
	height:16px;
	background:url('/img/close.png');
}

#button_register {
	position:absolute;
	top:355px;
	left:268px;
	display:block;
	width:454px;
	height:100px;
	background:url('/img/button.register.png') repeat scroll 0 0;
	
}
#button_register:hover { background-position: 0 -100px; }

input {
	color:#baae9b;
}

.text-label {
    color: #6a929c;
    font-weight: normal;
}

.headline { font-size:15px; font-weight:bold; color:#6a929c }

a:link, a:visited, a:active {
	color: #baae9b;
	text-decoration: none
}
a:hover { text-decoration: underline; }

div.rcbox {
	border:1px solid #757575;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	padding:1px;
	background:url('/img/bg/b10.png');
}

div.roundcorners {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

div.links a {
	display:block;
	height:30px;
	line-height:30px;
	background-color:black;
	text-decoration:none;
	border:1px solid #757575;
	border-bottom:none;
	text-align:center;
	color:#757575;
}
div.links a:hover {
	background-color:#757575;
	color:black;
}
div.links a.first {
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
div.links a.current {
	background-color:#555555;
	color:white;
}
div.links a.last {
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom:1px solid #757575;
}

p { margin:0px; }
img { border: 0px; }
table { table-layout: fixed; border-collapse: collapse; }
table td { padding: 0; }

div.float { float:left; }
div.flt20 { float:left;width:20% }
div.flt25 { float:left;width:25% }
div.flt33 { float:left;width:33.33% }
div.flt40 { float:left;width:39.9% }
div.flt50 { float:left;width:50% }
div.flt66 { float:left;width:66.66% }
div.flt75 { float:left;width:74.9% }
div.flt80 { float:left;width:79.9% }
div.clearer { clear:both }
.bold { font-weight:bold }
.center { text-align:center }
.middle { vertical-align:middle }
.right { text-align:right }
.left { text-align:left }
.fleft { float:left }
.fright { float:right }
.w100p { width:100% }
.small { font-size:10px; }
.verysmall { font-size:7px; }
.block { display:block; }

.colhead, .row1, .row2, th, .row1 td, .row2 td {padding:2px 5px; height:23px}
.colhead, th { background:#3c3c3c; color:#6a929c; }
.row1 { background:#4e483a; color:white; }
.row2 { background:#857b65; color:white; }

hr {
	border:0px;
	border-top:1px solid #6a929c;
}

.colRed { color:red; }
.colGreen { color:green; }
.colOrange { color:#fe682d; }
.colGray { color:#c6c6c6; }
.colHeadline{ color:#6a929c; }

.mb1  { margin-bottom:1px }
.mb5  { margin-bottom:5px }
.mb10 { margin-bottom:10px }
.mb15 { margin-bottom:15px }
.mt5  { margin-top:5px }
.mt10 { margin-top:10px }
.mt15 { margin-top:15px }
.mr5 { margin-right:5px }
.ml5 { margin-left:5px }
.mr10 { margin-right:10px }
.ml10 { margin-left:10px }
.ml15 { margin-left:15px }
.pl5 { padding-left:5px }

.h20 { height:20px; line-height:20px; }
.h25 { height:25px; line-height:25px; }
.h30 { height:30px; line-height:30px }