/* form CSS 
 *  Survey Processing Form
 *  @author m.loiodice 2019 
 */
body {
	margin:0;
	padding:0;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	width:100%;
	background:#ebcb7a; /* daa520,e1b137,ebcb7a=goldenrod, ffg700=gold, f0e68c=khaki
	min-width:600px;	/* Minimum width of layout - remove line if not required */
					    /* The min-width property does not work in old versions of Internet Explorer */
}

.heading {
	position:relative;	/* This fixes the IE7 overflow hidden bug */
	width:80%;			/* width of whole page */
	margin-left:auto;
	margin-right:auto;
	/*border: solid red 1px;*/
	overflow:auto;
	background-color: #fff;	
}

#headimg {
	float:left;
}

.headingtext {
	border-style:solid;
	border-width:medium;
	border-color:black;
	margin-left:40px;
	float:left;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:20px;
	font-size: 30px;
}

.pageheadingtext {
	margin-left:20px;
	padding-left:20px;
	float:left;
}

#pageimg {
	float:left;
}

#wrap {
	clear:both;
}

#othertext{
	font-size: 30px;
	width: 70%;
	margin-left:auto;
	margin-right:auto;
	margin-top:50px;
	margin-bottom:50px;
}


/* Main Information */
.container {
 position:relative;
 top : 5px;
}
#applicationForm {
	width: 75%;
	margin-left:auto;
	margin-right:auto;
}
	
#qbox {
	width: 50%;
	background: #DDD;
	text-align: right;
	border: 1px solid black;
	margin: 5px auto 5px auto;
	padding: 5px;
}

legend { font-size: 20px !important; line-height: 170%; }
p { margin: 0; padding: 0; }
label {font-weight: bold; clear: both;}
.requiredAsterisk { color: red; }
.text {
    background: #FFFFFF url("form_input_bg.gif") repeat-x scroll center top;
    border-color: #7C7C7C #C3C3C3 #DDDDDD; 
    border-style: solid;
    border-width: 1px;
    padding: 4px !important;
   width:370px;
}
.textarea {
    background: #FFFFFF url("form_input_bg.gif") repeat-x scroll center top;
    border-color: #7C7C7C #C3C3C3 #DDDDDD; 
    border-style: solid;
    border-width: 1px;
    padding: 4px !important;
    width:600px;
} 
.text150 {
    background: #FFFFFF url("form_input_bg.gif") repeat-x scroll center top;
    border-color: #7C7C7C #C3C3C3 #DDDDDD; 
    border-style: solid;
    border-width: 1px;
    padding: 4px !important;
   width:150px;
} 
.text50 {
    background: #FFFFFF url("form_input_bg.gif") repeat-x scroll center top;
    border-color: #7C7C7C #C3C3C3 #DDDDDD; 
    border-style: solid;
    border-width: 1px;
    padding: 4px !important;
   width:50px;
} 
.invalid { border-color: red; }
fieldset > ul > li { margin: 5px 0; }
fieldset { margin: 1em 0.125in; padding: 0.125in; }
fieldset ul { list-style: none outside none; }

/* Put some spacing between the radio buttons */
.rbutton {
	margin-left: 1em;
}

/* Navigation Buttons */
.navButton {
	width:200px;
	height:50px;
}  