/* CSS Document */


body
{
font-family:Arial, "Trebuchet MS", Helvetica;
font-size:13px;
color:#999;
margin:0px;
background-color:#FFF;
}

img{
border:0px;	
}

/* estrutura do site */

.conteudo
{
width:100%;
margin:auto;
float:left;
/*background-color:#59D5D3;*/
}
.sub-conteudo
{
width:940px;
height:100%;
margin:auto;
display:table;
border:0px solid #000;
}




















#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:#000;
  display:none;
}
  
#boxes .window {
  position:absolute;
  left:0;
  top:0;
  width:440px;
  height:200px;
  display:none;
  z-index:9999;
  padding:20px;
}

#boxes #dialog1 {
  width:375px; 
  height:203px;
}

#dialog1 .d-header {
  background-image:url(../images/bgFtp.png);
  width:308px; 
  height:239px;
  margin-top:50px;
}

#dialog1 .d-header form {
padding-top:45px;
padding-left:17px;
border:0px solid #9C3;
}

#dialog1 .d-header input[type="text"],input[type="password"] {
width:250px;
font-size:15px;
border:0px solid  #0F0;
background-color:transparent;
color:#FFF;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
padding-left:5px;
margin-top:10px;
}

.inputFtp{
background-image:url(../images/bgInputFtp.png);	
background-repeat:no-repeat;
height:36px;
width:270px;
margin-bottom:17px;
}


#dialog1 .d-header label{
color:#FFF;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
}

#dialog1 .d-blank {
  float:left;
  background:url(login-blank.png) no-repeat 0 0 transparent; 
  width:267px; 
  height:53px;
}

#dialog1 .d-login {
  float:left;
  width:108px; 
  height:53px;
}


.close{display:block; text-align:right;}






