body{
	margin:0px;
	padding:0px;	
    width:100%;
}
#audioInstruction{
    color:#333;
    font-family: 'Open Sans', sans-serif !important;
    position:absolute;
    left:47%;
    top:145px;
    z-index:105;
    background-color:#fff;
    padding: 15px 8px;	
    -webkit-transition: all 240ms ease-in-out;
	-moz-transition: all 240ms ease-in-out;
	-ms-transition: all 240ms ease-in-out;
	-o-transition: all 240ms ease-in-out;
	transition: all 240ms ease-in-out;
	border:5px solid #510f35;
	border-radius:4px;
	box-shadow: 0px 0px 12px -3px rgba(0,0,0,0.75);
 }
.main {
    width:100%;
    background-color:#fff;
    height:52px;
    border-top: 3px solid #fff;
}
.masthead{
    width:100%;
    height:82px;
    background-color:#ffffff;
    display:block;
    position:fixed;
    z-index:110;
 }
.customMessage{
    width:1000px;
    height:82px;
    display:block;
    margin:auto;
    background-color:#000;
    background-size: 190px 70px;
    background-repeat: no-repeat;
    background-position: 5px 10px;

    z-index:120;
 }
.customMessage2{
    width:1000px;
    height:82px;
    display:block;
    margin:auto;
    background-color:#fff;
    background-size: 190px 70px;
    background-repeat: no-repeat;
    background-position: 5px 10px;
    z-index:120;
 }
#logo{
    background-image: url("../images/MastheadClear.png");
    height:40px;
    width:329px;
	position:absolute;
	top:15px;
 }
#welcome2{ 
    position:absolute;
    top:30px;
    left:50%;
    width:480px;
    height:82px;
    background-color:#ffffff;
    font-family:Tahoma;
    text-align:right;
    font-size:22px;
    color:#222;
 }
#welcome{ 
    position:absolute;
    top:30px;
    left:50%;
    width:480px;
    height:82px;
    background-color:#000000;
    font-family:Tahoma;
    text-align:right;
    font-size:22px;
    color:#6CCBD9;
 }
nav {
	width:1000px;
	min-width:1000px;
	display:block;
	padding:0px;
	height:52px;
	background-color:#414143;
    top:82px;
    position:fixed;
    left:50%;
    margin-left:-500px;
    z-index:110;
    border-top: 3px solid #414143;
    
    /*
	width:1000px;
	min-width:1000px;
	display:block;
	padding:0px;
	height:52px;
	background-color:#222;
    top:82px;
    position:fixed;
    left:50%;
    margin-left:-500px;
    z-index:110;*/

}

nav ul {
	width:1000px;
	float:left;
	margin:0px;
	padding:0px;	
}

nav ul li {
    float:left;
	margin:-2px;
	padding:0px 2px 2px 2px;
	color:#f7af29;
	list-style:none;
	position: relative;
	text-decoration:none;

	/*float:left;
	margin:5px;
	padding:2px;
	color:#559e3c;
	list-style:none;
	position: relative;
	text-decoration:none;*/
}
nav ul li a {
	font-family: 'Open Sans', sans-serif !important;
    font-size:15px;
	color:#fff;
	list-style:none;
	text-decoration:none;
	display: inline-block;
	padding:18px;
    padding-top:16px;
    
    /*font-family: 'Open Sans', sans-serif !important;
    font-size:15px;
	color:#fff;
	list-style:none;
	text-decoration:none;
	display: inline-block;
	border:1px solid #000;
	border-radius:4px;  
	padding:10px;*/
        

}
nav ul li a:hover {
	box-sizing: border-box;
	background:#ededed;
    color:#414143;
	list-style:none;
	text-decoration:none;
    border-top: 3px solid #ededed;
    padding-top:13px;
    
    /*background:#1C1B1B;
	list-style:none;
	text-decoration:none;
	border:1px solid #fff;*/
}

nav ul li a:focus{
	background:#fff;
	color:#414143;
	list-style:none;
	text-decoration:none;
    border-top: 3px solid #fff;
    padding-top:13px;
    
    /*background:#fff;
	color:#559E3C;
	list-style:none;
	text-decoration:none;
	border:1px solid #fff;*/
}
ul .sub_nav{
	display:none;	
	position: absolute;
	background-color:#fff;
	border:1px solid #000;
	width:200px;
	top:53px;
	left:0px;
	padding-top:10px;
	z-index:10000;
}
nav ul li ul{
	float:left;
	margin:0px 0px 0px 0px;
}

nav ul li ul.sub_nav li{
	font-family:Tahoma;
	font-size:14px;
	color:#000;
	list-style:none;
	text-decoration:none;
	margin:0px 0px 0px 00px;	
	padding:5px 10px;
	display: inline-block;	
	border:0px;	
	clear:both;
}

nav ul li ul.sub_nav li a{
	
	color:#000;
	padding:3px;
	
	list-style:none;
	text-decoration:none;
	display: block;	
	border:none;
}
nav ul li ul.sub_nav li a:hover {
    background:#f7f7f7;
}
nav li:hover ul.sub_nav{
	color:#0C0;
	list-style:none;
	text-decoration:none;
	float:left;
	margin:0px 0px 0px 00px;	
	padding:10px 0px 0px 0px;
	display:none;	
}
.navSelected{
    font-family: 'Open Sans', sans-serif !important;
    font-size:15px;
	list-style:none;
	text-decoration:none;
	display: inline-block;
    color:#414143;
    background:#fff;
	list-style:none;
	text-decoration:none;
    border-top: 3px solid #fff;
    padding-top:13px;
}
.container{
    display:block;
    width:1000px;
    height:auto;
    margin:auto;
}
.screenOne{
    display:block;
	margin:auto;
    position:relative;  
}

.transaction_detail_container{
	margin:auto;
    position:relative;
  /*  top:-130px;	*/
}

.highlight{
    background-color:#00ff00;
    opacity: 0.3;
    position:absolute;
}
.guidearrow{
    position:absolute;
    
 }
.navPrevNext{
    width:100%;
    background-color:#fff;
 }

