body {
	background-color:	#FFFFFF;
	color:				#000000;
	font-family:		Arial;
	font-size:			14px;

	cursor:				default;
}


a:link, a:visited {
	color:				#0000FF;
	text-decoration:	underline;
}

a:hover {
	color:				#0000FF;
	text-decoration:	none;
}

a:active {
	color:				#FF0000;
	text-decoration:	underline;
}

img {   border: none; 
}

fieldset {
        background-image: url(http://www.batoru-chat.de/img/hintergrund.png);
        background-attachment: scroll;
        background-repeat: repeat-x;
        width: 700px;
        height: 300px;
	width:				300px;
	border:				0px;
	-moz-border-radius:	10px;
	margin-left:		auto;
	margin-right:		auto;
	padding:			26px;
	text-align:			left;
}

     #box {
       left: 0px;
       top: 0px;
       width: 100%;
       height: 100%;
     }

     #table {
       height: 100%;
       width: 100%;
     }

     #cell {
       text-align: center;
       vertical-align: middle;
     }
