body
{
	margin: 0;
	padding: 0;
	font-family: Helvetica, Ariel, sans-serif;
	background: #a8a7a8 url(/images/body-background.gif) repeat-y center;
	text-align: center;
	color: white;
	font-size: 11px;
}

a
{
	color: white;
}

img
{
	border: 0;
}

#content
{
	width: 851px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding: 0;
	background: black url(/images/content-background.jpg) no-repeat;
}

#header img
{
	display: block;
	margin: 0;
	padding: 0;
	float: left;
}

#player-header
{
	height: 30px;
	color: white;
	clear: both;
	font-size: 17px;
	font-weight: bold;
	padding-left: 105px;
	padding-top: 10px;
	font-family: "Arial Black";
}

.content-block
{
	clear: both;
}

#share-form, #embed-form
{
	width: 450px;
	margin-left: auto;
	margin-right: auto;
}

#share-form
{
	background-color: #5d5d5d;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

div.row, div.button-row {
  clear: both;
  padding-top: 10px;
  }
  
div.button-row
{
	text-align: right;
	padding-right: 24px;
}

div.row span.label {
  float: left;
  width: 100px;
  text-align: right;
  padding-top: 4px;
  }

div.row span.formw {
  float: right;
  width: 335px;
  text-align: left;
  }
  
p.help
{
	font-size: 10px;
	color: #d4d4d4;
	font-weight: normal;
	margin-top: 1px;
	margin-bottom: 0;
}

#embed-code, #friend-address
{
	width: 310px;
}

#sender-address, #sender-name
{
	width: 150px;
}

#message
{
	width: 310px;
	height: 50px;
}

#share
{
	text-align: center;
	font-size: 11px;
	font-weight: bold;
}

#share input
{
	font-size: 11px;
}

#share h2
{
	margin-top: 0;
	font-size: 20px;
	margin-bottom: 10px;
}

#link-to-from
{
	text-align: center;
	clear: both;
	padding-top: 30px;
}

#link-to-from img
{
	vertical-align: middle;
	margin-right: 15px;
}

#footer
{
	margin-top: 30px;
	margin-bottom: 20px;
	text-align: center;
	font-size: 11px;
}


#profiles
{
	float:  right;
	width: 300px;
}

#profiles a
{
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	color: #ffd37f;
}

#profiles img
{
	vertical-align: middle;
	margin-right: 8px;
	margin-bottom: 2px;
}

.answer-chat
{
	margin-top: 20px;
	text-align: center;
	height: 124px;
}

.answer-chat img
{
	padding-top: 27px;
}

.problem-list
{
	font-size: 20px;
	width: 500px;
	margin-left: auto;
	margin-right: auto;
}

.problem-list li
{
	margin-left: 20px;
	margin-right: 20px;
	display: inline;
}

.items
{
	overflow: auto;
	margin-bottom: 20px;
}

.items a
{
	margin-top: 25px;
}

.check-back
{
	margin-top: 20px;
	margin-left: 20px;
}