* {
	margin: 0;
	padding: 0;
}

body {
	background: #ddd url(../images/background.jpg) repeat-x top left;
	font-family: Lucida Sans;
	font-size: 11px;
}	

a {
	color: #f90;
}

input {
	margin-bottom: 7px;
}
label {
	vertical-align: 2px;
}

#pagewidth {
	width: 820px;
	margin: 0 auto;
}
#warning {
	margin-top: 20px;
	border: 1px dashed #f00;
	background: #f3d4d4;
	padding: 20px;
}

#top {
	height: 55px;
	margin-top: 20px;
	padding-top: 10px;
}

#top #views {
	width: 380px;
	float: right;
}
#top #opendoors {
	margin-top: 3px;
	width: 100px;
	float: left;
}
	#top .view {
		float: right;
		display: block;
		margin-left: 10px;
	}

#shockwave {
	background: #a5a09b;
	height: 420px;
}

#tabs {
	margin-top: 20px;	
}
#tabs li {
	color: #666;
	display: block;
	padding: 7px 20px;
	float: left;
	background: #bbb url(../images/fade.png) repeat-x top left;
	margin-left: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: bold;
}
#tabs li.active {
	color: #000;
	background-color: #f90;
}


.content {
	-moz-border-radius: 3px;
	background: #fff;
	clear: both;
	padding: 10px;
	margin-bottom: 10px;
}
	
ul {
	list-style: none;
	margin-top: 5px;
}

.button {
	width: 40px; 
	height: 40px; 
	display: block; 
	float: left;
	margin-right: 5px;
}

.small_button {
	border: 1px solid #495970;
	color: #fff;
	text-decoration: none;
	padding: 4px 10px;
	display: block;
	width: 150px;
	margin-top: 4px;
	background: #81ade8;
}

.small_button:hover {
	background:#6389bc;
}