#backgroundPopup, #backgroundPopup_new { 
	z-index:9997;
	position: fixed;
	display:none;
	height:100%;
	width:100%;
	background:#000000;	
	top:0px;  
	left:0px;
}
#backgroundPopup_new { 
	z-index:9998;
	}
#toPopup{
    background: none repeat scroll 0 0 #fff;
    border-radius:5px;
    display: none;
    left: 50%;
    margin-left: -415px;
    position:absolute;
    top: 20%;
    width: 830px;
    z-index: 9998;
}

#toPopup_new {
    background: none repeat scroll 0 0 #fff;
    border-radius:5px;
    color: #333333;
    display: none;
	font-size: 14px;
    left: 50%;
    margin-left: -175px;
    position: absolute;
    top: 20%;
    width: 350px;
    z-index: 9999;
	margin-top:-70px;
}


div.loader, div.loader_new {
    background: url("../images/loading.gif") no-repeat scroll 0 0 transparent;
    height: 32px;
    width: 32px;
	display: none;
	z-index: 9999;
	top: 40%;
	left: 50%;
	position: absolute;
	margin-left: -10px;
}
div.close, div.close_new {
    background: url("../images/closebox.png") no-repeat scroll 0 0 transparent;
    top: -13px;
    cursor: pointer;
    float: right;
    height: 30px;
    right: -16px;
    position: absolute;
    width: 30px;
}
span.ecs_tooltip, span.ecs_tooltip_new {
    background: none repeat scroll 0 0 #000000;
    border-radius: 2px 2px 2px 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, span.arrow_new {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 7px solid #000000;
    display: block;
    height: 1px;
    left: 40px;
    position: relative;
    top: 3px;
    width: 1px;
}

div#popup_content a {color:#777;}
div#popup_content a:hover {color:#c31011;}

div#popup_content_new {
padding:10px;
}

.over{
	float:left;
	height:150px;
	overflow:auto;
	width:320px;
	}
.over ul {margin:0px; padding:0px;}
.over ul li {background:url(../../images/right_arr.png) 0px 3px no-repeat; padding-left:19px; line-height:20px;}
	.remarks{
		font-size: 14px;
text-decoration: none;
color: #212121;
font-weight: bold;
	}
	.textarea_1{
		resize:none;
		border:none;
		padding:5px;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		width:96%;
		height: 100px;
border: 1px solid #dedede;
	}
	a.sumbtn{
		float:left;
		border:1px solid #249edf;
		margin-left:20px;
		width:310px;
		height:26px;
		border-radius:5px;
		background:#249edf;
		margin-top:10px;
	   text-align: center;
	   color: #fff;
	   font-family:Arial, Helvetica, sans-serif;
	   font-size: 18px;
	   font-weight: normal;
	   text-decoration:none;
	   padding-top:7px;
	}
	a.sumbtn a:hover{
}

#toPopup table {padding:10px; }
#toPopup table th {background:#e4e4e4; padding:10px;}
#toPopup table td {border-bottom: 1px dashed #CCC;
border-right: 1px dashed #CCC;
padding: 6px;
text-align: center;
color: #777;}

#toPopup table td.bd_lt {border-left: 1px dashed #CCC;}


#toPopup_new .blue_btn {float:right; margin-top:10px;}