﻿    
	#ssi-absolute{
		position: fixed !important;
		top: 260px;
		z-index: 9999 !important;
		left: 0;
		width: 200px !important;
	}

	.contact-side li{
		margin: 0 0 5px 0;
		width: 180px;
		height: 30px;
		display: block;
		background: #3b94e3;
		line-height: 30px;
		text-align: right;
		font-size: 22px; 
		border-top-right-radius: 5px;
		border-bottom-right-radius: 5px;
		position: relative;
		left: -180px;
		border: none !important;
		
	}
.contact-side li img{
	width: 30px;
	height: 30px;
	border: none !important;
}
.contact-side li a{
	display:block;
	color: #ffffff !important;
}
.contact-side li a:hover{
	cursor: pointer;
}
.contact-side li span{
	float: left;
	margin-left: 5px;
}


#ssi-contact-form{
	background: #3b94e3;
	color: #ffffff !important;
}
