
* {
	margin: 0;
	padding: 0;
}

body {
	background: #606060;
	font: normal normal normal 14px/1.5em "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #363636;
	padding: 10px;
}

fieldset {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 2px solid #7e7e7e;
	background: #7e7e7e;
	color: #fff;
	margin: 0 0 10px;
	padding: 8px;
}

fieldset p {
	margin: 0;
	float: left;
	clear: left;
	width: 100%;
}

input[type=file] {
	background-color: transparent;
	color: #fff;
}

legend {
	font-weight: bold;
	font-size: 14px;
	border: 2px solid #4c4c4c;
	margin: 10px;
	padding: 5px 10px;
	color: #b7b7b7;
	background: #ffffff;
}

label {
	width: 100px;
	font-size: 14px;
	display: block;
	float: left;
}

input {
	font-size: 11px;
	color: #333333;
	background: #fff;
	padding: 3px;
	margin: 0;
	width: 100%;
}

input[type=text] {
	font-size: 20px;


/*	background: #fff url(/images/url.png) 2px center no-repeat;
	text-indent: 16px;
	*/
}

input[type=text]:active {
	color: #111;
}

h1 {
	text-align: center;
	color: #7e7e7e;
	text-shadow: #cacaca 0 1px 0;
	margin-top: 20px;
	margin-bottom: 20px;
	letter-spacing: 2px;
}

h2 {
	font-size: 18px;
}

h3 {
	margin: 0 0 5px 0;
	font-size: 14px;
}

p {
	margin: 5px 0;
}

a {
	text-decoration: none;
}

a:link, a:visited {
	
}

#go {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	display: block;
	text-align: center;
	border: 3px solid #9d9d9d;
	height: 40px;
	background: -webkit-gradient(linear, left top, left bottom, from(#9d9d9d), to(#7e7e7e));
	margin: 0;
	text-shadow: #cacaca 0px 1px 0px;
	font-size: 24px;
	color: #4b4b4b;
	width: 100%;
}

#go:hover {
	border: 3px solid #aaa;
	background: -webkit-gradient(linear, left top, left bottom, from(#aaa), to(#8c8c8c));
	text-shadow: #d6d6d6 0 1px 0;
}

#setup form, #session, .wrapper {
	position: relative;
	margin-right: auto;
	margin-left: auto;
	width: 568px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 4px solid #fff;
	padding: 8px;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#d8d8d8));
	margin-top: 10px;
}

/* @group footer */

#footer {
	width: 100%;
	margin: 15px 0;
	font-size: 11px;
	text-align: center;
	color: #fff;
}

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

#footer a {
	margin: 0 5px;
}

/* @end */

textarea {
	width: 100%;
	height: 100px;
	padding: 10px;
	font-size: 13px;
	color: #363636;
}

/* @group ul */

ul {
	list-style-type: none;
}

ul li a {
	color: #fff;
}

ul.entry li, ul#hood li {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 5px 10px;
	background-color: #3c3c3c;
	color: #fff;
	font-size: 12px;
	margin-bottom: 10px;
}

ul#hood li {
	float: left;
	width: 164px;
	margin-left: 10px;
}

ul#hood li:first-child {
	float: left;
	width: 160px;
	margin-left: 0;
}

ul#hood li span {
	display: block;
	font-weight: bold;
	white-space: nowrap;
}

ul.entry li:hover, ul#hood li:hover {
	background-color: #4c4c4c;
}



/* @end */

span.clear {
	display: block;
	clear: both;
}
