/* CSS Document */
@import "default.css";

#esq{
	width:360px !important;
}
#dir{
	width:300px !important;
	margin-left:400px !important;
	padding-bottom:20px;
}

#esq form{
	/*border:1px solid red;*/
}
#esq table{
	/*border:1px solid green;*/
	border-collapse:collapse;
	margin-left:30px;
}
#esq table label{
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#980000;
	margin-top:7px;
}
#esq table textarea{
	width:300px;
	height:100px;
}
#esq td{
	padding-left:10px;
}
#esq td button{
	font-family:arial;
	font-size:11px;
	color:white;
	background-color:#DA0000;
	border:none;
	width:65px;
	height:20px;
	margin-right:3px;
	cursor:pointer;
}
strong{
	color:#4D0000;
}
#dir a{
	display:inline !important;
	color:#0D01FE !important;
}
