fieldset{
	border-top: 1px solid #C0C0C0;
	border-radius: 0px;
	padding: 2%;
	margin-top: 2%;
}

fieldset legend{
	background: #fff;
    padding: 10px 20px;
    border: 1px #C0C0C0;
    box-shadow: inset 0 -2px 4px #C0C0C0;


}

.feedbackTextArea{
	resize: vertical;
	color:#C0C0C0;
	font-family: Helvetica, Arial, sans-serif;
 	font-weight:500;
	font-size: 18px;
	border-radius: 5;
	line-height: 22px;
	padding: 2%;
	padding-left: 6%;
	margin-bottom: 10px;
	width:95%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
 	border: 1px solid #C0C0C0;
	background-image: url('/static/_global/images/icons/feedbackform/comment.png');
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

.feedbackTextArea:focus{
	resize: vertical;
	background: #fff;
	box-shadow: 0;
	border: 1px solid #3498db;
	color: black;
	outline: none;
 	padding: 2%;
 	padding-left: 6%;
	background-image: url('/static/_global/images/icons/feedbackform/comment.png');
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

#radios{
	color:black;
	font-family: Helvetica, Arial, sans-serif;
 	font-weight:500;
	font-size: 18px;
	border-radius: 5;
	line-height: 22px;
	padding: 2%;
	margin-bottom: 10px;
	width:25%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
 	border: 1px solid #C0C0C0;
 	background-color: white;
}

/*hide checkboxes*/
input[type=radio   ]:not(old){
  width     : 2em;
  margin    : 0;
  padding   : 0;
  font-size : 1em
  opacity   : 0;
}
/*position Label*/
input[type=radio   ]:not(old) + label{
  display      : inline-block;
  margin-left  : -2em;
  line-height  : 1.5em;
}
/*style 1st span*/
input[type=radio   ]:not(old) + label > span{
  display          : inline-block;
  width            : 0.875em;
  height           : 0.875em;
  margin           : 0.25em 0.5em 0.25em 0.25em;
  border           : 0.0625em solid rgb(192,192,192);
  border-radius    : 0.25em;
  background       : rgb(224,224,224);
  background-image :    -moz-linear-gradient(rgb(240,240,240),rgb(224,224,224));
  background-image :     -ms-linear-gradient(rgb(240,240,240),rgb(224,224,224));
  background-image :      -o-linear-gradient(rgb(240,240,240),rgb(224,224,224));
  background-image : -webkit-linear-gradient(rgb(240,240,240),rgb(224,224,224));
  background-image :         linear-gradient(rgb(240,240,240),rgb(224,224,224));
  vertical-align   : bottom;
}

/*reverse gradient*/
input[type=radio   ]:not(old):checked + label > span{
  background-image :    -moz-linear-gradient(rgb(224,224,224),rgb(240,240,240));
  background-image :     -ms-linear-gradient(rgb(224,224,224),rgb(240,240,240));
  background-image :      -o-linear-gradient(rgb(224,224,224),rgb(240,240,240));
  background-image : -webkit-linear-gradient(rgb(224,224,224),rgb(240,240,240));
  background-image :         linear-gradient(rgb(224,224,224),rgb(240,240,240));
}

/*display tic*/
input[type=radio]:not(old):checked + label > span:before{
  content     : '✓';
  display     : block;
  width       : 1em;
  color       : black;
  font-size   : 1em;
  line-height : 1em;
  text-align  : center;
  text-shadow : 0 0 0.0714em rgb(115,153,77);
  font-weight : bold;
}


#email {
	color:gray;
	font-family: Helvetica, Arial, sans-serif;
 	 font-weight:500;
	font-size: 18px;
	border-radius: 5;
	line-height: 22px;
	background-color: #fbfbfb;
	padding: 2%;
	padding-left: 6%;
	margin-bottom: 10px;
	width:95%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
 	border: 1px solid #C0C0C0 ;
 	background-image: url('/static/_global/images/icons/feedbackform/email.png');
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;	

}
#email:focus{
	background: #fff;
	box-shadow: 0;
	border: 1px solid #3498db;
	color: black;
	outline: none;
 	padding: 2%;
 	padding-left: 6%;
 	background-image: url('/static/_global/images/icons/feedbackform/email.png');
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;	
}

.feedbackSubmit {
	float:right;
	border: 1px solid #989898;
	-moz-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; 
	-moz-box-shadow: 2px 2px 2px #ccc; -webkit-box-shadow: 2px 2px 2px #ccc; box-shadow: 2px 2px 2px #ccc;
	background: url(/static/_global/css/optional/css_images/buttons/button_blue.gif) #ABB3FD 0% 0% repeat-x;
	font-weight: bold; 
	font-size: 2em; 
	text-decoration: none; 
	height: 40px; 
	text-align: center;
}
.feedbackSubmit:hover {
	float:right;
	background-image: none;
}
#submitHolder{
	float: right;
	margin-bottom: 20px;
	margin-right: 80px;
}

#goodhoneyPot{
	display: none;
}

