@charset "utf-8";
/* CSS Document */


.emptymessage {
	width: 280px; 
	height: auto; 
	font-size: 14px; 
	font-family: 'Lato', sans-serif; /* Google Web Fonts, https://fonts.google.com */
	font-weight: bold; 
	background-color: #BC8DFF; 
	color: #2F2F2F; 
	margin: 10px 10px 10px 10px; 
	padding: 10px 20px 10px 20px; 
	text-align: left; 
	display: inline-block;
}

.errormessage {
	width: 280px; 
	height: auto; 
	font-size: 14px; 
	font-family: 'Lato', sans-serif; /* Google Web Fonts, https://fonts.google.com */
	font-weight: bold; 
	background-color: #FF8A9D; 
	color: #2F2F2F; 
	margin: 10px 10px 10px 10px; 
	padding: 10px 20px 10px 20px; 
	text-align: left; 
	display: inline-block;
}





.contactform {
	min-width: 330px;
	max-width: 450px;
	height: auto;
	min-height: 500px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 30px;
}

.formsection1 {
	min-height: 70px;
	width: 310px;
	margin-left: auto; 
	margin-right: auto; 
	margin-top: 20px;
	margin-bottom: 25px;
	font-size: 18px;
	clear: both;
	float: left;
	display: inline-block;
}

.formsection2 { 
	min-height: 200px;
	width: 310px;
	margin-left: auto; 
	margin-right: auto; 
	margin-top: 20px;
	margin-bottom: 25px;
	font-size: 18px;
	clear: both;
	float: left;
	display: inline-block;
	}

.formsection3 { 
	min-height: 70px;
	width: 310px;
	margin-left: auto; 
	margin-right: auto; 
	margin-top: 20px;
	margin-bottom: 25px;
	text-align: center;
	display: inline-block;
	}

.formsection4 { 
	height: 40px;
	width: 310px;
	margin-left: auto; 
	margin-right: auto; 
	margin-top: 20px;
	margin-bottom: 25px;
	font-size: 18px;
	clear: both;
	float: left;
	display: inline-block;
	}

.formsection0 { 
	height: auto;
	min-width: 330px;
	max-width: 550px;
	margin-left: auto; 
	margin-right: auto; 
	margin-top: 15px;
	margin-bottom: 15px;
	display: inline-block;
	vertical-align: top;
	}

.formsectionDouble { 
	height: auto;
	max-width: 770px;
	margin-left: auto; 
	margin-right: auto; 
	margin-top: 15px;
	margin-bottom: 15px;
	display: inline-block;
	}

.formsectionDouble1 { 
	height: auto;
	min-width: 300px;
	margin-left: auto; 
	margin-right: auto; 
	margin-top: 15px;
	margin-bottom: 15px;
	display: inline-block;
	vertical-align: top;
	}


.formlabel {
	width: 100%;
	height: auto;
	margin: 0 0 10px 2px;
	font-size: 16px;
	color: #333333;
	font-family: 'Carter One', sans-serif; /* Google Web Fonts, https://fonts.google.com */
	display: inline-block;
	font-weight: normal;
	float: left;
	}

.formbox {
	width: 330px;
	height: auto;
	float: left;
	display: inline-block;
}

.formchoice {
	margin: 10px 0 5px 2px;
	font-size: 14px;
	color: #333333;
	font-family: 'Bitter', sans-serif; /* Google Web Fonts, https://fonts.google.com */
	display: inline-block;
}



.radiolabels {
	float: left;
	display: block;
	font-size: 16px;
	color: #333333;
	margin: 20px 20px 0 0;
	}

.checkboxlabels {
	float: left;
	display: block;
	font-size: 16px;
	color: #333333;
	margin: 20px 0px 0 20px;
	}


input[type=text], input[type=email], input[type=tel] {
	width: 330px;
	height: 40px;
	display: inline-block;
	border: 1px solid #990000;
	-webkit-appearance: textfield; /* Safari and Chrome */
	-moz-appearance: textfield; /* Firefox */
	appearance: textfield;
	line-height: 40px; 
	text-align: left;
	font-size: 16px;
	color: #333333;
/*	float: left;*/
	margin: 0px 0px 10px 0;
	padding: 0 0 0 0;
	background: #ffffff;
}

#generalcontact textarea {
	-webkit-appearance: textarea;  /* Safari and Chrome */
	-moz-appearance: textarea; /* Firefox */
	appearance: textarea;
	display: block;
	height: 160px;
	line-height: 20px; 
	font-size: 16px;
	border: 1px solid #990000;
	min-width: 330px;
	max-width: 550px;
	}

