.layer{
	background:#000 repeat-x left bottom;
	color:black;
	font-family: 'Comic Sans MS';
}
.layer a{color:black;}
.layer .links{
	font-style:normal;
	font-size:0.95em;
	text-align:center;
}
.layer .links a{padding:0 4px;}
.layer form{
	background: #fff;
	padding:10px 15px;
}
.layer .in{
	padding:5px 10px 10px 10px;
	position:relative;
}
.layer h2{
	font-size:1.3em;
	font-family: "Trebuchet MS",Arial, Helvetica, sans-serif;
	color: white;
	margin: 0 0 2px;
	background:#000 url(../img/comments_h2.jpg) repeat-x left 1.2em;
	font-variant: small-caps;
}
.layer h2 span{
	background:#000;
}
.layer .in2{
	background:#6f6f6f;
	padding:6px;
}
.layer .close{
	position:absolute;
	right:2px;
	top:2px;
	cursor:pointer;
}
.layer p{
	font-size:1.1em;
	font-style:italic;
}
.layer label{
	display:block;
	padding-bottom:15px;
}
.layer label span{
	display:block;
	float:left;
	width:90px;
	margin-right:4px;
	font-style:italic;
	font-size:1.1em;
}
.layer label input,.layer label select,.layer label textarea{
	width:255px;
    border:1px solid black;
}
.layer {
  display:none;
  width:450px;
  height:200px;
  min-height:200px;
}
.mini{
	height:100px;
	min-height:100px;
}
body > .layer,body > .mini{
	height:auto;
}
.button{
	background:#FF9999 url(../img/button_bg.png) repeat-x left bottom;
	border:1px solid #000;
	color: white;
	font-weight:bold;
	/*font-style:italic;*/
	font-size:1.1em;
	padding:3px 8px !important;
	cursor:pointer;
	box-shadow: 0 0 10px #000;
	-moz-box-shadow: 0 0 10px #000;
	-webkit-box-shadow: 0 0 10px #000;
}
.button:hover{
	/*background-image:url(../img/fbutton-hover.jpg);*/
	box-shadow: 0 0 15px #000;
	-moz-box-shadow: 0 0 15px #000;
	-webkit-box-shadow: 0 0 15px #000;
}
.button_dark{
	background:  #333;/* url(../img/button_bg_dark.png) repeat-x left bottom;*/
	border:1px solid #000;
	color:white;
	font-weight:bold;
	/*font-style:italic;*/
	font-size:1.1em;
	padding:3px 8px !important;
	cursor:pointer;
	box-shadow: 0 0 10px #000;
	-moz-box-shadow: 0 0 10px #000;
	-webkit-box-shadow: 0 0 10px #000;
}
.button_dark:hover{
	/*background-image:url(../img/fbutton-hover.jpg);*/
	box-shadow: 0 0 15px #000;
	-moz-box-shadow: 0 0 15px #000;
	-webkit-box-shadow: 0 0 15px #000;
}
.layer-buttons{
	margin-left:95px;
}
.layer-buttons .cancelar{
	margin-right:20px;
}
label.error{
	background:#FFFFFF;
	padding:0.2em 0em;
	width:255px;
	margin-left:95px;
	/*margin-bottom:0;*/
}
input.error{border:1px solid #FF5656}