.prev a{
    text-decoration:none;
    color:#fff;
  }
.prev:hover{
    opacity:0.8;
  }
  

.next a{
    text-decoration:none;
    color:#fff;
  }
.next:hover{
    opacity:0.8;
  }
  
 
#backbtn:hover{
    background-image:url('images/back_over.png');
 }
 
ol li { padding:.3em 0 .3em 0; }
 
.transaction_search_container{
	/*width:867px;*/
    display:block;
    width:100%;
}
#screen_3_container{
position:relative;
    display:block;
    width:867px;
    margin:auto;
 }
.transaction_search_heading{
	width:100%;
	float:left;
	padding:0px;
	font-family:Tahoma;
	font-size:24px;
	color:#000;
	margin:00px 0px 0px 0px;	
}

.transaction_searchBox{
	width:100%;
	float:left;
	background-color:#f4f4f4;
	border:1px solid #dadada;
	padding:10px 0px 10px 0px;
	margin:00px 0px 0px 0px;	
}


.transaction_innerContainer{
	width:100%;
	float:left;
	padding:0px 10px;
	margin:10px 0px 0px 0px;	
}

.fieldTitle {
	font-family:Tahoma;
	font-size:14px;
	color:#000;
	margin:0px 10px 0px 0px;
	padding:5px 0px;
	float:left;
		
}

.transaction_field{
	width:250px;
	height:20px;
	float:left;
	background-color:#fff;
	border:1px solid #dadada;
	margin:0px;
	color:#000;
	font-size:12px;
	padding:5px;
}

#scr_transaction_srch1 {
  display:block;
  margin:auto;
  z-index:-10;
}

#scr_transaction_srch4 {
  /*position: absolute;
  left: 78px;
  top: 137px;
  z-index:-10;*/
  display:block;
  margin:auto;
  z-index:-10;
}


#scr_transaction_report {
  position: absolute;
  left: 185px;
  top: 50px;
  z-index:-12;
}

#scr_transaction_report2 {
  position: absolute;
  left: 170px;
  top: 0px;
  z-index:-10;
}
#scr_dashboard2 {
  position: absolute;
  left: 215px;
  top: -4px;
  z-index:-10;
}


.transaction_field_date{
	width: 78px;
    height: 11px;
    float: left;
    background-color: #fff;    
    margin: 0px;
    color: #666666;
    font-size: 12px;
    padding: 5px;
    margin: 4px 5px 0px 2px;
    position: absolute;
    top: 277px;
    /*left: 300px;*/
	left: 364px;
    border: none;
	display:inline-block;
	z-index:100;
}
.transaction_field_div{
	width: 78px;
    height: 9px;
    float: left;
    position: absolute;
    top: 170px;
    left: 329px;    
}
.transaction_field_sel{
	width: 300px;
    height: 25px;
    background-color: #fff;    
    margin: 0px;
    color: #000;
    font-size: 12px;
    padding: 5px;
    margin: 4px 5px 0px 2px;
    position: absolute;
    top: 244px;
    /*left: 265px;*/
	left: 329px;
    border: none;
	z-index:130;
}
.transaction_field_sel2{
	width: 297px;
    height: 25px;
    background-color: #fff;    
    margin: 0px;
    color: #000;
    font-size: 12px;
    padding: 5px;
    margin: 4px 5px 0px 2px;
    position: absolute;
    top: 106px;
    /*left: 265px;*/
	left: 253px;
    border: none;
	z-index:100;
}
.transaction_field_date2{
	width: 78px;
    height: 10px;
    float: left;
    background-color: #fff;    
    margin: 0px;
    color: #666666;
    font-size: 12px;
    padding: 5px;
    margin: 4px 5px 0px 2px;
    position: absolute;
    top: 277px;
    /*left: 448px;*/
	left: 512px;
    border: none;
	display:inline-block;
	z-index:100;
}
.transaction_field_amount{
	width: 126px;
    height: 15px;
    float: left;
    background-color: #fff;    
    margin: 0px;
    color: #000;
    font-size: 12px;
    padding: 5px;
    margin: 2px 5px 0px 2px;
    position: absolute;
    top: 310px;
    /*left: 299px;*/
	left: 363px;
    border: none;
	display:inline-block;
	z-index:100;
}
.transaction_field_amount2{
	width: 126px;
    height: 15px;
    float: left;
    background-color: #fff;    
    margin: 0px;
    color: #000;
    font-size: 12px;
    padding: 5px;
    margin: 2px 5px 0px 2px;
    position: absolute;
    top: 310px;
    /*left: 463px;*/
	left: 527px;
    border: none;
	display:inline-block;
	z-index:100;
}

.transaction_srch_date{
	width: 100px;
    height: 10px;
    float: left;   
    margin: 0px;
    /*color: #535353;*/
	color: #666666;
    padding: 5px;
    margin: 2px 5px 0px 2px;
    position: absolute;
    top: 321px;
    left: 219px;
    border: none;
	display:inline-block;
	font-family:Tahoma !important;
	font-size:12px;
	/*z-index:-10;*/
}

.transaction_field2{
	width:50px;
	height:20px;
	float:left;
	background-color:#fff;
	border:1px solid #dadada;
	margin:0px;
	color:#000;
	font-size:12px;
	padding:5px;
	margin:0px 5px 0px 0px;
}

hr{
	float:left;
	width:100%;	
	border:1px solid #dadada;
}

.topControls{
    font-family:Tahoma;
    width:100px;
    height:26px;
	float:left;
	margin:7px 5px 0px 5px;
    opacity:0.7;
	cursor:pointer;
 }
.topControls:hover{
    opacity:1.0;
  }
#back{
    position:relative;
    display:inline-block;
    top:280px;
    margin-left:11px;
}
#next{
    position:relative;
    display:inline-block;
    top:280px;
    left:872px;
	z-index:100;
}

/*#back_fixed{
    position:fixed;
    display:inline-block;
    top:280px;
    margin-left:11px;
}
#next_fixed{
    position: fixed;
    display:inline-block;
    top:280px;
    left:1146px;
	z-index:100;
}*/

