body{
	overflow-x:hidden;
	
	margin:10px auto;
}



#slider121{

	width:500px;
	    top: 184px;
	position:fixed;
	z-index:9999;
}
   
#formmain{ 
    width: 280px;
    height: 319px;
    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: #fbf8f8;
}



#sidebar{
	position:absolute;
	    top: 107px;
    left: 113px;
	box-shadow: 0 0 8px gray;
}

#sidebar1{
	position:absolute;
	    top: 107px;
    left: 113px;
	box-shadow: 0 0 8px gray;
}



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

h4{
	font-size:15px;
}
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;

}