

body {
	background: black;
	font-family: Helvetica, Arial;
}

body, h1, h2, h3, h4, h5, h6, p {
	margin: 0;
	padding: 0;
	display: block;
}

#container {
	padding: 20px;
	width: 700px;
}

#newuserpanel {
	padding: 20px;
	background: #c0c0c0;
	width: auto;
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
}

#newuserpanel .header {
	margin: -5px 0 0 0;
}

#newuserpanel h2 {
	font-weight: normal;
	display: none;
}

#newuserpanel .header h3 {
	font-weight: normal;
	font-size: 23px;
	display: block;
	margin: 0 0 5px 0;
	letter-spacing: -1px;
	color: black;
}

#newuserpanel .header h4 {
	font-weight: normal;
	font-size: 13px;
	color: #606060;
}

#newuserpanel a {
	text-decoration: none;
}

#newuserpanel .item-mask {
	overflow: hidden;
	width: auto;
	margin: 10px 0px 0 0px;
}

#newuserpanel .items {
	height: 200px;
	width: 1500px;
	margin: 0 10px 0 0;
}

#newuserpanel .item {
	background: #00BFFD;
	width: 172px;
	height: 160px;
	padding: 20px;
	display: inline-block;
	float: left;
	margin: 0 10px 0 0;
	text-decoration: none;
	color: white;
}

#newuserpanel .item:hover {
	background: #20DFFF;
}

#newuserpanel .item:active {
	background: #10CFED;
}

#newuserpanel .item h3 {
	display: block;
	padding: 0 0 10px 0;
	font-size: 23px;
	letter-spacing: -1px;
	line-height: 90%;
}

#newuserpanel .item .description {
	font-style: italic;
	font-size: 12px;
	display: block;
}


#newuserpanel #usefullinks ul {
	margin: 0;
	display: block;
	list-style-type: none;
	padding: 0;
}

#newuserpanel #usefullinks li {
	padding: 0;
	display: block;
	margin: 0 0 1px 0;
}

#newuserpanel #usefullinks a {
	display: block;
	padding: 10px;
	background: white;
	color: #00BFFD;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 11px;
}

#newuserpanel #usefullinks a:hover {
	background: #B0FFFF;
}

#newuserpanel #usefullinks a:active {
	background: #E0FFFF;
}


#newuserpanel #close {
	float: right;
	cursor: pointer;
	margin: -5px -5px 10px 10px;
	background: white;
	font-weight: bold;
	font-size: 11px;
	padding: 5px 8px;
	text-transform: uppercase;
}

#newuserpanel #close:hover {
	background: #f8f8f8;
}

#newuserpanel #close:active {
	background: #f0f0f0;
}

#topics {
	padding: 20px;
	font-size: 40px;
	background: #808080;
	margin: 0 0 20px 0;
}



#newusertoggle {
	padding: 20px;
	font-size: 30px;
	background: #E5368E;
	cursor: pointer;
	margin: 0 0 20px 0;
	display: none;
}

#newusertoggle:hover {
	background: #FF56AE;
}

#newusertoggle:active {
	background: #F5469E;
}


.roundedcorners {
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}