/*
 * SimpleModal Basic Modal Dialog
 * http://simplemodal.com
 *
 * Copyright (c) 2013 Eric Martin - http://ericmmartin.com
 *
 * Licensed under the MIT license:
 *   http://www.opensource.org/licenses/mit-license.php
 */

#basic-modal-content {display:none;}
#basic-modal-Enquiry {display:none;}
#simplemodal-container  h2{
	margin:0; 
	background:#0000FF; 
	color:#FFFFFF;
	padding:5px 0;
	text-align:center;
}
	
/* Overlay */
#simplemodal-overlay {background-color:#000;}

/* Container */
#simplemodal-container {height:auto; width:300px; color:#bbb; background-color:#333; border:4px solid #444; }
/*#simplemodal-container .simplemodal-data {padding:8px;}*/
#simplemodal-container code {background:#141414; border-left:3px solid #65B43D; color:#bbb; display:block; font-size:12px; margin-bottom:12px; padding:4px 6px 6px;}
#simplemodal-container a {color:#ddd;}
#simplemodal-container a.modalCloseImg {background:url(../img/basic/x.png) no-repeat; width:25px; height:29px; display:inline; z-index:3200; position:absolute; top:-15px; right:-16px; cursor:pointer;}
#simplemodal-container h3 {color:#84b8d9;}
.formpad{
	padding:10px;
}
.buttonform{
	float:right;
	margin:15px 20px 0 0;
	height:30px;
	color:#330000;
	font-weight:bold;
	border-radius:6px;
	background: #7db9e8; /* Old browsers */
background: -moz-linear-gradient(top, #7db9e8 0%, #0f5bdd 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7db9e8), color-stop(100%,#0f5bdd)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #7db9e8 0%,#0f5bdd 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #7db9e8 0%,#0f5bdd 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #7db9e8 0%,#0f5bdd 100%); /* IE10+ */
background: linear-gradient(to bottom, #7db9e8 0%,#0f5bdd 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7db9e8', endColorstr='#0f5bdd',GradientType=0 ); /* IE6-9 */
}
.buttonform:hover{
		background: #1e5799; /* Old browsers */
background: -moz-linear-gradient(top, #1e5799 0%, #7db9e8 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1e5799), color-stop(100%,#7db9e8)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #1e5799 0%,#7db9e8 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #1e5799 0%,#7db9e8 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #1e5799 0%,#7db9e8 100%); /* IE10+ */
background: linear-gradient(to bottom, #1e5799 0%,#7db9e8 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */
}

.input{
	width:270px;
}
.row{
	margin-top:10px;
}
	
	
