

body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    margin: 0;
    padding: 0;
    background-color: #f4f4f9;
	color: #333;}

#wrapper {
    width: 90%;
    max-width: 800px;
    margin: 20px auto;
    background: #fff;
    padding: 20px;
    border-radius: 8px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);}


header {
    text-align: center;
	margin-bottom: 20px;}

#department-logo {
    max-width: 750px;
    display: block;
	margin: 0 auto 10px;}

h1 {
    font-size: 1.3em;
	margin: 0;}

p {
    font-size: 1em;
	color: #666;}


form {
	width: 100%;}

fieldset {
    border: 1px solid #ccc;
    border-radius: 8px;
    margin-bottom: 15px;
	padding: 15px;}

legend {
    font-size: 1.2em;
    font-weight: bold;
	padding: 0 10px;}

label {
    display: block;
    margin: 10px 0 5px;
	font-weight: bold;}

input, select, textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
	font-size: 1em;}

textarea {
	resize: vertical;}

button {
    display: block;
    width: 100%;
    padding: 10px;
    background-color: #F7A800;
    color: #000000;
    border: none;
    border-radius: 4px;
	font-weight: bold;
    font-size: 1.2em;
	cursor: pointer;}


button:hover {
	background-color: #000000;
	color: #FFF;}
