body{
	overflow-x:hidden;
	
	}


#slider{

	width:500px;
	top: 210px;
	position:fixed;
	z-index:9999;
}
   
#formmain{ 
	 width:260px;
   height: 360px;
    position: absolute;
    right:0px;
    border: 1px solid #d8d8d8;
    margin-left: 40px;
    padding: 16px 30px;
    border-radius: 3px;
    box-shadow: 0 0 8px gray;
	background-color: rgba(48, 49, 49, 0.42);
}

#sidebar{
	position:absolute;
	top:118px;
	left:50px;
	box-shadow: 0 0 8px gray;
	cursor:pointer;
}

#sidebar1{
	position:absolute;
	top:118px;
	left:130px;
	box-shadow: 0 0 8px gray;
	cursor:pointer;
}




.text121{ 
	margin-top: 10px;
	padding:6px;
	width:100%;
	font-size:15px;
	border-radius:2px;
	border: 2px solid #98d0f1
}


div#title{
	position:absolute;
	top:300px;
	left:650px;
	}
	

.textarea121{
	padding:6px;
	font-size:15px;
	border-radius:2px;
	border:3px solid #98d0f1;
	margin-top: 10px;
	height:80px;
	width:100%;
}	


.send121
{
background: #474b4c;
	border: none;
	color: #fff;
	width: 100%;
	font-size: 22px;
	font-weight: bolder;
	padding: 8px 0 8px 0;
	border-radius: 3px;
	cursor: pointer;
	margin-top:25px;
	
	}
	.send121:hover
	{
	background-color:#6fc36f;
	color:white;
	}

.text121
{
padding:8px;

}