/* CSS BoxMania */

html {}
body {}

* {}

h1, h2, h3, h4, h5, h6 {}

a {}
a:link {}
a:visited {}
a:hover {}
a:active {}

body {
	background: #66FFFF; 
     }

div#login
       {
	background: #FFCC7F;
	border: 1px solid blue;
	font-family: verdana,arial,helvetica;
	width: 350px;
	position: absolute;
	left: 200px;
	top:  50px;
	height: 100px;
	padding: 10px 10px 10px 10px;
	}



div#login tr.button td
	{
	   padding-top: 20px;
	}



