@charset "utf-8";

/*
	contact form
*/

.cf{
	max-width:520px;
	min-width: 320px;
	padding: 10px;
}

.cf h2 {
	padding: 1em 0 2em;
}

.cf label{
	display: inline-block;
	width:33%;
}
.cf input {
	width: 66%;
	border: solid inset 1px #ccc;
	background-color: white;
}
.cf textarea{
	width:99%;
	border: solid inset 1px #ccc;
	background-color: white;
	height: 12em;
}

.cf img, #submit {
	border: solid inset 1px #ccc;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#tan {
	width: 6em;
}

#submit {
	width: 30%;
	background-color: red;
}

.error {
	border-color: red;
}

.captcha_block {
	min-height: 80px;
}

#captcha_img {
	border-radius: 15px;
}

.tan_block {
	width: 7em;
	text-align: center;
	
}

.button {
  display: inline-block;
  padding: 15px 25px;
  font-size: 24px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  outline: none;
  color: #fff;
  background-color: #4CAF50;
  border: none;
  border-radius: 15px;
  box-shadow: 0 9px #999;
  float: right;
}

.button:hover {background-color: #3e8e41}

.button:active {
  background-color: #3e8e41;
  box-shadow: 0 5px #666;
  transform: translateY(4px);
}

#captcha_img, .tan_block {
	float: left;
}




/* text formatting - from the main css */

body, td, th, p {
  font-family: 'Gafata', 'Tahoma', 'Verdana', sans-serif;
  font-size: 12pt;
  font-weight: normal;
  line-height: 140%;
  margin-bottom: 10px;
  text-decoration: none;
}

a:link, a:visited, a:hover, a:active {text-decoration: none;}
a:hover {text-decoration: underline;}


h1 {
    font-size: 24pt;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight:normal;
	font-style:normal;
}

h2 {
	font-size: 16pt;
	font-weight: normal;
}

h3 {
	font-size: 14pt;
	font-weight: bold;
}
