/********************************************************************************************
                                              CSS do EM BREVE da NEXT SISTEMAS
********************************************************************************************/
.embreve {
       margin:10px auto;
       width:550px;
	   height: 450px;
}

.div_form {
       background-color:#FFFFFF;
	   border:1px #000000 solid;
	   width:400px;
	   height:;
	   font-family:Arial;
	   color:#224E95;
	   position:fixed !important;
	   _position: absolute;
	   padding-top:5px;
	   display:none;
}

.div_form #div_fechar {
       padding-right: 5px;
       float:right;
	   font-size:12px;
	   font-family:Courier New;
}

.div_form #div_fechar  a, a:link, a:visited {
       color:#000000;
       text-decoration: none;
}

.div_form #div_fechar a:hover {
       color:#F58220;
	   text-decoration:none;
}

.div_form #formulario {
       padding-top:0px;
	   padding-left:10px;
       float:left;
}

.div_form #div_logo {
      padding-left:5px;
	  padding-top: 2px;
}

.myinputstyle {
	border: 1px solid #000000;
	font-family: tahoma, helvetica, sans-serif;
	font-style: normal;
	font-size: 12px;
	color: #F58220;
}

.mylabelstyle {
	font-family: tahoma, helvetica, sans-serif;
	font-style: bold;
	font-size: 13px;
	color: #000000;
	width:400px;
}

div.fora{background: #000000; width: 100%; left: 0; top: 0; position: absolute; z-index: 40000; filter: alpha(opacity=40); -moz-opacity: 0.4; opacity: 0.4; }