.txtNote{
	
	top: 20%;
	left: 20%;
	position: absolute;
	background-size:cover;
 	background-color: #fdfdc8;
	
	border-radius: 10px 10px 10px 10px;
	z-index: 1;
}
.txtCanvas{
	background-color: #fdfdc8;
	top: 20%;
	left: 20%;
	position: absolute;
	
	border-radius: 10px 10px 10px 10px;
	z-index: 1;
}
.websearch{

	top: 20%;
	left: 20%;
	position: absolute;
	
	border-radius: 10px 10px 10px 10px;
	z-index: 1;
}


.smalltext{
	
	top: 0px;
	left: 20%;
	position: absolute;
	background-color: #fdfdc8;
	border-radius: 10px 10px 10px 10px;


    top: 0px;
}
.txtNote h2{
	color: #888864;
	font-size: 18px;
	padding-left: 35px;
	line-height: 36px;
	
}
.txtNote textarea{
	width: 370px;
	height: 190px;
	background-color: transparent;
	
	font-size: 24px;
	border-color: transparent;
	border-radius: 10px 10px 10px 10px;



	min-height: 80px;
	min-width: 350px;
}

.txtCanvas canvas{
	width: 370px;
	height: 190px;
	background-color: transparent;
	margin: 0 5px 5px 5px;
	font-size: 24px;
	border-color: transparent;
	border-radius: 10px 10px 10px 10px;
	
}
.canvastxt{
	width: 370px;
	height: 190px;
	background-color: transparent;
	margin: 0 5px 5px 5px;
	font-size: 24px;
	border-color: transparent;
	border-radius: 10px 10px 10px 10px;
	
}
.txtNote .close_box{
	position: absolute;
	

}
.txtNote .close_box a > span::after {
	/*font-family: "libricons";
	font-size: 16px;
	display: inline-block;
	content: '\e00b';
	color: #888864;
	border-radius: 30px;
	padding: 5px;*/
}
.btndiv{
	
   height: 45px;
    border-radius: 10px 10px 0px 0px;
	background-image: url(ToolBar/txtbgbtn.png);
    
}
.a1span{
	font-size: 30px;
}
.a2span{
	font-size: 30px;padding-left: 10px;
}
.narrow_box{
	    position: absolute;
       right: 40px;
        
}
.close_box{
	     position: absolute;
    right: 0px;
     
}
.textimgDiv img{
	width: 60px;
	height: 60px;
}
.linkDiv a{
	 color: #fff !important;
	 background-color:rgba(54, 48, 48, 0.729412); 
   	min-height: 30px;
   	min-width: 10px;
   	font-size: 2.0em;
	 border-radius: 10px;
    padding: 3px;
}
