#sc_tooltip {
	position: absolute;
	opacity:0;
	z-index: 15000;
	top:0px;
	left:0px;
	background:#000;
	border: 2px solid #fff;
	border-color: rgba(255, 255, 255, 1);
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	-moz-box-shadow: 0px 0px 20px 3px #000000;
	-webkit-box-shadow: 0px 0px 20px 3px #000000;
	box-shadow: 0px 0px 20px 3px #000000;
	font-size:14px;
	width:auto;
	height:auto;
	padding:0px;
	margin:0px;
	font-size:14px;
	display:none;
	color:#fff;
	text-align:center;
}
#sc_tooltip_body  span{
	width:100%;
	height:100%;
	
  vertical-align: middle;
  display: table-cell;
}
#sc_fields {display:inline-block;margin:10px;width:270px;height:auto;}

.title_tmpl {width:100%;}

.sc_tooltip_body {width:100%;
	display:table;}
.botcheck {display:none !important;}
.sc_tooltip_body input, .sc_tooltip_body textarea {
	display: inline-block;
	margin:5px;
	padding:4px 6px;
	width:240px;
	height: 20px;
	line-height: 20px;
	color: #555;
	background-color: #fff;
	border: 1px solid #CCC;
	border-color: rgba(204, 204, 204, 1);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.sc_tooltip_body textarea {height:70px;resize: none;}

.sc_tooltip_body input:focus, .sc_tooltip_body textarea:focus {
	border: 1px solid #52a8ec !important;
	border-color: rgba(82, 168, 236, 1);
	-moz-box-shadow: 0px 0px 5px 0px #00ffff;
	-webkit-box-shadow: 0px 0px 5px 0px #00ffff;
	box-shadow: 0px 0px 5px 0px #00ffff;
}
.sc_error_inputs {
	border: 1px solid #ff0000 !important;
	border-color: rgba(255, 0, 0, 1) !important;
	-moz-box-shadow: 0px 0px 15px 0px #ff0000 !important;
	-webkit-box-shadow: 0px 0px 15px 0px #ff0000 !important;
	box-shadow: 0px 0px 15px 0px #ff0000 !important;
}

/*Buttons*/
/*X button*/
#sc_cancbtn {
	position:absolute;
	top:-6px;
	right:-6px;
	background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHolAACAgwAA+f8AAIDoAABSCAABFVgAADqXAAAXb9daH5AAAADoSURBVHjaXJE7TgNBEERr7NVyI4QIsFgyJMsJv4T7OAAfgATkK/gUhL4IwQaW1596BDuzbrukkaanS1011QKUzyfwiq3wJuAJmJdaQI39A4DdYTeBfI/d5d4XMC6TIzpgAtzle8RHJelX0kFSpR61pFWvr1opaQCso3R7NsuO9w32I7ZOn7Nvgb8zYk9usR+wha3RIBelTxYk6aiUuqE/WIL2wka01QJNsfSCvb9IY5NJEXvst5Gka6VUBRsHwUzSVLALBitJN/3i4DtPOZY0chANsM0Wl8BVaQhYYL+XNMK2n7EXpf4fAJpckihzbLoXAAAAAElFTkSuQmCC) 50% 50% no-repeat #000 !important;
	border: 2px solid #fff;
	border-color: rgba(255, 255, 255, 1);
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	border-radius: 18px;
	width:18px;
	height:18px;
	padding:0;
	margin:0;
	font-size:14px;
	line-height:18px;
	color:#fff;
	text-align:center;
	cursor:pointer;
}

/*Send button*/
#sc_sendbtn {
	background: #000 !important;
	border: 2px solid #fff;
	border-color: rgba(255, 255, 255, 1);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding:5px 15px;
	font-size:14px;
	line-height:30px;
	color:#fff;
	text-align:center;
	cursor:pointer;
}

#sc_sendbtn:hover, #cancbtn:hover {
	-moz-box-shadow: 0px 0px 20px 3px #ccc; 
	-webkit-box-shadow: 0px 0px 20px 3px #ccc; 
	box-shadow: 0px 0px 20px 3px #ccc;
}

/*Arrows*/

#sc_arrow_top {
	position:absolute;
	top:-20px;
	left:50%; 
	margin-left:-20px;
	width:0px;height:0px;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-bottom: 20px solid #fff;
}
#sc_arrow_top_inner {
	position:absolute;
	top:4px;
	left:50%; 
	margin-left:-16px;
	width:0px;height:0px;
	border-left: 16px solid transparent;
	border-right: 16px solid transparent;
	border-bottom: 16px solid #000;
}

#sc_arrow_right {
	position:absolute;
	right:-20px;
	top:50%; 
	margin-top:-20px;
	width: 0px;height: 0px;
	border-top: 20px solid transparent;
	border-left: 20px solid #fff;
	border-bottom: 20px solid transparent;
}
#sc_arrow_right_inner {
	position:absolute;
	right:4px;
	top:50%; 
	margin-top:-16px;
	width:0px;height:0px;
	border-top: 16px solid transparent;
	border-left: 16px solid #000;
	border-bottom: 16px solid transparent;
}

#sc_arrow_bottom {
	position:absolute;
	bottom:-20px;
	left:50%; 
	margin-left:-20px;
	width: 0px;height: 0px;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 20px solid #fff;
}
#sc_arrow_bottom_inner {
	position:absolute;
	bottom:4px;
	left:50%; 
	margin-left:-16px;
	width:0px;height:0px;
	border-left: 16px solid transparent;
	border-right: 16px solid transparent;
	border-top: 16px solid #000;
}

#sc_arrow_left {
	position:absolute;
	left:-20px;
	top:50%; 
	margin-top:-20px;
	width: 0px;height: 0px;
	border-top: 20px solid transparent;
	border-right: 20px solid #fff;
	border-bottom: 20px solid transparent;
}
#sc_arrow_left_inner {
	position:absolute;
	left:4px;
	top:50%; 
	margin-top:-16px;
	width:0px;height:0px;
	border-top: 16px solid transparent;
	border-right: 16px solid #000;
	border-bottom: 16px solid transparent;
}