#back_fixed{
    float:left;
	position:absolute;
	z-index:1000000;
}
#next_fixed{
	float:right;
	z-index:100;
	position:absolute; 
	z-index:1000000; 
	right:0px;
}

.prevNextOuter{
	width:981px; 
	position:fixed; 
	top:280px;
	z-index:1;
	
}
.prevNext{
    width:47px;
    height:109px;
    opacity:0.7;
	z-index:100;
 }
.prevNext:hover{
   opacity:1.0;
    
  }
.searchContainer{
	width:150px;
	float:left;
	margin:10px;
	background-color:#fff;
	border-radius:8px;	
}
.searchContainer2{
	width: 95px;
	float: left;
	margin:10px;
	background-color:#fff;	
    border-radius: 5px;
    border: 1px solid;
    cursor: pointer;
    position: absolute;
    top: 368px;    
    /*left: 118px;*/
	left: 179px;
    height: 25px;
    color: #767676;
	font-family:Tahoma;
	display:inline-block;
}

.search_icon{
	width:20px;
	height:18px;
	float:left;
	margin:5px;
	padding:0px;	
}
.search_icon_sel{
	width:20px;
	height:18px;
	float:left;
	margin:5px;
	padding:0px;
	position:absolute;
	top:140px; left:624px;	
	display:inline-block;
}

.searchField{
	width:100px;
	margin:0px;
	padding:5px;
	float:left;
	background-color:transparent;
	color:#000;
	font-family:Tahoma;
	font-size:14px;
	border:0px;
}

/*.transaction_detail_container{
	width:100%;
	float:left;
	padding:0px;
	margin:20px 0px 0px 0px;	
}*/

.detail_innterContainer{
	width:100%;
	float:left;
	margin:0px;
	padding:10px 0px;	
}

.detail_subContainer_heading{
	width:14%;
	font-weight:bold;
	text-decoration:underline;
	margin:0px;
	padding:0px;
	float:left;
	font-family:Tahoma;
	font-size:14px;	
}

.detail_subContainer{
	width:14%;
	margin:0px;
	padding:0px;
	float:left;
	font-family:Tahoma;
	font-size:14px;	
}

.accountInfo_container{
	width:190px;
	float:right;
	padding:0px;
	margin:20px 0px 0px 0px;	
}

.accountInfo_headingBg{
	width:100%;
	float:left;
	padding:10px 0px;
	background-color:#63656a;
	margin:00px 0px 0px 0px;
}

.accountInfo_heading{
	width:100%;
	float:left;
	color:#fff;
	font-weight:bold;
	padding:0px 10px;
	font-family:Tahoma;
	font-size:16px;	
}

.accountInfo_container ul{
	width:100%;
	float:left;
	margin:10px 0px 0px 0px;
	padding:0px;	
}

.accountInfo_container ul li{
	width:100%;
	font-family:Tahoma;
	font-size:14px;
	color:#000;
	float:left;
	margin:0px 0px 0px 0px;
	padding:5px 0px;
	list-style:none;
	text-decoration:none;
}

.accountInfo_container ul li a{
	font-family:Tahoma;
	font-size:14px;
	color:#000;
	float:left;
	list-style:none;
	text-decoration:none;
}

.accountInfo_container ul li a:hover{
	font-weight:bold;
}

.link_tranfer_form{
	width: 100px;
    height: 12px;
    float: left;   
    margin: 0px;
    color: #000;
    font-size: 12px;
    padding: 5px;
    margin: 2px 5px 0px 2px;
    position: absolute;
    top:148px;
    left: 750px;
    border: none;
	display:inline-block;
	z-index:100;
}

.link_tranfer_check{
	width: 65px;
    height: 12px;
    float: left;   
    margin: 0px;
    color: #666666;
    font-size: 12px;
    padding: 5px;
    margin: 2px 5px 0px 2px;
    position: absolute;
    top: 311px;
    left: 177px;
    border: none;
	display:inline-block;
	z-index:100;
}

.quick_view_date{
	width: 100px;
    height: 10px;
    float: left;   
    margin: 0px;
	color: #666666;
    padding: 5px;
    margin: 2px 5px 0px 2px;
    position: absolute;
    top: 64px;
    left: 817px;
    border: none;
	display:inline-block;
	font-family:Tahoma !important;
	font-size:14px;
	z-index:0;
}


/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
/* 		CSS FOR TRANSACTION REPORT		*/
/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/

.transaction_report_date{
	width: 100px;
    height: 10px;
    float: left;   
    margin: 0px;
    /*color: #535353;*/
	color: #000;
    padding: 5px;
    margin: 2px 5px 0px 2px;
    position: absolute;
    top: 284px;
    left: 90px;
    border: none;
	display:inline-block;
	font-family:Tahoma !important;
	font-size:12px;
	z-index:0;
}


.transaction_report_date2{
	width: 100px;
    height: 10px;
    float: left;   
    margin: 0px;
    color: #666666;
    padding: 5px;
    margin: 2px 5px 0px 2px;
    position: absolute;
    top: 325px;
    left: 225px;
    border: none;
	display:inline-block;
	font-family:Tahoma !important;
	font-size:12px ;
	z-index:-10;
}
.transaction_reported_on{
	width: 260px;
    height: 10px;
    float: left;   
    margin: 0px;
	background-color:#fff;
    color: #000;
    padding: 5px;
    margin: 2px 5px 0px 2px;
    position: absolute;
    top: 73px;
    left: 90px;
    border: none;
	display:inline-block;
	font-family:Tahoma !important;
	font-size:12px ;
	z-index:1;
	font-style:italic;
}

/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
/* 		CSS FOR DASHBOARD				*/
/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/

.link_dashboard_widget1{
	width: 260px;
    height: 223px;
    float: left;   
    margin: 0px;
    color: #000;
    font-size: 12px;
    padding: 5px;
    margin: 2px 5px 0px 2px;
    position: absolute;
    top: 159px;
    left: 54px;
    border: none;
	display:inline-block;
	z-index:100;
}

