input, form, fieldset, label, textarea, select, legend { /* Resets padding of form
												  elements. Can be included in
												  a separate CSS reset file instead  */
	margin:0;
	padding:0;
}

#gillApp {
	font-size:12px; 
	width:750px;
}

#gillApp fieldset {
	border-radius: 5px; /* If supported by the browser, you'll see rounded corners */
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color:#000;
	border:1px solid #DB410D; /* To assist in fixing the background bleed issue on IE */
	padding: 15px;
	margin: 5px 0 15px 0;
}
#gillApp input:focus  {
	background-color: #FF9;
}
#gillApp textarea:focus  {
	background-color:#FF9;
}

#gillApp legend {
	color:#E06033;
	font-family:Georgia, "Times New Roman", Times, serif; /* Just adding a little variation */
	font-style:italic;
	font-size:16px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
#gillApp input {
	border-radius: 5px; /* If supported by the browser, you'll see rounded corners */
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border:solid 1px #aedcf5;
}

#gillApp textarea {
	border-radius: 5px; /* If supported by the browser, you'll see rounded corners */
	-moz-border-radius: 5px;
}

#gillApp select {
	border-radius: 5px; /* If supported by the browser, you'll see rounded corners */
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.submit  {
	width:155px;
	height:55px;
	background-image:url(../imageIncludes/submit.jpg);
	border:none;
	border:0;
}
.submit:hover {
	border:none;
	border:0;
	cursor:pointer;
	background-image: url(../imageIncludes/submitOver.jpg);
}

