<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">p { margin: 10px 0;
	font-family:Verdana, Arial, Helvetica, sans-serif }
form, fieldset {
	margin: 0;
	padding: 0;
}
	
fieldset { border: 0px; padding: 10px }

legend {
	padding: 0;
	color: #000;
}

input, textarea, select {
	margin: 0;
	padding: 1px;
	font-size: 100%;
	font-family: inherit;
	-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;
}
input, select, textarea {	border: 1px solid black; }
input:focus { border: 1px dotted black; }
textarea:focus { border: 1px dotted black; }
input.error { border: 1px dotted red; }
textarea.error { border: 1px dotted red; }
redstar {
color: red;
}

input {
width:240px;
font-size:11px;
}

.submit {
width:75px
}

form {
	font-size: 12px;
	color: #333;
}

form legend {
	padding-left: 0;
	font-weight: bold;
	font-size:14px;
	_margin: 0 -7px; /* IE Win */
}
form label {
	display: block;
	line-height: 1.8;
	vertical-align: top;
}
form fieldset p {
	list-style: none;
	padding: 0px;
	margin: 0;
}
form fieldset p, form fieldset fieldset {
	padding: 0px 0px 0px;
}
form fieldset fieldset {
	border: none;
	margin: 3px 0 0;
}

form fieldset fieldset legend {
	padding: 0 0 5px;
	font-weight: normal;
}
form fieldset fieldset label {
	display: block;
	width: auto;
}
form label { width: 150px; } /* Width of labels */
form fieldset fieldset label { margin-left: 13px; } /* Width plus 3 (html space) */
form label.error {
	width: 230px;
	color: red;
	font-style: italic;
	font-size: 12px;
}
.submit {
background: #F6F6F6;
}
.statustitle {
	font-style:italic;
}
.status-background {
	background-image:url('collage.jpg');
	background-repeat:no-repeat;
	background-size: cover;
	min-height:500px;
	background-position:center;
}
.status-form {
	margin-left:25%;	
}
@media (max-width: 480px) {
.status-form {
	margin-left:15%;	
}
}</pre></body></html>