
body{
	background-image:url('../images/search.png');
	-webkit-background-size:cover;
		-moz-background-size:cover;
			-o-background-size:cover;
				background-size:cover;
					min-height:300 px;
}
.form-control{
	font-family:corbel;
	background:rgba(82,78,78,0.7);
	border-color:rgba(82,78,78,0.7);
}
input[type=search] {
    
    background: rgba(82,78,78,0.7);
    border-color: rgba(82,78,78,0.7);
    margin-bottom: 10px;
    
}
.modal-header {
    padding: 15px;
    border-bottom:1px solid #c61a16;	
}
.modal-content{
	/*width:30%;	
	/*background-image:url('../images/Contact-us.jpg');*/
	background-color:rgba(9,9,9,0.8);
	margin-left:550px;
	margin-top:150px;

}
