#sc_tooltip {
	position: absolute;
	opacity:0;
	z-index: 15000;
	top:0px;
	left:0px;
	
	
background: rgb(30,87,153); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFlNTc5OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM0JSIgc3RvcC1jb2xvcj0iIzQzOGJjNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjY2JSIgc3RvcC1jb2xvcj0iIzQzOGJjNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3ZGI5ZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(30,87,153,1) 0%, rgba(67,139,198,1) 34%, rgba(67,139,198,1) 66%, rgba(125,185,232,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(30,87,153,1)), color-stop(34%,rgba(67,139,198,1)), color-stop(66%,rgba(67,139,198,1)), color-stop(100%,rgba(125,185,232,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(30,87,153,1) 0%,rgba(67,139,198,1) 34%,rgba(67,139,198,1) 66%,rgba(125,185,232,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(30,87,153,1) 0%,rgba(67,139,198,1) 34%,rgba(67,139,198,1) 66%,rgba(125,185,232,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(30,87,153,1) 0%,rgba(67,139,198,1) 34%,rgba(67,139,198,1) 66%,rgba(125,185,232,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(30,87,153,1) 0%,rgba(67,139,198,1) 34%,rgba(67,139,198,1) 66%,rgba(125,185,232,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=0 ); /* IE6-8 */


	
	
	
	
	
	border: 2px solid #fff;
	border-color: rgba(255, 255, 255, 1);


	
	-moz-box-shadow: 0px 0px 20px 3px #000000;
	-webkit-box-shadow: 0px 0px 20px 3px #000000;
	box-shadow: 0px 0px 10px 3px #ccc;
	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 #fefe00 !important;
	border-color: rgba(254, 254, 0, 1);
	-moz-box-shadow: 0px 0px 5px 0px #fefe00; 
	-webkit-box-shadow: 0px 0px 5px 0px #fefe00; 
	box-shadow: 0px 0px 5px 0px #fefe00;
}
.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: -4px;
    right: 4px;
    width: 30px;
    height: 30px;
    padding: 0;
    margin: 0;
    font-size: 14px;
    line-height: 18px;
    color: #fff;
    text-align: center;
    cursor: pointer;
}

/*Send button*/
#sc_sendbtn {
	background: #FFE!important;
    border-color: rgba(255, 255, 255, 1);
    padding: 5px 15px;
    line-height: 30px;
    color: #333;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
}


/*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 #1E5799;
}

#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 #438BC6;
	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 #7db9e8;
}

#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 #438BC6;
	border-bottom: 16px solid transparent;
}