/*
	IND Airport
	Author: Daniel Hammer
	Date: July 21, 2024

	Filename: /css/css-contact.css
*/

fieldset {
	font-family: Arial, helvetica, Sans-Serif;
	font-size: 12px;
	color: #000000;
	background-color: #ffffff;
	width: 80%;
	margin: 15px auto 0px auto;
	padding: 10px 20px 15px 20px;
	border-radius: 8px;
	border-color: #006699;
	line-height: 20px;
}

#contact {
	margin: 20px auto 0px auto;
}

.contactlegend {
	font-family: Arial, helvetica, Sans-Serif;
	font-size: 14px;
	color: #000000;
	background-color: #ffffff;
	font-weight: bold;
}

#formbody {
	font-family: Arial, helvetica, Sans-Serif;
	font-size: 12px;
	color: #000000;
	background-color: #ffffff;
}

.labelname {
	display: block;
	clear: left;
	float: left;
	width: 150px;
	text-align: right;
	margin-bottom: 10px;
}

.fieldstyle {
	display: block;
	float: left;
	margin-left: 20px;
	margin-bottom: 10px;
	border: 1px solid #000000;
	color: #000000;
	background-color: #d6ebff;
}

.labelnameupdate {
	display: block;
	float: left;
	text-align: right;
	margin-bottom: 10px;
	margin-left: 10px;
}

.fieldstyleupdate {
	display: block;
	clear: left;
	float: left;
	margin-left: 170px;
	margin-bottom: 10px;
	border: 1px solid #000000;
	color: #000000;
	background-color: #d6ebff;
}

.contactsubmit {
	display: block;
	clear: left;
	float: left;
	text-align: center;
	width: 90px;
	margin-left: 170px;
	margin-bottom: 10px;
	border: 1px solid #000000;
	cursor: pointer;
}

#submitimg {
	margin-left: 0px;
	border: 0px;
}
