#enq{
	width:500px;
	top:200px;
height:600px;
	position:fixed;
	z-index:999;
	}
   
#header{ 
	width:345px;
	
	position:absolute; 
	right:0px; 
	margin-left:40px;
	padding:20px 10px;
	border-radius:3px;
	background: #f7941d; /* Old browsers */
	background: -moz-linear-gradient(top,  #f7941d 0%, #f7941d 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7941d), color-stop(100%,#f7941d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f7941d) 0%,#f7941d 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f7941d) 0%,#f7941d 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f7941d 0%,#f7941d 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f7941d 0%,#f7941d 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33cc66', endColorstr='#006e2e',GradientType=0 ); /* IE6-9 */
   
}


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

#sidebar1{
	position:absolute;
	top:180px;
	left:80px;
	box-shadow: 0 0 8px gray;
	

}


h3{
	font-family: 'Roboto Slab', serif;
}

input[type=text]{ 
	margin-top: 5px;
	padding:6px;
	width:100%;
	font-size:15px;
	border-radius:2px;
	border:2px solid #F97211;
	color:#8C8C8C;
	font-size:12px;
}
input[type=email]{ 
	margin-top: 10px;
	padding:6px;
	width:100%;
	font-size:15px;
	border-radius:2px;
	border:2px solid #F97211;
	color:#8C8C8C;
	font-size:12px;
}



h4{
	font-size:14px;
	color:#fff;
}
div#title{
	position:absolute;
	top:300px;
	left:650px;
	}
	
select{
	padding:6px;
	width:100%;
	font-size:15px;
	border-radius:2px;
	border:2px solid #F97211;
	color:#8C8C8C;
	font-size:12px;
}

textarea{
	padding:6px;
	font-size:15px;
	border-radius:2px;
	border:2px solid #F97211;
	margin-top: 10px;
	height:80px;
	width:100%;
	color:#8C8C8C;
	font-size:12px;
}	

button{
    background: rgb(204,51,51); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(204,51,51,1) 0%, rgba(204,10,10,1) 51%, rgba(204,51,51,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(204,51,51,1)), color-stop(51%,rgba(204,10,10,1)), color-stop(100%,rgba(204,51,51,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(204,51,51,1) 0%,rgba(204,10,10,1) 51%,rgba(204,51,51,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(204,51,51,1) 0%,rgba(204,10,10,1) 51%,rgba(204,51,51,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(204,51,51,1) 0%,rgba(204,10,10,1) 51%,rgba(204,51,51,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(204,51,51,1) 0%,rgba(204,10,10,1) 51%,rgba(204,51,51,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc3333', endColorstr='#cc3333',GradientType=0 ); /* IE6-9 */
    border: none;
	color: #fff;
	width:40%;
	font-size:12px;
	font-weight: bolder;
	padding: 4px 0 4px 0;
	border-radius: 3px;
	cursor: pointer;
	margin-top:10px;
	
}
/*--------------------------------------
		Advertisement div
----------------------------------------*/
.formget{
	width:300px;
	margin-top: 65px;
	margin-left: 57px;
	float: left;
	}