html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, table, p, td, div, span, img, form, fieldset, legend {
	margin: 0;
	padding: 0;
	border: 0;
}

a img {
	border: 0;
}

body {
	background-color: black;
	background-image: url('../images/bg.jpg');
	background-repeat: no-repeat;
	background-position: top left;
	font-family: helvetica, arial, sans-serif;
	color: #cccccc;
	font-size: 10pt;
	line-height: 14pt;
	margin: 0;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

a {
	color: #cccccc;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

h2 {
	color: #aaaaaa;
	font-size: 10pt;
	margin-top: 14pt;
}

div#content {
	background-color: rgba(0, 0, 0, 0.3);
	border-top: 1px solid #222222;
	border-left: 1px solid #222222;
	position: absolute;
	top: 153px;
	left: 400px;
	padding: 20px;
	padding-bottom: 100px;
	width: 370px;
}

div#footer {
	position: absolute;
	top: 440px;
	left: 40px;
	color: gray;
	width: 335px;
	font-size: 8pt;
}

div#footer a {
	color: gray;
}

div.cc {
	float: right;
}

div#ringtones {
	overflow: auto;
	border: 1px solid gray;
	border-color: rgba(127, 127, 127, 0.2);
	margin-top: 14pt;
	height: 300px;
}

table {
	border-collapse: collapse;
	background-color: rgba(0, 0, 0, 0.2);
	width: 100%;
}

td {
	padding: 7pt;
	padding-right: 10pt;
	vertical-align: middle;
}

td.date {
	width: 60px;
}

td a {
	font-weight: bold;
	font-size: 14pt;
}

p.expl {
	font-size: 8pt;
	margin-top: 7pt;
	color: gray;
}

p.expl a {
	color: gray;
}

div#subscribe {
	margin-top: 14pt;
	text-align: right;
}

div.shoutbox p {
	margin-bottom: 7pt;
}

span.postedAtBy {
	color: #666666;
}

div.shoutbox span.postedBy {
	font-weight: bold;
}

label {
	display: block;
	float: left;
	width: 60px;
}

input.text {
	background-color: black;
	border: 1px solid #212121;
	color: gray;
	width: 200px;
	font-size: 8pt;
	font-family: helvetica, arial, sans-serif;
}

textarea {
	background-color: black;
	border: 1px solid #212121;	
	color: gray;
	width: 200px;
	height: 40px;
	font-size: 8pt;
	font-family: helvetica, arial, sans-serif;
}

input.submit {
	margin-top: 3px;
	margin-left: 200px;
}

input.dum {
	position: absolute;
	top: 0;
	left: -1000px;
}
