html,body {
	margin:0;
	padding:0;
}
body {
	background:#5e5f5f url('/images/bg.png') repeat-x;
	font-family:'Myriad Pro',Helvetica,Arial,sans-serif;
	color:#333;
}
a {
	text-decoration:none;
	color:#333;
}
a img {
	border:0;
}
fieldset {
	border:none;
	padding:0;
}
h1,h2,h3,h4,h5,.stats div p,.error {
	margin:0;
}
label {
	clear:left;
	padding-top:.3em;
	cursor:pointer;
	display:block;
}
input[type=text],input[type=password],input[type=submit],button,select {
	clear:left;
	width:12em;
	border:1px solid #ccc;
	font-family:'Myriad Pro',helvetica,arial,sans-serif;
	font-size:2em;
	text-align:center;
	color:#333;
	background:#fff;
	margin-bottom:.3em;
}
input[type=submit],button {
	margin-top:.3em;
}
#container {
	position:relative;
	width:47em;
	margin:0 auto;
}
#header {
	height:100px;
}
#header img {
	position:absolute;
	height:131px;
	width:326px;
	top:.5em;
	z-index:10;
}
.content {
	background-color:#fff;
	border:1px solid #698fac;
	padding:1em;
	margin-top:1em;
	-moz-border-radius:8px;
	-khtml-border-radius:8px;
	-webkit-border-radius:8px;
}
.footer {
	font-size:.7em;
}
.footer a {
	color:#fff;
}
.item,.store,.account,.footer,.example {
	text-align:center;
}
.nav {
	position:absolute;
	top:.5em;
	right:0;
	text-align:right;
	font-size:.8em;
	color:#333;
}
.nav a {
	color:#333;
	margin-left:.5em;
}
.nav a:hover,.about p a,.example p a,p.example a,.item p a,.index p a  {
	text-decoration:underline;
}
.nav span {
	display:block;
	clear:both;
	margin-top:.5em;
}
.items span,.stores span {
	display:inline-block;
	vertical-align:middle;
	width:19%;
}
.header,label {
	font-weight:bold;
}
.list:hover{
	background:#d5e4fd;
}
.alt{
	background:#dfdfdf url('/images/highlight.png') repeat-x;
}
.sellout * {
	color:#aaa;
}
.sellout span {
	text-decoration:line-through;
}
.code {
	font-size:.9em;
}
.example p {
	margin:1em;
}
.index {
	text-align:left;
}
.index img {
	margin-left:1em;
	float:right;
}
.upload {
	display:inline-block;
	width:30%;
	vertical-align:top;
}
.table {
	padding:1em 0;
}