html, body {
    height: 100%;
}

body {
    #background-image: url("../images/background/fundodegrade.jpg");
    background-repeat: repeat-x;
    background-color: #e5e5e5;
	margin: 0px;
	padding: 0px;
}

input, select {
    background-color: #F6F6F6;
    border: solid 1px #686868;
    padding: 2px;
    line-height: 15px;
}

select {
    padding: 0px;
}

.aviso, a {
    font-size: 10px;
    color: #FFF;
}

.borda {
    border: solid 1px #3e5d7a;
}

.botao {
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    border: outset 1px #686868;
    padding: 2px 10px 2px 10px;
}

#masterbox {
    max-height: 100%;
    overflow: auto;
	_height: expression((document.getElementById('bodyLogin').clientHeight -1) + "px");
}

#masterbox table{
	margin-top: 15px;
}