.divForm{
  display:none;
	position:fixed;
	border:solid 1px #526C83;
	text-align:left;
	left:50%;
	top:100px;
	background-color:#608099;
	box-shadow: 5px 3px 10px #A7BACD;
	z-index:4;
  width:100%;
}

.tituloDivForm{
	text-align:center;
	height:36px;
	border-bottom:solid 1px #526C83;
	float:none;
	position:relative;
  font-size:18px;
  background-color:#608099;
  background: -webkit-gradient(linear, left top, left bottom, from(#B2C0D0), to(#608099));
	background: -moz-linear-gradient(top,  #B2C0D0,  #608099);
	background: -o-linear-gradient(top, #B2C0D0, #608099);
  background-image: -ms-linear-gradient(top,#B2C0D0,#608099);
  filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#B2C0D0', EndColorStr='#608099', GradientType=0);
  background-image: -ms-linear-gradient(top, #B2C0D0,#608099);  
  color:#FFF;
  text-shadow: 0px -1px 0px #608099;
  padding-top:8px;
}

.tituloDivForm .buttonHeader{
  position:absolute;
  top:0px;
  right:0px;
  float:none;
  height:100%;
  width:30px;
}

.conteudoDivForm{
	position:relative;
	width:auto;
	*width:100%;
	padding:10px;
	margin:9px;
	background-color:#DFE7F0;
	border:solid 1px #526C83;
	border-top:none;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}