/* Form Styling */
label {
	width:100%;
	margin:0 auto 10px;
	padding: 10px;
	min-height: 45px;
	border:2px solid #4f4e4e;
	color:#4f4e4e;
	font-size: 1.1em;
	font-weight: normal;
}

label:hover {
	background: rgba(200,200,200, 0.5);
}

/* Custom Checkboxes */
.radio {
  background: url(../images/radio.png) no-repeat top left;
  clear: left;
  display: block;
  float: left;
  height: 19px;
  width: 29px;  
  margin:0;
}

label.checked  {
   font-weight: bold;
   background-color: #46BC97; !important;
}