.dashboard_date_spn{
	width: 100px;
    height: 10px;
    float: left;   
    margin: 0px;
    /*color: #535353;*/
	background-color:#FFF;
	color: #666666;
    padding: 5px;
    margin: 2px 5px 0px 2px;
    position: absolute;
    top: 699px;
    left: 725px;
    border: none;
	display:inline-block;
	font-family:Tahoma !important;
	font-size:12px;
	z-index:100;
}
/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
/* 		CSS FOR FUTURE PAYMENTS			*/
/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/


.link_future_payment{
	width: 100px;
    height: 86px;
    float: left;   
    margin: 0px;
    color: #000;
    font-size: 12px;
    padding: 5px;
    margin: 2px 5px 0px 2px;
    position: absolute;
    top:429px;
    left: 667px;
    border: none;
	display:inline-block;
	z-index:100;
}


#future_payment_screen2 {
  display:block;
  margin:auto;
  z-index:-10;
  position:relative;
}

.future_payment_date{
	width: 58px;
    height: 20px;
    float: left;   
    margin: 0px;
	color: #666666;
    padding: 5px;
    margin: 2px 5px 0px 2px;
    position: absolute;
    top: 69px;
    left: 174px;
    border: none;
	display:inline-block;
	font-family:Tahoma !important;
	font-size:22px;
	background-color:#FFF;
}

/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
/* 		COMMON CSS FOR AUDIO			*/
/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/

#instructionPane {
     position:relative;
	 margin-right:0 auto;
   /*  top:-130px;*/
	 max-width:200px;
     z-index:105;
}
.audio_heading{
    position:absolute;
    top:137px;
 	padding:10px;
	font-family: 'Open Sans', sans-serif !important;
	font-size:18px;
}

.audio_icon{
	height:22px; 
	float:left;
	margin:0px -6px 0px 17px;
}

.mute_icon{
	height:22px; 
	float:left; 
	margin:0px 0px 0px 17px;
}

.script_icon{
	height:22px; 
	float:left; 
	margin:0px 8px 0px 2px;
}

.blnc_report_link{
	top: 153px !important;
    left: 90px !important;
    height: 22px;
    width: 150px;
}


/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
/* 		CSS FOR CREATE BALANCE REPORT	*/
/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/


.crt_balance_field_sel{
	width: 414px;
    height: 23px;
    background-color: #fff;    
    margin: 0px;
    color: #000;
    font-size: 12px;
    padding: 5px;
    margin: 4px 5px 0px 2px;
    position: absolute;
    top: 193px;
	left: 113px;
    border: none;
}

.crt_balance_temp_name{
	width: 126px;
    height: 15px;
    float: left;
    background-color: #fff;    
    margin: 0px;
    color: #000;
    font-size: 12px;
    padding: 5px;
    margin: 4px 5px 0px 2px;
    position: absolute;
    top: 103px;
	left: 242px;
    border: none;
	display:inline-block;
	z-index:100;
}
.crt_balance_chk_box{
	width: 13px;
    height: 16px;
    float: left;
    background-color: #fff;    
    margin: 0px;
    color: #000;
    font-size: 12px;
    padding: 5px;
    margin: 4px 5px 0px 2px;
    position: absolute;
    top: 294px;
	left: 128px;
    border: none;
	display:inline-block;
	z-index:100;
}
.crt_balance_radio{
	width: 13px;
    height: 16px;
    float: left;
    background-color: #fff;    
    margin: 0px;
    color: #000;
    font-size: 12px;
    padding: 5px;
    margin: 4px 5px 0px 2px;
    position: absolute;
    top: 753px;
	left:128px;
    border: none;
	display:inline-block;
	z-index:100;
}
.crt_balance_gnrat_link{
	width: 109px;
    height: 30px;
    float: left;
    position: absolute;
    top: 983px;
    left: 110px;
    border: none;
    display: inline-block;
    z-index: 100;
}

/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
/* 		 CSS FOR ACH			*/
/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/

.ach_sel{
	width: 221px;
    height: 23px;
    background-color: #fff;    
    margin: 0px;
    color: #000;
    font-size: 12px;
    padding: 0px;
    margin: 4px 5px 0px 2px;
    position: absolute;
    top: 224px;
    left: 487px;
    border: none;
	z-index:100;
}

#ach_screen2 {
  display:block;
  margin:auto;
  z-index:-10;
}

#ach_img2 {
  display:block;
  margin:auto;
  z-index:-10;
}

.screenTwo{
	display:block;
	margin:auto;
    position:relative;
}

/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
/* 		 CSS FOR PAYMENT ACTIVITY	 */
/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/

.payment_activity_link{
	width: 125px;
    height: 12px;
    float: left;   
    margin: 0px;
    color: #000;
    font-size: 12px;
    padding: 5px;
    margin: 2px 5px 0px 2px;
    position: absolute;
    top:190px;
    left: 114px;
    border: none;
	display:inline-block;
	z-index:100;
}

.payment_activity_date{
	width: 70px;
    height: 12px;
    float: left;   
    margin: 0px;
    color: #666666;
    font-size: 14px;
    padding: 5px;
    margin: 2px 5px 0px 2px;
    position: absolute;
    top:409px;
    left: 383px;
    border: none;
	display:inline-block;
	z-index:100;
	background-color:#FFF;
}

.payment_activity_img {
  display:block;
  margin:auto;
  z-index:-10;
}

/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
/* 		CSS FOR CREATE Batch			*/
/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/


.crt_batch_sel{
	width: 242px;
    height: 25px;
    background-color: #fff;
    color: #000;
    font-size: 12px;
    padding: 5px;
    margin: 4px 5px 0px 2px;
    position: absolute;
    top: 209px;
    left: 213px;
    border: none;
}

.crt_batch_txt{
	width: 66px;
    height: 15px;
    float: left;
    background-color: #fff;
    margin: 0px;
    color: #000;
    font-size: 12px;
    padding: 5px;
    margin: 4px 5px 0px 2px;
    position: absolute;
    top: 169px;
    left: 630px;
    border: none;
    display: inline-block;
 
}
.link_crt_batch{
	width: 85px;
    height: 12px;
    float: left;
    color: #666666;
    font-size: 12px;
    padding: 5px;
    margin: 2px 5px 0px 2px;
    position: absolute;
    top: 372px;
    left: 708px;
    border: none;
    display: inline-block;
    z-index: 100;
}



