.asitemplateEditor {
    -moz-appearance: textfield-multiline;
    -webkit-appearance: textarea;
    overflow: auto;
    width: 100%;
	height:200px;
    background-color:white;
	border-radius: 0 0 2px 2px;
	border:1px solid #CCC;
	border-top:none;
	font: 16px / 1.0 Arial, 'Helvetica Neue', Helvetica, sans-serif;
	padding:5px;
	outline:none;
}
[data-asi-insertdrop]{
	display: none;
	position: absolute;
	background-color: #f1f1f1;
	min-width: 160px;
	overflow: auto;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
}
[data-asi-insertdrop] a {
	color: black;
	padding: 5px 5px;
	text-decoration: none;
	display: block;
}
.asi-edit-dropdown a:hover {
	background-color: #0061ba;
	color:#FFF;	
}
.asiTempShow {display: block;}
.tempButtons{
	border-radius: 2px 2px 0 0;
	border:1px solid #CCC;
	background-color:#f5f5f5;
	display:inline-block;
	box-sizing:none;
	width:100%;
}

.asiTempFontSelector{
	height:21px;
	vertical-align: top;
	padding:0;
	line-height: 20px;
}

.asiTempButtonAlign{
	vertical-align: top;
}
.asiTempButtonAlign.active{
	color:red;
}

.noselect{
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.asitemplateEditor p {
	margin: 0;
}
font[size='1'] {line-height: 1.0;}
font[size='2'] {line-height: 1.0;}
font[size='3'] {line-height: 1.0;}
font[size='4'] {line-height: 1.0;}
font[size='5'] {line-height: 1.0;}
font[size='6'] {line-height: 1.1;}
font[size='7'] {line-height: 1.1;}