#generalcontact select {
	width: 330px;
	height: 40px;
	margin: 0px 0px 20px 0px;
	vertical-align: middle;
	background-color: #ffffff;
	-webkit-appearance: none; 
	-moz-appearance: none;
	border: 1px solid #990000;
	color: #333333;
	cursor: pointer;
}

#surnameinquiry textarea {
	-webkit-appearance: textarea;  /* Safari and Chrome */
	-moz-appearance: textarea; /* Firefox */
	appearance: textarea;
	display: block;
	height: 160px;
	line-height: 20px; 
	font-size: 16px;
	border: 1px solid #990000;
	min-width: 330px;
	max-width: 550px;
	}

#surnameinquiry select {
	width: 290px;
	height: 40px;
	margin: 0px 0px 20px 0px;
	vertical-align: middle;
	background-color: #ffffff;
	-webkit-appearance: none; 
	-moz-appearance: none;
	border: 1px solid #2e3192;
	color: #333333;
	cursor: pointer;
}

#surnameinquiry input[type=checkbox] {
	width: 32px; 
	height: 32px;
	-webkit-appearance: checkbox; /* Safari and Chrome */
	-moz-appearance: none; /* Firefox */
	appearance: checkbox;
	border-radius: 0px; /* No radius because checkboxes are square. */
	border: 1px solid #990000;
	vertical-align:middle;
	margin: 5px 10px 5px 5px;
	cursor: pointer;
	}

#surnameinquiry input[type=radio] {
	width: 32px; 
	height: 32px;
	-webkit-appearance:radio-button; /* Safari and Chrome */
	-moz-appearance: none; /* Firefox */
	appearance: radio-button;
	-webkit-border-radius: 22px;
	-moz-border-radius: 22px; 
	border-radius: 22px;
	border: 1px solid #990000;
	vertical-align:middle;
	margin: 5px 10px 5px 5px;
	cursor: pointer;
	}

#surnameinquiry input[type=radio]:hover {
	background: #0d8cd7;
}
#surnameinquiry input[type=checkbox]:hover {
	background: #0d8cd7;
}

#surnameinquiry input[type=radio]:checked {
	background: #2e3192;
}
#surnameinquiry input[type=checkbox]:checked {
	background: #2e3192;
}

#surnameinquiry textarea {
	-webkit-appearance: textarea;  /* Safari and Chrome */
	-moz-appearance: textarea; /* Firefox */
	appearance:textarea;
	display: block;
	height: 190px;
	line-height: 20px; 
	font-size: 16px;
	border: 1px solid #bbb;
	min-width: 330px;
	max-width: 550px;
	}



.notes0 {
	font-family: 'Bitter', sans-serif; /* Google Web Fonts, https://fonts.google.com */
	font-style: italic; 
	font-size: 12px; 
	color: #222222;	
	}

.notes1 {
	width: 100%;
	font-family: 'Bitter', sans-serif; /* Google Web Fonts, https://fonts.google.com */
	font-style: italic; 
	font-size: 12px; 
	color: #222222;	
	float: left;
	display: inline-block;
	margin-bottom: 10px;
	}

.notes2 {
	font-family: 'Bitter', sans-serif; /* Google Web Fonts, https://fonts.google.com */
	font-weight: bold;
	font-size: 18px; 
	color: #cc0000;	
	text-align: center;
	float: left;
	display: inline-block;
	}


/* ******************************************************************************* */
.redbutton2 {
	width:250px;
	height:50px;
	margin-top:20px;
	margin-bottom:20px;
	text-align:center;
	font-size:18px;	
	color:#ffffff;
	background: #d93434;
	background-image: -webkit-linear-gradient(top, #d93434, #b82b2b);
	background-image: -moz-linear-gradient(top, #d93434, #b82b2b);
	background-image: -ms-linear-gradient(top, #d93434, #b82b2b);
	background-image: -o-linear-gradient(top, #d93434, #b82b2b);
	background-image: linear-gradient(to bottom, #d93434, #b82b2b);
	border:none;
	-webkit-border-radius: 30;
	-moz-border-radius: 30;
	border-radius: 30px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	padding: 2px 0 2px 0;
	text-decoration: none;
	cursor: pointer;
	}

.redbutton2:hover {
	font-weight:bold;
	background: #fc3c3c;
	background-image: -webkit-linear-gradient(top, #fc3c3c, #d93434);
	background-image: -moz-linear-gradient(top, #fc3c3c, #d93434);
	background-image: -ms-linear-gradient(top, #fc3c3c, #d93434);
	background-image: -o-linear-gradient(top, #fc3c3c, #d93434);
	background-image: linear-gradient(to bottom, #fc3c3c, #d93434);
	border:none;
	text-decoration: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	cursor: pointer;
	}	







