@charset "utf-8";

.surveyform {
	width: 700px;
	max-width: 95%;
	text-align: left;
	padding: 15px;
	border:1px solid black;
	border-radius: 5px;
	box-shadow: inset 0px 0px 5px 1px #444;

}

.surveyform input[type=submit] {

  width:150px;
	  background-color: #AA0002;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
	text-transform: uppercase;

}

.surveyform input[type=reset], .surveyform input[type=button] {

  width:150px;
	  background-color: #AA0002;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
	text-transform: uppercase;

}

.surveyform .formname {
	font-weight: bold;
		width:100%;
	border:1px;
	background-color: #970002;
	color: white;
	padding:5px 5px 5px 15px;
	text-align: left;
	border-radius:25px;
	box-shadow: inset 0px 0px 10px 2px #ccc;
}

.awardsresults {
	width:500px;
	max-width: 95%;
	min-width: 45%;
	padding:5px 15px;
	margin: 10px auto;
	text-align: left;
	border:1px solid black;
	box-shadow: inset 0px 0px 4px 4px grey;
	display: inline-table;
}

h2 {
	font-size: 1.3em;
	border-bottom: 2px solid black;
	font-style: italic;
}

.votes {
	background-color: rgba(67,211,0,1.00);
	border:1px solid black;
	border-radius:10px;
	padding:3px 8px;
	text-align: center;
}