div.container {
	background-color: #eee; border: 1px solid red; margin: 5px; padding: 5px; width: 500px;
}
.botao {
	CURSOR: hand;
    cursor: pointer;
    border: 1px;
    border-style: solid;
    border-color: black;
    font-weight: bold;
    color: white;
    background-color: red;
    FONT-FAMILY: Verdana, Arial;
    FONT-SIZE: 11px;
    height:17px
}
.new_title{
	text-align: left;
	text-decoration: none;
	text-transform:uppercase;
	text-shadow: white;
	color: white;
	font-family: Verdana;
	font-weight: bold;
	text-shadow:white;
	font-size: 14px;
	padding-top: 10px;
	padding-left: 5px;
}