.styled-select1 {
   background:url(../images/srch.png) no-repeat 96% 0;
   height: 29px;
   overflow: hidden;
   width: 200px;
    margin:10px 0;
}

.styled-select1 select {
   background: transparent;
   border: none;
   height: 29px;
   padding: 5px; /* If you add too much padding here, the options won't show in IE */
   width: 170px;
}

.styled-select1.slate1 {;
   background:url(../images/srch.png) no-repeat right center;
   height: 27px;
   position: absolute;
    top: 360px;
    left: 185px;
	margin-left:-2px;
}

.styled-select1.slate1 select {
   width: 100%;
   margin-top:-2px;
   margin-left:2px;
    -webkit-appearance: none;
    -moz-appearance: none;
}

/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
/* 		CSS FOR CREATE PAYEE			*/
/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/


.crt_payee_sel{
	width: 142px;
    height: 23px;
    background-color: #fff;
    color: #000;
    font-size: 12px;
    padding: 5px;
    margin: 4px 5px 0px 2px;
    position: absolute;
    top: 165px;
    left: 259px;
    border: none;
}

.crt_payee_txt{
	width: 126px;
    height: 15px;
    float: left;
    background-color: #fff;
    margin: 0px;
    color: #000;
    font-size: 12px;
    padding: 5px;
    margin: 4px 5px 0px 2px;
    position: absolute;
    top: 101px;
    left: 259px;
    border: none;
    display: inline-block;
	z-index:0;
 
}


/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
/* 		CSS FOR CREATE PAYEE			*/
/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/

.link_manage_payees{
	width: 125px;
    height: 20px;
    float: left;   
    margin: 0px;
    color: #000;
    font-size: 12px;
    padding: 5px;
    margin: 2px 5px 0px 2px;
    position: absolute;
    top:233px;
    left: 327px;
    border: none;
	display:inline-block;
	z-index:100;
}

.manage_payees_detail{
	margin:auto;
    position:relative;  	
}

#manage_payees_2 {
	display:block;
  	margin:auto;
  	z-index:-10;
}


/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
/* 		CSS FOR CREATE WIRE TRANSFER	*/
/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/


.crt_wiretransfer_txt{
	width: 72px;
    height: 15px;
    float: left;
    background-color: #fff;
    color: #000;
    font-size: 12px;
    padding: 5px;
    margin: 4px 5px 0px 2px;
    position: absolute;
    top: 358px;
    left: 259px;
    border: none;
    display: inline-block;
    z-index: 0;
}
.crt_wiretransfer_sel{
	width: 178px;
    height: 23px;
    background-color: #fff;
    color: #000;
    font-size: 12px;
    padding: 5px;
    margin: 4px 5px 0px 2px;
    position: absolute;
    top: 470px;
    left: 259px;
    border: none;
    z-index: 0;
}

/* ############################################# */
/*			CSS FOR BATCH CONFIRMATION			*/
/* ########################################### */

.batchconfirmation_datetime{
	width: 425px;
    height: 35px;
    float: left;   
    margin: 0px;
	background-color:#E0FFE0;
    color: #2D842D;
    padding: 1px;
    margin: 5px 5px 0px 2px;
    position: absolute;
    top: 81px;
    left: 115px;
    border: none;
	display:inline-block;
	font-family:Tahoma !important;
	font-size:14px ;
	z-index:1;
	font-weight:400;
}


/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
/* 		CSS FOR STOP PAYMENTS			*/
/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/


.stop_payments_txt{
	width: 68px;
    height: 10px;
    float: left;
    background-color: #fff;
    color: #000;
    font-size: 12px;
    padding: 5px;
    margin: 4px 5px 0px 2px;
    position: absolute;
    top: 421px;
    left: 167px;
    border: none;
    display: inline-block;
    z-index: 0;
}
.stop_payments_sel{
	width: 195px;
    height: 20px;
    background-color: #fff;
    color: #000;
    font-size: 12px;
    padding: 5px;
    margin: 4px 5px 0px 2px;
    position: absolute;
    top: 420px;
    left: 670px;
    border: none;
    z-index: 0;
	border:1px solid #bbbbbb;
}
.stop_payments_date{
	width: 100px;
    height: 10px;
    float: left;   
    margin: 0px;
	color: #368536;
    padding: 5px;
    margin: 2px 5px 0px 2px;
    position: absolute;
    top: 149px;
    left: 281px;
    border: none;
	display:inline-block;
	font-family:Tahoma !important;
	font-size:12px;
	font-weight:400;
	z-index:0;
}


/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
/* 		CSS FOR ACCOUNT TRANSFER		*/
/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/


.account_transfer_txt{
	width: 72px;
    height: 15px;
    float: left;
    background-color: #fff;
    color: #000;
    font-size: 12px;
    padding: 5px;
    margin: 4px 5px 0px 2px;
    position: absolute;
    top: 190px;
    left: 602px;
    border: none;
    display: inline-block;
    z-index: 0;
}
.account_transfer_sel{
	width: 195px;
    height: 20px;
    background-color: #fff;
    color: #000;
    font-size: 12px;
    padding: 5px;
    margin: 4px 5px 0px 2px;
    position: absolute;
    top: 420px;
    left: 670px;
    border: none;
    z-index: 0;
	border:1px solid #bbbbbb;
}
.account_transfer_date{
	width: 90px;
    height: 10px;
    float: left;   
    margin: 0px;
	color: #000;
    padding: 5px;
    margin: 2px 5px 0px 2px;
    position: absolute;
    top: 393px;
    left: 301px;
    border: none;
	display:inline-block;
	font-family:Tahoma !important;
	font-size:12px;
	font-weight:400;
	z-index:0;
	background-color:#FFF;
}


/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
/* 		CSS FOR DECISION ITEMS   		*/
/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/

