* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html, body {
    background-color: #EEE;
    color: #333;
    font-family: Verdana,sans-serif;
    font-size: 13px;
}
.join {
	margin: 5em auto 0;
	padding: 3em;
	background: rgba(255,255,255,0.75);
	width: 420px;
	box-shadow: 5px 6px 0 #ccc;
	float: right;
}
.wrapper {
	margin: 0 auto;
	width: 630px;
	overflow: auto;
	padding:5px;
}
.maskot {float: left;}
.anon {
	background: rgba(227, 227, 227, 1);
	color: #999999;
	padding: 5px;
	margin-bottom: 5px;
	width: 239px;
	text-align: center;
	border: none;
}
.anon:focus {
	background: #d3d3d3;
}
input, textarea {outline:none;}  
.login {
	display: inline-block;
	color: #777;
	padding: 5px 24px;
	text-decoration: none;
	cursor: pointer;
	border: none;
	background: #e1e1e1;
	cursor: pointer;
}
.login.sm {width:98px;}
.login.sm.right {height: 59px;float: right;}
.anon.left {float: left;}
.login.big {width:136px;}
.login:hover {
	background-color:#d3d3d3;
}
.login:active {
	position:relative;
	top:1px;
}
.header {
    margin-bottom: 20px;
    font-size: 30px;
    color: #ff7000;
    text-align: center;
    clear: both;
    overflow: hidden;
    padding: 20px 0 15px 0;
    width: 1000px;
    margin: auto;
    margin-bottom: 30px;
}
.header a {
    text-decoration: none;
}
.logo {
    background: url("/static/img/dvlogo.png") no-repeat scroll 0 0 transparent;
    color: #F26722;
    font-size: 46px;
    font-weight: bold;
    padding: 0 0 0 40px;
}
