#contactHeader{
	background-color:#c8e5af;
	width:200px;
	height:20px;
	padding:2px 0;
	color:#1c3602;
	font-size: 14px;
	margin:5px 0 5px 0;
	text-align:center;
}

#formBlock{
	float:left;
	width:400px;
	margin:25px auto 25px auto;
	text-align:left;
}
#formBlock fieldset{
	border:none;
	text-align:left;
	margin:0;
	padding:5px 5px;
	border:1px solid #72b325;
}

#formBlock input,textarea{
	margin:5px 0 0 0;
	padding:0;
	width:380px;
	background-color:#c8e5af;
	color:#1c3602;
	border: 1px solid #1c3602;
}
#formBlock label{
	margin:5px 0 0 0;
	padding:0;
	width:380px;
	color:#c8e5af;
}
#formBlock input.submit{
	margin:5px 0 0 0;
	padding:0;
	width:200px;
	height:30px;
	background-color:#c8e5af;
	color:#1c3602;
}
#dataBlock{
	float:right;
	width:300px;
	margin:25px auto 25px auto;
	text-align:center;
}
#dataInnerBlock{
	float:right;
	width:300px;
	margin:0;
	padding:10px 0;
	text-align:center;
	border:1px solid #72b325;
}
#dataInnerBlock h1,p{
	color:#c8e5af;
}
#dataInnerBlock a {
	font-size:16px;
	color:#c8e5af;
	text-decoration:underline;
}


/* Customize the label (the container) */
.container {
  display: block;
  position: relative;
  margin-bottom: 0px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 15px;
  width: 15px;
  background-color: #c8e5af;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
  background-color: #c8e5af;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
  left: 4px;
  top: 0px;
  width: 5px;
  height: 10px;
  border: solid #06622C;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.container p{
	margin:5px 0 0 17px;
	padding:0;
	color:#c8e5af;
	font-style: normal;
    text-align: left;
}