.submissionDeadline {font-size: 160%; color: #a02e2e; font-weight: bold; text-align: center;}

fieldset 
{
	border-radius: 4px;
	margin-bottom: 15px;
	border: none;
	border: solid 2px #eeeeee;
}

legend
{
	border: solid 1px #999999;
    padding: 10px 20px;
    border-radius: 5px;
    font-variant: small-caps;
    background-image: linear-gradient(#f7f7f7, #e0e0e0);
    letter-spacing: 1.2px;
	font-size: 130%;
	font-weight: normal;
	background-color: #f5f5f5;
	padding: 8px;
	border-radius: 5px;
}

input[type="email"], input[type="text"], select
{
	width: 100%;
	border: none;
	box-sizing: border-box;
}

.fieldContainer {
	width: 95%;
	margin: 0 auto;	
	}
	
.formRow
{
	background-color: #eeeeee;
	border: solid 1px #dddddd;
	margin: 5px 0;
	padding: 0;
}

/* Floating column for labels: 25% width */
.formLabel {
	float: left;
	width: 18%;
	box-sizing: border-box;
	text-align: right;
	padding-right: 5px;
	line-height: 29px;
	font-family: Arial;
	letter-spacing: 1px;
	font-size: .9em;
}

/* Floating column for inputs: 75% width */
.formField {
	float: left;
	width: 82%;
	box-sizing: border-box;
	border: none;
	background-color: #ffffff;
}

.formField label.fsLabel {font-size: .9em; padding: 0 5px 0 10px;}

/* Clear floats after the columns */
.formRow:after, .formRow2:after {
  content: "";
  display: table;
  clear: both;
}

.radioGroup
{
	border: none;
	margin: 0;
	padding: 0;
	background-color: #ffffff;
}

.radioGroup legend
{
	float: left;
	width: 18%;
	box-sizing: border-box;
	text-align: right;
	padding: 0 5px 0 0;
	line-height: 30px;
	font-size: 100%;
	font-family: Verdana, Arial, sans-serif;
	background-color: #eeeeee;
	border-radius: 0;
	border: none;
    font-variant: normal;
    background-image: none;
    letter-spacing: 1;
	font-size: .9em;
	font-weight: normal;	
}

.radioGroup .radioBtns
{
	background-color: #ffffff;
}

.radioBtns input.radioInput {
    width: auto;
}

	.fsBlock span {display: block; padding: 2px 0;}
.fsBlock span label {width: 75px; float: left; line-height: 30px; text-align: right; padding-right: 5px;}

input.fsInput {border: solid 1px #eeeeee; margin: 2px; padding: 2px; width: 250px; 
	box-sizing: border-box;}
select.fsInput {border: solid 1px #eeeeee; margin: 2px; padding: 2px; width: 150px; 
	box-sizing: border-box;}

.formRow2 { border: none;}
.formRow2 textarea {width: 100%; box-sizing: border-box;}
.formRow2 .formField {padding-left: 20px;}

.radioGroup2
{
	border: none;
	margin: 0 0 12px 0;
	padding: 0;
	background-image: none;
	background-color: transparent;
}

.radioGroup2 legend
{
	float: none;
	width: 100%;
	box-sizing: border-box;
	text-align: left;
	padding: 0 5px 0 0;
	line-height: 30px;
	font-size: 100%;
	font-family: Verdana, Arial, sans-serif;
	background-color: transparent;
	border-radius: 0;
	border: none;
    font-variant: normal;
    background-image: none;
    letter-spacing: 1;
	font-size: inherit;
	font-weight: normal;	
}

.radioBtns
{
	padding: 6px 15px 6px 4px;
	background-color: transparent;
}

.radioBtns label
{
	padding: 0px 8px 0 2px;
}

.awButtons 
{
	width: 100%;
	padding: 12px 12px 10px 12px;
	font-size: 130%;
	border-radius: 4px;
}


@media screen and (max-width: 800px) 
{	
	.fieldContainer {width: 100%;}
	
	.formRow, .radioGroup legend
	{
		background-color: #ffffff;
		border-top-left-radius: 4px; 
		border-top-right-radius: 4px;
	}
	
	.formLabel, .formField, .formField span, .radioGroup legend
	{
		display: block;
		float: none;
		width: 100%;
		text-align: left;
	}
	
	.formLabel, .radioGroup legend
	{padding: 2px 0 2px 8px;; color: #0148a9; font-size: 1em; line-height: 1.2; background-color: #eeeeee; 
		border-top-left-radius: 4px; 
		border-top-right-radius: 4px;}
		
	.radioLabel {font-size: .9em;}
	
	.formField {}
	
	input:focus  {outline: none; background-color: #f7f7f7;}
	select:focus {outline: none; background-color: #f7f7f7;}
	
	input[type="email"], input[type="text"], select
	{
		font-size: .9em;
		padding: 5px;
	}
	    		
	.radioGroup legend {text-align: left; border: none;}
		.fsBlock input.fsInput, .fsBlockselect.fsInput {width: 125px; border: solid 1px #dddddd; padding: 2px;}
	.formRow2 textarea {font-size: 90%;}
}


