.e107-tiny{
	border-radius:15px; -moz-border-radius:15px; -webkit-border-radius:15px;
	box-shadow:inset 0 0 10px #999; -moz-box-shadow:inset 0 0 10px #999; -webkit-box-shadow:inset 0 0 10px #999;
	border: 1px solid #000;
}
.te107-round{
	border-radius:8px; -moz-border-radius:8px; -webkit-border-radius:8px;
	box-shadow:inset 0 0 10px #999; -moz-box-shadow:inset 0 0 10px #999; -webkit-box-shadow:inset 0 0 10px #999;
	border: 2px solid #999;
}
#te107-btn{
	width: 180px;
	height: 40px;
	z-index: -100;
	font-weight: bold;
	border-radius:8px; -moz-border-radius:8px; -webkit-border-radius:8px;
	box-shadow:inset 0 0 10px #999; -moz-box-shadow:inset 0 0 10px #999; -webkit-box-shadow:inset 0 0 10px #999;
	border: 0;
	color: #fff;
	background-image: -webkit-gradient(
			linear,
			left bottom,
			left top,
			color-stop(0, rgb(255,153,0)),
			color-stop(0.75, rgb(204,102,0))
		);
	background-image: -moz-linear-gradient(
			center bottom,
			rgb(255,153,0) 0%,
			rgb(204,102,0) 75%
		);
}
#te107-btn:hover{
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, rgb(255,102,51)),
		color-stop(0.75, rgb(204,51,0))
	);
	background-image: -moz-linear-gradient(
		center bottom,
		rgb(255,102,51) 0%,
		rgb(204,51,0) 75%
	);
}
#te107-header{
	height: 40px;
	padding: 20px;	
}
#te107-headerinfo{
	padding: 20px;
}
.te107-formholder{
	width: 30%;
	height: 50px;
	padding: 15px 10px 20px 30px;
	font-size:14px;
}
.te107-info{
	font-size: 9px;
	line-height: 9px;
	color: #F00;
}
#e107-author-link, #e107-author-check{
	float: right; 
	margin: 13px 30px 10px 0;
	font-weight: bold;
}
#e107-author-check{
	margin: 10px;
	
}
.te107-input{
	height: 18px;
	font-size: 14px;
	font-weight: bold;
	width: 80%;
	border-radius:7px; -moz-border-radius:7px; -webkit-border-radius:7px;
	box-shadow:inset 0 0 10px #ccc; -moz-box-shadow:inset 0 0 10px #ccc; -webkit-box-shadow:inset 0 0 10px #ccc;
	border:1px solid #ccc;
	padding:3px 3px 3px 10px;
}
.te107-input:hover, .te107-input:focus{
	box-shadow:inset 0 0 10px #ddd; -moz-box-shadow:inset 0 0 10px #ddd; -webkit-box-shadow:inset 0 0 10px #ddd;
	border:1px solid #999;
}
.te107-input-holder select option { background: transparent; border: none; height: 18px;}
.te107-input-holder select {width: 83%;height: 27px;}


.te107-input-holder{
	width: 60%;
	text-align: center;
}
.te107-textarea{
	width: 80%;
	height: 80px;
	padding: 10px;	
}
.te107-codeholder{
	width: 100%; 
	height: 200px; 
	padding: 10px;
}
.te107-cssedit{
	height:250px;
	overflow: auto;
	padding: 20px;
	margin: 20px 10px 30px 10px; 
	border:none;
}
.te107-settings_title{
	font-size: 18px;
	text-align: center;
	margin-top: 10px;
	padding: 5px;
	height: 25px;
}
.te107-button{
	padding-top: 10px;
	text-align: right;
}
.te107-css3{
	float: left;
	width: 20%;
	margin: 10px 5px 5px 5px;
	padding: 10px;
	height: auto;
}
.te107_input_title{
	width: 80%;
	height: 30px;
	fontsize: 18px;
	font-weight: bold;
	text-align: left;
}

