/* Z-index of #mask must lower than #boxes .window */  
#mask {  
position:absolute;  
z-index:9000;  
background-color:#000;  
display:none;  
left:0;
top:0;
}  

#boxes .window {  
position:absolute;  
width:440px;  
height:200px;  
display:none;  
z-index:9999;  
padding:20px;  
}  

/* Customize your modal window here, you can add background image too */  
#boxes #dialog, #boxes #createChatHandle {
  width:457; 
  height:305px;
  padding:10px;
  background:url(/echosystem/images/at_login_bg.png) no-repeat 0 0 transparent;
}

#boxes form, #boxes #loginMessage, #boxes #chatHandleMessage { /* #contact_form, #boxes #loginMessage, #boxes #chatHandleForm { */
	position: relative;
	top: 54px;
	left: 44px;
	width: 347px;
}

/*
#boxes #dialog, #loginMessage { width: 100%; margin-top: 0; margin-bottom 0;  }
*/
#boxes input { width: 120px; }

#boxes #loginMessage, #boxes #chatHandleMessage { width: 360px; margin-top: 50px; display:none; }
#boxes label { text-align: right; padding-right: 10px; }
#boxes label, #boxes input.text, #boxes .text-input { display: block; float: left; width: 180px; margin-bottom: 10px; }
#boxes label { width: 120px; }
#boxes form textarea { width: 500px; height: 145px; display:block; margin-left:auto; margin-right:auto; }
#boxes form select { width: auto; display: block; }
#boxes div.divInfo, #boxes div.header { font-weight: bold; }
#boxes div.divInfo { border-bottom: 1px dashed #535353; } /* margin: 20px 10px 2px 10px; } */
#boxes br { clear: both; }
/* #boxes form { padding-top: -5px; width: 550px; margin-left: auto; margin-right: auto; margin-top: 1.5em; margin-bottom: 1em; } */
#boxes #captchaArrow {position: relative; top: 26px; margin-left: -90px; z-index: 0; }
#boxes div#imageCode { position: relative; z-index: 3; }
#boxes submit.button { width: 250px; }
#boxes #chatHandleForm { margin-top: 25px; }

.alignCenter { text-align: center; margin-left: auto; margin-right: auto; }
.borderMe { border: 1px solid black; }
.loadingMsg { margin-top: -10px; }
label.error  { font-weight:normal;color:red;margin-left: 110px; width:auto; font-size: 10px; float: right; }

div.echoLoginMessage { margin-top: 1.5em; border: 1px solid gray; padding: 7px; font-weight: bold; }
