@charset "utf-8";

/* CSS Document */



body {

	background-color: #44344F;

	margin: 0px;

}

img {

	border-top-width: 0px;

	border-right-width: 0px;

	border-bottom-width: 0px;

	border-left-width: 0px;

}

#main-container {

	width: 1000px;

	margin-right: auto;

	margin-left: auto;

	position: relative;

}

#header-nav {

	width: 1000px;

	position: relative;

}

#player-chat {

	background-image: url(../images/player-chat.jpg);

	background-repeat: no-repeat;

	position: relative;

	height: 598px;

	width: 1000px;

}
#player-chat1 {
	position: relative;
	height: 598px;
	width: 1000px;
	background-image: url(../images/login_bg.jpg);
	background-repeat: no-repeat;
}


#player-chat-contents {
	position: relative;
	width: 940px;
	left: 30px;
	top: 40px;

}
.form {
	height: auto;
	width: 200px;
	margin-right: auto;
	margin-left: auto;
}


#player {

	height: 420px;

	width: 620px;

	position: relative;

	float: left;

}

#preview {
	height: 400px;
	width: 600px;
	position: relative;
	margin-right: auto;
	margin-left: auto;

}

#chat {

	height: 420px;

	width: 300px;

	position: relative;

	left: 20px;

	float: left;
	background-color:#000000;

}

#donate-online {
	height: 76px;
	width: 620px;
	position: relative;
	left: 30px;
	top: 69px;
	float: left;

}
#player-chat1 .form label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #BCB2F9;
	line-height: 20px;
}
#player-chat1 .form .textbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #351D4D;
	width: 200px;
	height: 25px;
	margin-bottom: 15px;
}
.submit {
	background-image: url(../images/submit.jpg);
	background-repeat: no-repeat;
	height: 25px;
	border: 0px;
	width: 75px;
	margin-left:62px;
	margin-top: 10px;
}

#share-links {
	float: left;
	height: 42px;
	width: 300px;
	position: relative;
	top: 85px;
	left: 49px;
}


#web-links {

	width: 1000px;

	position: relative;

	clear: both;

}

#content-text {

	position: relative;

	width: 1000px;

}
#TabbedPanels1
{
	position:relative;
	top:5px;
	left:5px;
	background-color:#2b385b;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#TabbedPanels1 a
{
	text-decoration:underline;
	color:#FFFFFF;
}
#TabbedPanels1 a:hover
{	
	text-decoration:none;
}
#TabbedPanels1 p
{
	font:Arial;
	font-size:14px;
	font-weight:bold;
	padding:5px;
	color:#FFFFFF;
}
