@charset "utf-8";
/* CSS Document */

.contact-details{
	margin-left:10px;
}

.contact-details p{
	font-size:14px;
	line-height:22px;
	
}

.loginBoxGreen{
	font-size:20px;
	padding-bottom:10px;
	width:50%;
}

.loginTitle{
	font-size:16px;
	padding-bottom:5px;
	color:#333;
	font-weight: 600;
}


.map{
	width:610px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:#09F 1px solid;
	border:1px solid #FFB9B9;
	-moz-box-shadow:0 0 6px #ddd;
	-webkit-box-shadow:0 0 6px #ddd;
	margin-left:10px;
}

.loginBoxGreen input[type="text"], .loginBoxGreen select{
	background-color: #FDFDFD;
	background-image: -moz-linear-gradient(center top , #FDFDFD, #F8F8F8);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FDFDFD', endColorstr='#F8F8F8');
	background: -webkit-gradient(linear,left top,left bottom,from(#FDFDFD),to(#F8F8F8));
	background: -moz-linear-gradient(top,#FDFDFD,#F8F8F8);
	background-image: -ms-linear-gradient(top, #FDFDFD 0%, #F8F8F8 100%);
	background-image: -o-linear-gradient(top, #FDFDFD 0%, #F8F8F8 100%);
	border: 1px solid #BBBBBB;
	border-radius: 0.2em;
	color:#333;
	font-size: 18px;
	margin: 10px 0px;
	padding: 8px 0 8px 12px;
	-o-transition: 1s;
	-ms-transition: 1s;
	-moz-transition: 1s;
	-webkit-transition: 1s;
	transition: 1s;
	width:100%;
}

.loginBoxGreen textarea{
	background-color: #FDFDFD;
	background-image: -moz-linear-gradient(center top , #FDFDFD, #F8F8F8);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FDFDFD', endColorstr='#F8F8F8');
	background: -webkit-gradient(linear,left top,left bottom,from(#FDFDFD),to(#F8F8F8));
	background: -moz-linear-gradient(top,#FDFDFD,#F8F8F8);
	background-image: -ms-linear-gradient(top, #FDFDFD 0%, #F8F8F8 100%);
	background-image: -o-linear-gradient(top, #FDFDFD 0%, #F8F8F8 100%);
	border: 1px solid #BBBBBB;
	border-radius: 0.2em;
	color:#333;
	font-size: 18px;
	margin: 10px 0px;
	padding: 8px 0 8px 12px;
	-o-transition: 1s;
	-ms-transition: 1s;
	-moz-transition: 1s;
	-webkit-transition: 1s;
	transition: 1s;
	width:100%;
}

.loginBoxGreen input[type="text"]:focus, .loginBoxGreen textarea:focus{
	border:1px solid #333;
	-moz-box-shadow:0 0 6px #ddd;
	-webkit-box-shadow:0 0 6px #ddd;
}

.gen-text{
	font-size:16px;
	width:98%;
	padding:5px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:#776354 1px solid;
	background-color:#FFF;
		margin-top:10px;
}

.green-submit{
	background-color:#679941;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#776354', endColorstr='#776354');
	background:-webkit-gradient(linear,left top,left bottom,from(#776354),to(#776354));
	background:-moz-linear-gradient(top,#776354,#776354);
	color:#FFF;
	font-size:13px;
	border:0px;
	padding:3px 15px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-moz-box-shadow:0 0 6px #ddd;
	-webkit-box-shadow:0 0 6px #ddd;
	cursor:pointer;
}

.overview{
	margin-bottom:10px;
	border:1px solid #999;
	padding:10px;
	background-color:#F7F7F7;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}

#contactForm #submit-button {
	color: #FFF;
	background-color: #94ad4a;
	border-radius: 3px;
	font-weight: bold;
	border: 0px;
	padding: 5px 15px;
}

.overview-red{
	border:1px solid #F00;
	background-color:#FFF2F2;
	color:#F00;
	padding:10px;
	margin-bottom:15px;
	border-radius:3px;
}

.overview-green{
	border:1px solid #090;
	background-color:#DFFFDF;
	color:#090;
	padding:10px;
	margin-bottom:15px;
	border-radius:3px;
}

