* {
    margin: 0px;
    padding: 0px;
    border: 0px;
    list-style: none;
    text-decoration: none;
    font-weight: normal;
    vertical-align: middle;
    font-size: 14px;
    outline: none;
    color: #333333;
    font-family: Arial, Helvetica, Sans-Serif;
    background: #none;
}
html,body {
	height: 100%;
	width: 100%;
}
h1 {
    color: #999999;
    font-size: 20px;
    text-align: left;
    margin-bottom: 15px;
}
input, textarea
{
    font-size: 14px;
    width: 150px;
    color: #000000;
    background:#ffffff;
    padding:5px;
    border:solid 1px #666666;
	margin-right:10px;
	margin-bottom:10px;

}
table {
	border-top: solid 1px #cccccc;
	border-left: solid 1px #cccccc;
	width:500px;
}
td{
	padding:5px;
	border-bottom: solid 1px #cccccc;
	border-right: solid 1px #cccccc;
	text-align:center;
}
th {
	padding:5px;
	border-bottom: solid 1px #cccccc;
	border-right: solid 1px #cccccc;
	background:#eeeeee;
	text-align:center;
}
hr {
	background:#cccccc;
	color:#cccccc;
	height:1px;
	margin:10px 0px 20px 0px;
}
label {
	margin-bottom:10px;
	display:block;
	width:75px;
	float:left;
	vertical-align:top;
}
.botao
{
    font-size: 14px;
    background: #cccccc;
    width: 125px;
    color: #000000;
    cursor: pointer;
	margin-bottom:0px;
}
#login a {
	text-decoration:underline;
}
#login label, #cadastro label
{
    font-size: 14px;
    color: #666666;
    width:50px;
	padding:5px;
}
#login h1 .botao{
	margin-left:5px;
	font-size:14px;
	padding:1px;
}
#login h1 strong {
	font-size: 20px;
	color: #666666;
	}
#cadastro {
	padding:10px;
	overflow:hidden;
}
#cadastro h1
{
    color: #999999;
    font-size: 20px;
    text-align: left;
    margin-bottom: 15px;
}
#cadastro input {
	margin-bottom:10px;
	float:left;
}
#cadastro label {
	margin-bottom:10px;
	display:block;
	float:left;
}
#cadastro .botao {
	width:75px;
	margin-left:150px;
}