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

body {
background:url(images/bg.jpg);
background-color:black;
background-repeat:repeat-x;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

a:link {
	color: #0099FF;
}
a:visited {
	color: #CCCC00;
}
a:hover {
	color: #FFFF00;
}
a:active {
	color: #99FF00;
}

div.borderdic {
	border:1px solid #111;
	background-color:#222;
	width:708px;
	padding:2px;
	margin:2px;
}


div.warpdic {
 	width:718px;
	background-color:#333;
	display:inline-table;
	border:1px solid #ff9;
	padding:3px;
	margin:3px;
}

input.buttdic {
width:24px;
height:24px;
text-font:arial;
text-size:14px;
margin:0px;
}