
.contact-form {
	position: relative;
    padding-bottom: 30px;
}
	
.contact-form div{
	padding:4px 0;
}
.contact-form span{
	display:block;
	font-size:1.2em;
	color: #333;
	
	font-family :arial;
}
.contact-form input[type="text"],.contact-form textarea{
		    padding:8px;
			display:block;
			width:98%;
			background:#fcfcfc;
			border: none;
			outline:none;
			color:#464646;
			font-size:1.0em;
			font-family:Arial;
			box-shadow: inset 0px 0px 3px #999;
			-webkit-box-shadow: inset 0px 0px 3px #999;
			-moz-box-shadow: inset 0px 0px 3px #999;
			-o-box-shadow: inset 0px 0px 3px #999;
			-webkit-appearance:none;
			    margin-left: 1px;
				margin-top:5px;
}
.contact-form textarea{
		resize:none;
		height:120px;		
}
.contact-form input[type="submit"]{
	color:#FFF;
    border-bottom: 2px solid red;
	background: #4c4c4c;
	background: #4c4c4c;
	background: -moz-linear-gradient(top,  #4c4c4c 0%, #383838 0%, #474747 0%, #282727 0%, #292929 0%, #2c2c2c 0%, #3f3e3e 0%, #292929 51%, #1c1c1c 52%, #111111 100%, #151415 100%, #161616 100%, #151415 100%, #666666 100%, #212121 100%, #1c1c1c 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4c4c4c), color-stop(0%,#383838), color-stop(0%,#474747), color-stop(0%,#282727), color-stop(0%,#292929), color-stop(0%,#2c2c2c), color-stop(0%,#3f3e3e), color-stop(51%,#292929), color-stop(52%,#1c1c1c), color-stop(100%,#111111), color-stop(100%,#151415), color-stop(100%,#161616), color-stop(100%,#151415), color-stop(100%,#666666), color-stop(100%,#212121), color-stop(100%,#1c1c1c));
	background: -webkit-linear-gradient(top,  #4c4c4c 0%,#383838 0%,#474747 0%,#282727 0%,#292929 0%,#2c2c2c 0%,#3f3e3e 0%,#292929 51%,#1c1c1c 52%,#111111 100%,#151415 100%,#161616 100%,#151415 100%,#666666 100%,#212121 100%,#1c1c1c 100%);
	background: -o-linear-gradient(top,  #4c4c4c 0%,#383838 0%,#474747 0%,#282727 0%,#292929 0%,#2c2c2c 0%,#3f3e3e 0%,#292929 51%,#1c1c1c 52%,#111111 100%,#151415 100%,#161616 100%,#151415 100%,#666666 100%,#212121 100%,#1c1c1c 100%);
	background: -ms-linear-gradient(top,  #4c4c4c 0%,#383838 0%,#474747 0%,#282727 0%,#292929 0%,#2c2c2c 0%,#3f3e3e 0%,#292929 51%,#1c1c1c 52%,#111111 100%,#151415 100%,#161616 100%,#151415 100%,#666666 100%,#212121 100%,#1c1c1c 100%);
	background: linear-gradient(to bottom,  #4c4c4c 0%,#383838 0%,#474747 0%,#282727 0%,#292929 0%,#2c2c2c 0%,#3f3e3e 0%,#292929 51%,#1c1c1c 52%,#111111 100%,#151415 100%,#161616 100%,#151415 100%,#666666 100%,#212121 100%,#1c1c1c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#1c1c1c',GradientType=0 );
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);  
	padding: 10px 40px;
	box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.5) inset, 0 1px 1px #202020 inset, 1px 2px 2px -1px rgba(0, 0, 0, 0.3);   
  -moz-box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.5) inset, 0 1px 1px #202020 inset, 1px 2px 2px -1px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.5) inset, 0 1px 1px #202020 inset, 1px 2px 2px -1px rgba(0, 0, 0, 0.3);  
   -moz-border-radius: 6px; -webkit-border-radius: 6px; border-radius: 6px;
   cursor:pointer;
   font-size:0.9em;
    font-family:Arial, Helvetica, sans-serif;
    position:absolute;
    right:0;
}
.contact-form input[type="submit"]:hover{
	color:red;
}

.address p{
	font-size:1.0em;
	color:#333;
	font-family :arial;
	line-height:0;
	padding:.9em 0;
	
}
.address p span{
	text-decoration:underline;
	color:#333;
	cursor:pointer;
}

.send_enquiry{
 float:left;
    width: 15%;
	margin:; 
    text-align: center;

}
#dialog-link{

       /* background: #3C8EBB; */
    padding: 10px;
    color: #000;
    cursor: pointer;
    border-radius: 3px;
    font-size: 20px;
    /* RIGHT: -71px; */
    RIGHT: -20px;
    background: #cc9292;
    width:  155px;
    BORDER-RADIUS: 5PX;
    /* height: 25px; */
    padding: 17px 24px 13px 37px;
    /* -webkit-transform: rotate(270deg); */
    /* transform: rotate(90deg); */
    position: fixed;
    z-index: 99999;
    top: 15%;
    text-decoration: none;
    box-shadow: 1px 1px 5px #000;
   font-size: 17px;
	font-weight:bold;
	}
	
	
	
.call_me{
 float:left;
    width: 12%;
    text-align: center;
}
#dialog1-link{
        /* background: #3C8EBB; */
    padding: 10px;
    color: #000;
    cursor: pointer;
    border-radius: 3px;
    font-size: 20px;
    /* RIGHT: -71px; */
    RIGHT: -20px;
    background:#cc9292;
    width:  155px;
    BORDER-RADIUS: 5PX;
    /* height: 25px; */
    padding: 17px 24px 13px 13px;
    /* -webkit-transform: rotate(270deg); */
    /* transform: rotate(90deg); */
    position: fixed;
    z-index: 99999;
    top: 24%;
    text-decoration: none;
    box-shadow: 1px 1px 5px #000;
    font-size: 17px;
	font-weight:bold;
	}
	
.main_body:hover{
	background:rgba(0, 0, 0, 0.4);}

.map{
	border:1px solid #C7C7C7;
	margin-bottom:15px;
}
