@charset "utf-8";
/* CSS Document */

.logged-in-as {
	display:none;
}
#commentform	{
	padding-top: 10px;
}
.chatform	{
	padding: 10px;
	width: 600px;
	margin-bottom:10px;
	border-bottom: 1px solid #a0a0a0;
	float:left;
}
.commentform	{
	padding: 5px 5px 0px 0px;
	width: 590px;
	margin-bottom:10px;
	height:125px;
	margin-left:30px;
	display: none;
}
.formlabel	{
	float:left;
}
#loginbox	{
	margin-left: 0px;
	width: 600px;
	margin-bottom:10px;
	float:left;
	min-height:100px;
	border-bottom: 1px solid #a0a0a0;
}
#logintext	{
	float:left;
	width:600px;
	border-bottom: 1px solid #a0a0a0;
	margin: 5px 0px;
}
#loginlinks	{
	width:600px;
	float:left;
}
#social_login {
	width:140px;
	float:left;
}
#login_form {
	width:440px;
	float:right;
	margin-top: 2px;
}

.arrow_placement {
	float: left;
	margin-top: 10px;
}
.chat-title {
	font-size:16px;
	font-weight:bold;
}
.chat-content-box {
	margin-left: 80px;
	padding: 5px;
	width: 530px;
	background: #ffffff;
}
.chat-content-box-inside {
	margin-left: 80px;
	padding: 5px;
	width: 500px;
	background: #ffffff;
}
.button {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#ff0000;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
}
.button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
}
.button:active {
	position:relative;
	top:1px;
}