/* only show help form and button on screens larger than smartphones */
@media (min-width: 768px) {


/*body{
	overflow:hidden;
	width:960px;
	margin:10px auto;
} */

/*p{
	border-bottom: 1px dotted #d8d8d8;
	padding-bottom: 15px;
	font-size:17px;
} */

#slideslider{
	width:450px;
	top:100px;
	position:fixed;
	background-color: #FFFFFF;
	z-index: 1000;
}
   
#slideheader{
	width:350px;
	height:600px;
	position:absolute;
	left:60px;
	border:1px solid #d8d8d8;
	margin-left:40px;
	padding:20px 20px;
	border-radius:3px;
	box-shadow: 0 0 8px gray;
	background-color: #FFFFFF !important;
/*	top: 61px; */
}


#slidesidebar{
	position:absolute;
	top:250px;
	left:450px;
	box-shadow: 0 0 8px gray;
}

#slidesidebar1{
	position:absolute;
	top:250px;
	left:450px;
	box-shadow: 0 0 8px gray;
}



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


div#title{
	position:absolute;
	top:300px;
	left:650px;
	}
	
slideselect{
	padding:6px;
	width:100%;
	font-size:15px;
	border-radius:2px;
	border:3px solid #76bdbf;
}

textarea{
	padding:6px;
	font-size:15px;
	border-radius:2px;
	border:3px solid #76bdbf;
	margin-top: 10px;
	height:80px;
	width:100%;
}	

button{
	background:#76bdbf !important;
	border: none;
	color: #fff;
	width: 50%;
	font-size: 20px!important;
	font-weight: normal!important;
	padding: 4px 0 4px 0;
	border-radius: 3px;
	cursor: pointer;
	margin-top:10px;
}


}