*{
	margin: 0;
	padding: 0;
}

body{
	font-family: "Arial";
	background: #fff9d3;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff9d3), to(#fff)) fixed;
	text-shadow: 1px 1px 0px Grey;
}

img{
	border: none;
}


a{
	color:#8b6914;
	text-decoration: none;
	font-weight: bold;
}

a:hover{
	color: Black;
	text-decoration: none;
	font-weight: bold;
}

input{
	padding: 5px;
	font-family: "Sans";
	border-radius: 5px;
	-moz-border-radius: 5px;
	box-shadow: 2px 2px 2px Black;
	-webkit-box-shadow: 2px 2px 2px Black;
	-moz-box-shadow: 2px 2px 2px Black;
}

#main{
	padding: 10px;
}

#leftbig{
	float: left;
	width: 60%;
	text-shadow: none;
}

#rightsmall{
	float: right;
	width: 200px;
	border: 2px solid grey;
	padding: 10px;
	margin-right: 10px;
	background-color: #ffeb62;
	border-radius: 10px;
	-moz-border-radius: 10px;
	box-shadow: 7px 7px 7px Grey;
	-webkit-box-shadow: 7px 7px 7px Grey;
	-moz-box-shadow: 7px 7px 7px Grey;
}

#paneltop{
	width: auto;
	background-color: #ffeb62;
	padding-left: 10px;
}

#error{
	display: none;	
	margin: 10px;
	width: 400px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	background-color:#ffe6a8;
	color:#650000;
	border-radius: 10px;
	box-shadow: 7px 7px 7px Grey;
	-webkit-box-shadow: 7px 7px 7px Grey;
	-moz-box-shadow: 7px 7px 7px Grey;
}

#error a{
	color:#7a6225;
	font-weight: normal;
	text-decoration: none;
	font-size: small;
	border-bottom: 1px dotted;
	float: right;
}

#chatplace{
	padding: 10px;
}

#newuser{
	padding: 0px;
	font-family: "Arial";
}

#newuser{
	color: Grey;
}

#history{
	color:#7a6225;
	font-weight: normal;
	text-decoration: none;
	font-size: medium;
	border-bottom: 1px dotted;
}

#mainlogin{
	margin: auto;
	padding: 5px;
	text-align: center;
}

#loginform{
	margin: auto;
	text-align: left;
	width: 500px;
	margin-top: 10%;
	padding: 10px 10px 10px 110px;
	border: 2px solid Grey;
	background-color: #ffeb62;
	border-radius: 50px;
	-moz-border-radius: 50px;
	box-shadow: 10px 10px 10px Grey;
	-webkit-box-shadow: 10px 10px 10px Grey;
	-moz-box-shadow: 10px 10px 10px Grey;
}

.code{
	color:Grey;
	font-weight: normal;
	text-decoration: none;
}

#advbr{
	margin: 15px 0px 30px 0px;
}

#advbr img{
	text-align: center;
	margin: 0px 30px 0px 0px;
}

.bytom{
	color: black;
	text-decoration: none;
}
