* {
	margin:0;
	padding:0;
	text-decoration:none;
    list-style:none;
}
/*
html img{
	filter:expression(
    this.alphaxLoaded ? "" :
    (
   this.src.substr(this.src.length-4)==".png"  ?  ( (!this.complete) ? "" :
   this.runtimeStyle.filter=
   ("progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+this.src+"')")+
   (this.onbeforeprint="this.runtimeStyle.filter='';this.src='"+this.src+"'").substr(0,0)+
   String(this.alphaxLoaded=true).substr(0,0)+
   (this.src="../img/skins/blank.gif").substr(0,0)
   ) :  this.runtimeStyle.filter="" )
   );
}
 */
body {
	background: #323232;
	color: #525252;
	font-family:'lucida grande',verdana,helvetica,arial,sans-serif;
	font-size:90%;
	margin: 0;
}

h2 img{	float:left; margin:12px 8px;  }
h2{
  font-family: Times New Roman, Arial, Verdana;
  line-height:60px;
  display:table;
  color:#0099cc;
}

#mensagem{
  height:22px;
  padding:0 5px;
  margin:10px 0;
}


#ok, #erro, #alerta{
  text-align:center;
  padding:2px;
  font-weight:bold;
  text-transform: uppercase;
}
#ok{
  color:#FFF;
  border:1px solid #006600;
  background-color: #009900
}
#erro{
  color:#FFF;
  border:1px solid #300;
  background-color: #C00
}
#alerta{
  color:#555;
  border:1px solid #666;
  background-color: #FF9
}

#rodape{
    text-align:center;
    margin-top:20px;
    color:#666;
}

input, textarea {
	background-image:url('../img/skins/input.jpg');
	background-position:top left;
	background-repeat:repeat-x;
	border:1px solid #c0c0c0;
	padding:1px 2px;
}
.btn{
	font-size: 80%;
	border:1px solid #c0c0c0;
	border-bottom:1px solid #9b9b9b;
	border-right:1px solid #9b9b9b;
	padding: 0.2em;
	background:#fff url("../img/skins/buttonEnabled.png") repeat-x bottom left;
	cursor:pointer;
	color:#333;
    text-align:center;
}
.btn:hover{
	border-color:#a5beda;
	border-bottom-color:#5c7590;
	border-right-color:#5c7590;
	color:#000;
	background:#fcfdff url("../img/skins/buttonHover.png") repeat-x bottom;
}

legend{
  padding:0 15px;
  color:#0099cc;
}

fieldset{
  border:1px solid #999;
}