.decisionitems_chk_box{
	width: 13px;
    height: 16px;
    float: left;
    background-color: #fff;    
    margin: 0px;
    color: #000;
    font-size: 12px;
    padding: 5px;
    margin: 4px 5px 0px 2px;
    position: absolute;
    top: 427px;
	left: 760px;
    border: none;
	display:inline-block;
	z-index:100;
}



/* ############################################## */
/*			CSS FOR AUDIO PLAYER     				*/
/* ############################################## */


    
	audio{
	
	}
	#guideme{
	
	top:0px;
	font-family: 'Open Sans', sans-serif;
	color:#3c4347;
	font-size:18px;
	}
	#overlay {
	position:absolute;
    background-image:url('../images/overlay.png');
    background-position:-7px -7px;
	background-repeat:no-repeat;
	display:none;
    height:527px;
    overflow:hidden;
	padding:0px;
    text-indent:100%;
    white-space:nowrap;
    width:1005px;
}
#webpage {
	position:absolute;
    background-image:url('../images/ScreenGrabforTest.png');
    background-position:-7px -7px;
	background-repeat:no-repeat;
	display:block;
    height:527px;
    overflow:hidden;
	padding:0px;
    text-indent:100%;
    white-space:nowrap;
    width:1005px;
}

#audioplayer{
	position:absolute;
    top:137px;
	border: none;
}

#pButton{
	display:inline-block;
    background-color:#fff;
	height:40px; 
    width: 100px;
    border: none;
    float:left;
    outline:none;
	margin:0 0 0 0px;
    position:absolute;
    top:0px;
    left:800px;
}
#scriptButton{
	display:inline-block;
    background-color:#fff;
	height:30px; 
    width: 100px;
    border: none;
    float:left;
    outline:none;
	margin:0 0 0 0px;
    position:absolute;
    top:137px;
    left:896px;
    padding-top:10px;
    padding-bottom:
}
#audioOff{
    font-family:Tahoma;
    font-size:16px;
    display:none; 
    margin:5px 0px 0px -5px;
}
#audioOn{
    font-family:Tahoma;
    font-size:16px;
    display:block; 
    float:left; 
    margin:6px 0px 0px 0px;
}
.play {
    font-family:Tahoma;
    width:100px;
    height:26px;
	float:left;
	margin:7px 5px 0px 5px;
}
.pause {
    font-family:Tahoma;
    width:100px;
    height:26px;
	float:left;
	margin:7px 5px 0px 5px;
}

#timeline{
	display:inline-block;
	width: 70px;
    height: 20px;
	margin:10px 0 0 10px;
    border-radius: 20px;
    background: rgba(0,0,0,.3);

}
#playhead{
    width: 18px;
    height: 18px;
    border-radius: 50%;
    margin-top: 1px;
    background: rgba(0, 0, 0,1);

}
.instructions{
border-radius:10px;
padding:20px 0;
max-width:100%;
display:block;
border-color:#fff;
border-width:thin;

text-align: left;
vertical-align: middle;
font-family: 'Open Sans', sans-serif;
	color:#3c4347;
	font-size:14px;
clear:both;

}

#instructions1{
position:absolute;
top:150px;
	max-width:200px;
 	/*height:220px;*/
 	padding:10px 10px;
}
.instructions h2 {font-size:16px; font-weight:400;}
#instructions2{
	
	max-width:200px;
    display:none;
 	padding:10px 10px;
}

#script{
    display:none;
    position:relative;
    /*width:1000px;*/
	width:375px;
    top:137px;
    height:auto;
    background-color:rgba(239,239,239,1.0);
    z-index:230;
    margin:auto;
	left:825px;
	float:left;
	position:fixed;
}
.script_trns_report{
	width:100% !important;
	left:0px !important;
}
.logo_trns_report{
	float:left;
	top:220px;
	position:relative;
	margin-left:58px;
}

.scriptOuter{
	position: absolute;
    width: 1230px;
    top: 220px;
    left: 0px;
    right: 0px;
    margin: auto;
	/*z-index:300;*/
}

#script_crt_rpt_final{
    display:none;
	float:left;
	width:570px;
    height: auto;
    background-color: #fff;
    z-index: 230;
    border: 5px solid #DEDFDF;
    border-radius: 4px;
    box-shadow: 0px 0px 12px -3px rgba(0,0,0,0.75);
}

#script_crt_rpt{
    display:none;
	width: 40%;
    top: 450px;
    left: 430px;
    height: auto;
    background-color: #fff;
    z-index: 230;
    margin: auto;/*
    position: fixed;*/
	position:absolute;
    border: 5px solid #DEDFDF;
    border-radius: 4px;
    box-shadow: 0px 0px 12px -3px rgba(0,0,0,0.75);
}

#script_crt_rpt2{
    display:none;
	width: 40%;
    top: 270px;
    left: 430px;
    height: auto;
    background-color: #fff;
    z-index: 230;
    margin: auto;/*
    position: fixed;*/
	position:absolute;
    border: 5px solid #DEDFDF;
    border-radius: 4px;
    box-shadow: 0px 0px 12px -3px rgba(0,0,0,0.75);
}

#script_crt_rpt3{
    display:none;
	width: 40%;
    top: 550px;
    left: 430px;
    height: auto;
    background-color: #fff;
    z-index: 230;
    margin: auto;/*
    position: fixed;
	position:absolute;*/
    border: 5px solid #DEDFDF;
    border-radius: 4px;
    box-shadow: 0px 0px 12px -3px rgba(0,0,0,0.75);
}
#script_crt_rpt4{
    display:none;
	width: 40%;
    top: 550px;
    left: 430px;
    height: auto;
    background-color: #fff;
    z-index: 230;
    margin: auto;/*
    position: fixed;*/
	position:absolute;
    border: 5px solid #DEDFDF;
    border-radius: 4px;
    box-shadow: 0px 0px 12px -3px rgba(0,0,0,0.75);
}
.scriptTextFinal{
    font-family:'Open Sans', Tahoma;
    display:block;
    font-size:12px;
	margin:0 auto;
    padding:30px 0px;
	width:90%;
 }
 
 .scriptTextFinal h2{
    font-family:'Open Sans', Tahoma;
    display:block;
    font-size:14px;
	font-weight:400;
	padding:0px;
	margin:0px;
}
.scriptTextFinal p {
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	margin: 1em 0 0 0;
}
.scriptTextFinal ol {
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	-webkit-margin-start: 1em;
	-webkit-margin-end: 0px;
	-webkit-padding-start: 0;
}
.scriptTextFinal ol li {
	padding: .6em 0 0 0;
}

 .scriptText{
    font-family:'Open Sans', Tahoma;
    display:block;
    font-size:12px;
	margin:0 auto;
    padding:30px 0px;
	width:90%;
	position:relative;
 }

