#backgroundPopup { background:#291a32; display: none; height: 100%; left: 0; position: fixed; top:auto; width: 100%; z-index: 1;}
#toPopup{background:#291a32; border:3px solid #CCCCCC; border-radius: 3px; color: #333333; display: none; left: 0; margin: 0 auto; position: absolute; right: 0; top: 55px; width:70%; z-index:2;}
div.loader{background: url("loading.gif") no-repeat scroll 0 0; display: none; height: 32px; left: 50%; margin-left: -10px; position: absolute; top: 40%; width: 32px;  z-index: 9999;}
div.close{background: url("closebox.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0); margin-top:-30px; cursor: pointer; float: right; height: 30px; left: 27px; position: relative;  width: 30px;}
div.close:hover{ opacity:0.8;}
span.ecs_tooltip { background: none repeat scroll 0 0 #000000; border-radius: 2px; color: #FFFFFF; display: none; font-size: 11px; height: 16px; opacity: 0.7; padding: 4px 3px 2px 5px; position: absolute; right: -62px; text-align: center; top: -51px; width: 93px;}
span.arrow { border-left: 5px solid rgba(0, 0, 0, 0); border-right: 5px solid rgba(0, 0, 0, 0); border-top: 7px solid #000000; display: block; height: 1px; left: 40px;  position: relative;  top: 3px; width: 1px;}
div#popup_content { margin: 4px 7px;}
#toPopup table{ width:350px;}
#toPopup input[type="text"]{ border:solid 1px #ff0000;}