html,
body 
{
	margin:0;
	padding:0;
	font-size:10pt;
	text-align:center;
	font-family:Segoe UI, Calibri, Tahoma;
	background:white url(./Images/ZeroGradoBackground.png) repeat;
}

object
{
  margin-left:11px;
  z-index:1343;
  position:absolute;
}

p
{
	margin:0;
  margin-bottom:4px;
	text-align:justify;
}

h4
{
	margin:0;
	padding:0;
	color:black;
  font-size:95%;
  line-height:20px;
  height:20px;
	background:transparent url(./Images/Stars.png) no-repeat;
}

h5
{
  margin:0;
  padding:0;
	font-size:9pt;	
	font-weight:normal;
	color:#333;
}

input, textarea
{
	padding:0;
	margin:4px 0 4px 0;
	border:1px dashed #303976;
	width:250px;
}

input.button
{
	border:1px solid #136;
	background-color: #59F;
	font-weight:bold;
  padding:0 10px 0 10px;
  width:auto;
}