.scriptText h2{
    font-family:'Open Sans', Tahoma;
    display:block;
    font-size:14px;
	font-weight:400;
	padding:0px;
	margin:0px;
}
.scriptText p {
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	margin: 1em 0 0 0;
}
.scriptText ol {
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	-webkit-margin-start: 1em;
	-webkit-margin-end: 0px;
	-webkit-padding-start: 0;
}
.scriptText ol li {
	padding: .6em 0 0 0;
}



/*.scriptText{
    font-family:Tahoma;
    display:block;
    font-size:18px;
    position:absolute;
    margin:0px 40px 0px 40px;
    padding:10px;
	background-color:rgba(239,239,239,1.0);
	top:380px;
}*/

#close{
    /*position:absolute;
    left:966px;
    bottom:170px;*/
	position:relative;
	float:right;
	top:-25px;
	left:20px;
	cursor:pointer;
 }
#transactionSearchOverlay{
    
    position:relative;
    top:-137px;
    left:-75px;
    z-index:100;
}
#header{
  font-family: 'Open Sans', sans-serif;
	color:#3c4347;
	font-size:16px;
	}
.ui-helper-hidden {
	display: none;
}

.welcome span {
    display: none;
}
.welcome:after {
    content: 'Welcome to The Bridge';
}

/*Menu Button Names*/
.dashboard span {
    display: none;
}
.dashboard:after {
    content: 'Dashboard';
}
.accountinfo span {
    display: none;
}
.accountinfo:after {
    content: 'Account Information';
}
.payments span {
    display: none;
}
.payments:after {
    content: 'Payments & Transfers';
}
.controlrecon span {
    display: none;
}
.controlrecon:after {
    content: 'Control & Recon';
}
.administration span {
    display: none;
}
.administration:after {
    content: 'Administration';
}

/* tooltip */
.tool-tip{
	color: #666666;
	background: #fff;
	text-shadow: none;
	font-family:Tahoma;
	font-size:16px;
	visibility: hidden;
	text-align: center;	
	opacity: 0;
	z-index: 999;
	padding: 15px 8px;	
	position: absolute;
	cursor: default;
	-webkit-transition: all 240ms ease-in-out;
	-moz-transition: all 240ms ease-in-out;
	-ms-transition: all 240ms ease-in-out;
	-o-transition: all 240ms ease-in-out;
	transition: all 240ms ease-in-out;
	border:5px solid #DEDFDF;
	border-radius:4px;
	box-shadow: 0px 0px 12px -3px rgba(0,0,0,0.75);
}

.tool-tip,
.tool-tip.top{
	top: auto;
	bottom: 106%;
	left: 50%;
	z-index:3000000;
}

.tool-tip.top:after,
.tool-tip:after{
	position: absolute;
	bottom: -27px;
	left: 15%;
	margin-left: 100px;
	content: ' ';
	height: 0px;
	width: 0px;
	border: 10px solid transparent;
	border-top-color: #DEDFDF;	
}

/* default heights, width and margin w/o Javscript */

.tool-tip,
.tool-tip.top{
	width: auto;
	height: auto;
	margin-left: -215px;
}

/* tool tip position bottom */				
.tool-tip.bottom{
	top: 115%;
	bottom: auto;
	left: 15%;
	margin-bottom: auto;	
}

.tool-tip.bottom:after{
	position: absolute;
	top: -12px;
	left: 15%;
	margin-left: -7px;
	content: ' ';
	height: 0px;
	width: 0px;
	border: 6px solid transparent;
	border-top-color: transparent;	
	border-bottom-color: #63656A;	
}

/* tooltip on focus left and right */

.on-focus .tool-tip.left,
.on-focus .tool-tip.right{
	margin-top: -19px;
}

/* on hover of element containing tooltip default*/

*:not(.on-focus):hover > .tool-tip,
.on-focus input:focus + .tool-tip{
	visibility: visible;
	opacity: 1;
	-webkit-transition: all 240ms ease-in-out;
	-moz-transition: all 240ms ease-in-out;
	-ms-transition: all 240ms ease-in-out;
	-o-transition: all 240ms ease-in-out;
	transition: all 240ms ease-in-out;		
}


/* tool tip slide out */

*:not(.on-focus) > .tool-tip.slideIn,
.on-focus > .tool-tip{
	display: block;
}

.on-focus > .tool-tip.slideIn{
	z-index: -1;
}

.on-focus > input:focus + .tool-tip.slideIn{
	z-index: 1;
}

/* bottom slideIn */				
*:not(.on-focus) > .tool-tip.slideIn.bottom,
.on-focus > .tool-tip.slideIn.bottom{
	top: 16%;	
}

*:not(.on-focus):hover > .tool-tip.slideIn.bottom,
.on-focus > input:focus + .tool-tip.slideIn.bottom{
	/*top: 115%;*/
}	

.on-focus > input:focus + .tool-tip.slideIn.bottom{
	top: 100%;
}




.tool-tip2{
	color: #666666;
	background: #fff;
	text-shadow: none;
	font-family:Tahoma;
	font-size:16px;
	visibility: hidden;
	text-align: center;	
	opacity: 0;
	z-index: 999;
	padding: 15px 8px;	
	position: absolute;
	cursor: default;
	-webkit-transition: all 240ms ease-in-out;
	-moz-transition: all 240ms ease-in-out;
	-ms-transition: all 240ms ease-in-out;
	-o-transition: all 240ms ease-in-out;
	transition: all 240ms ease-in-out;
	border:5px solid #DEDFDF;
	border-radius:4px;
	box-shadow: 0px 0px 12px -3px rgba(0,0,0,0.75);
}

