
#sliding-contact{
	width:500px;
	top:100px;
	position:absolute; z-index: 1000;
}
   
#slide-header{ 
background: #fff;
	width: 300px;
	height:560px;
	position:absolute; 
	right:0px; 
	border:1px solid #8f9c00;
	margin-left:40px;
	padding:20px 10px;
}


#sidebar{
	position:absolute;
	top:180px;
	left:113px;
}

#sidebar1{
	position:absolute;
	top: 200px;
	left:140px;
	box-shadow: 0 0 8px #50791c;
}

input[type=text]{ 
	margin-top: 10px;
	padding:6px;
	width:100%;
	font-size:15px;
	border-radius:2px;
	border: 1px solid #a6b500;
}

input.send	{
background: #9ab432;
}

h4{
	font-size:15px;
}
div#title{
	position:absolute;
	top:300px;
	left:650px;
	}
	
textarea{
	padding:6px;
	font-size:15px;
	border:1px solid #a6b500;
	margin-top: 10px;
	height:80px;
	width:100%;
}	

button{
	background: 89a02c;
	border: none;
	color: #fff;
	width: 100%;
	font-size: 18px;
	padding: 6px 0 6px 0;
	cursor: pointer;
	margin-top:25px;
}

button:hover	{
background: #8f9c00;
-o-transition: ackground .5s ease-out;
-ms-transition:background .5s ease-out;
-moz-transition:background .5s ease-out;
-webkit-transition:background .5s ease-out;
/* ...and now override with proper CSS property */
transition:background .5s ease-out;
}
