@font-face {
  font-family: 'Crafty Girls';
  font-style: normal;
  font-weight: 400;
  src: local('Crafty Girls'), local('CraftyGirls'), url(0Sv8UWFFdhQmesHL32H8o3hCUOGz7vYGh680lGh-uXM.woff) format('woff');
}

#subwrapleft{
	width:43%;
	float:left;
}
#subwrapright{
	float:left;
	border-left: 1px solid #ddd;
	margin-left:30px;
	min-height:500px;
}
#wizScribe-wrapper{
	position:relative;
	margin-left:30px;
	height:320px;
	overflow:hidden;
	
}

#wizScribe-wrapper-main{
	position: fixed;
	width: 384px;
	height: 320px;
	top: auto;
	bottom: 0px;
	z-index: 99999;
}

#paper{

	position:absolute;
	z-index:-2;
	margin-top:280px;

}
#controls-hand{

	width:384px;
	height:48px;
	z-index:11;
	position:absolute;
	margin-top:270px;
	display:none;

}

#hand-close{

	float:right;
	cursor:pointer;
	padding:8px;
	

}

#hand-mute{

	float:right;
	cursor:pointer;
	vertical-align:middle;
	padding:8px;

}

#hand-logo-a{

	float:right;
	margin-right:10px;


}

#crtwrp{
		
	height:32px;
	padding:0px;
	background-color:#F5F5F5;
	width:110px;
	float:right;
	margin-right:20px;
	border-radius:5px;
		
}

#hand-play{

	float:right;
	cursor:pointer;
	vertical-align:middle;
	padding:8px;

}

/*----------Modal Box------------*/
.divModalDialog {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	background-color: rgba(0,0,0,0.8);
	z-index: 101;
	}
.divModalDialog:target {
	display: block;
	}
.divModalDialog > div {
	position: fixed;
	top: 5%;
	width: 100%;
	height: 80%;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	z-index: 102;
	}
	
	section.customerFrmHolder{
	width:400px;
	background-color:#FFF;
	position:relative;
	top:10%;
	left:50%;
	margin-left: -200px;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	}
section.close{
	position:absolute;
	right:-7px;
	top:-7px;
	z-index: 9999999;
	}
section.formInner{
	padding:20px;
	}
	
	.formInner .scroll{
		position: relative;
	}
	.formInner .scroll img{
		width: auto;
		max-width: 100%;
	}
	.textArea{
		position: absolute;
	}
	.textArea #finaltexttop1{
		font-family: 'Indie Flower',cursive;
	    font-size: 40px;
	    font-weight: bold;
	    line-height: 40px;
	    margin-left: 20px;
	    margin-top: 50px;
	    overflow: hidden;
	    position: absolute;
	    transform: rotate(-3deg);
	    white-space: nowrap;
	    width: 280px;
	    z-index: 4;
	}
	.textArea #finaltextbottom1{
		font-family: 'Indie Flower',cursive;
	    font-size: 35px;
	    font-weight: bold;
	    line-height: 40px;
	    margin-left: 27px;
	    margin-top: 110px;
	    overflow: hidden;
	    position: absolute;
	    transform: rotate(-3deg);
	    white-space: nowrap;
	    width: 280px;
	    z-index: 4;
	}
	
	
@media all and (max-width: 600px) {
  section.customerFrmHolder{
	width:70%;
	background-color:#FFF;
	position:relative;
	top:10%;
	left:30%;
	margin-left:-15%;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	}
}

.whiteText{
	color:white;
}