.tool-tip2,
.tool-tip2.top2{
	top: auto;
	bottom: 103%;
	left: 50%;		
}

.tool-tip2.top2:after,
.tool-tip2:after{
	position: absolute;
	bottom: -27px;
	left: 47%;
	margin-left: -7px;
	content: ' ';
	height: 0px;
	width: 0px;
	border: 10px solid transparent;
	border-top-color: #DEDFDF;	
}

/* default heights, width and margin w/o Javscript */

.tool-tip2,
.tool-tip2.top2{
	width: auto;
	height: auto;
	margin-left: -43px;
}

/* tool tip position bottom */				
.tool-tip2.bottom2{
	top: 7%;
	bottom: auto;
	left: 15%;
	margin-bottom: auto;	
}

.tool-tip2.bottom2:after{
	position: absolute;
	top: -12px;
	left: 15%;
	margin-left: -7px;
	content: ' ';
	height: 0px;
	width: 0px;
	border: 6px solid transparent;
	border-top-color: transparent;	
	border-bottom-color: #63656A;	
}

/* tooltip on focus left and right */

.on-focus .tool-tip2.left,
.on-focus .tool-tip2.right{
	margin-top: -19px;
}

/* on hover of element containing tooltip default*/

*:not(.on-focus):hover > .tool-tip2,
.on-focus input:focus + .tool-tip2{
	visibility: visible;
	opacity: 1;
	-webkit-transition: all 240ms ease-in-out;
	-moz-transition: all 240ms ease-in-out;
	-ms-transition: all 240ms ease-in-out;
	-o-transition: all 240ms ease-in-out;
	transition: all 240ms ease-in-out;		
}


/* tool tip slide out */

*:not(.on-focus) > .tool-tip2.slideIn2,
.on-focus > .tool-tip2{
	display: block;
}

.on-focus > .tool-tip2.slideIn2{
	z-index: -1;
}

.on-focus > input:focus + .tool-tip2.slideIn2{
	z-index: 1;
}

/* bottom slideIn */				
*:not(.on-focus) > .tool-tip2.slideIn2.bottom,
.on-focus > .tool-tip2.slideIn2.bottom2{
	top: 16%;	
}

*:not(.on-focus):hover > .tool-tip2.slideIn2.bottom2,
.on-focus > input:focus + .tool-tip2.slideIn2.bottom2{
	/*top: 115%;*/
}	

.on-focus > input:focus + .tool-tip2.slideIn2.bottom2{
	top: 100%;
}



.tool-tip3{
	color: #666666;
	background: #fff;
	text-shadow: none;
	font-family:Tahoma;
	font-size:16px;
	visibility: hidden;
	text-align: center;	
	opacity: 0;
	z-index: 999;
	padding: 15px 8px;	
	position: absolute;
	cursor: default;
	-webkit-transition: all 240ms ease-in-out;
	-moz-transition: all 240ms ease-in-out;
	-ms-transition: all 240ms ease-in-out;
	-o-transition: all 240ms ease-in-out;
	transition: all 240ms ease-in-out;
	border:5px solid #DEDFDF;
	border-radius:4px;
	box-shadow: 0px 0px 12px -3px rgba(0,0,0,0.75);
}

.tool-tip3,
.tool-tip3.top3{
	top: auto;
	bottom: 116%;
	left: 100%;		
}

.tool-tip3.top3:after,
.tool-tip3:after{
	position: absolute;
	bottom: -27px;
	left: 47%;
	margin-left: -7px;
	content: ' ';
	height: 0px;
	width: 0px;
	border: 10px solid transparent;
	border-top-color: #DEDFDF;	
}

/* default heights, width and margin w/o Javscript */

.tool-tip3,
.tool-tip3.top3{
	width: auto;
	height: auto;
	margin-left: -100px;
}

/* tool tip position bottom */				
.tool-tip3.bottom3{
	top: 7%;
	bottom: auto;
	left: 15%;
	margin-bottom: auto;	
}

.tool-tip3.bottom3:after{
	position: absolute;
	top: -12px;
	left: 15%;
	margin-left: -7px;
	content: ' ';
	height: 0px;
	width: 0px;
	border: 6px solid transparent;
	border-top-color: transparent;	
	border-bottom-color: #63656A;	
}

/* tooltip on focus left and right */

.on-focus .tool-tip3.left,
.on-focus .tool-tip3.right{
	margin-top: -19px;
}

/* on hover of element containing tooltip default*/

*:not(.on-focus):hover > .tool-tip3,
.on-focus input:focus + .tool-tip3{
	visibility: visible;
	opacity: 1;
	-webkit-transition: all 240ms ease-in-out;
	-moz-transition: all 240ms ease-in-out;
	-ms-transition: all 240ms ease-in-out;
	-o-transition: all 240ms ease-in-out;
	transition: all 240ms ease-in-out;		
}


/* tool tip slide out */

*:not(.on-focus) > .tool-tip3.slideIn3,
.on-focus > .tool-tip3{
	display: block;
}

.on-focus > .tool-tip3.slideIn3{
	z-index: -1;
}

.on-focus > input:focus + .tool-tip3.slideIn3{
	z-index: 1;
}

/* bottom slideIn */				
*:not(.on-focus) > .tool-tip3.slideIn3.bottom3,
.on-focus > .tool-tip3.slideIn3.bottom3{
	top: 16%;	
}

*:not(.on-focus):hover > .tool-tip3.slideIn3.bottom3,
.on-focus > input:focus + .tool-tip3.slideIn3.bottom3{
	/*top: 115%;*/
}	

.on-focus > input:focus + .tool-tip3.slideIn3.bottom3{
	top: 100%;
}
/*##################### TOOLTIP ENDS HERE #####################*/