/* CSS Document */

#header /*Styling design for header section*/
{
	font-family: arial;
	font-size: 24px;
	font-weight: bold;
	background-color: #330099;
  	color: #dcdcdc;
}

fieldset /*Styling design for the form's fieldset*/
{
	font-family: arial;
	font-size: 12px;
	width: 450px;
	border: 0px #66CCFF;
	padding: 1em;
}

legend /*Styling design for the form's legend*/
{
  	padding: 0.2em 0.5em;
	background-color: #330099;
	color: #dcdcdc;
  	border: 1px #66CCFF;
	font-family: arial;
  	font-size: 14px;
	font-weight: bold;
  	text-align: right; 
}

label /*Styling design for the form's label to make a good appearance for the form itself*/
{
	font-family: arial;
	float: left;
	width: 20%;
	margin-right: 0.8em;
  	padding-top: 0.1em;
  	text-align: right;
}

.button /*Styling design for the buttons*/
{
	color: #ffffff;
	background-color: #330099;
	font-weight:bold;
	font-family: arial;
	border: 2px outset #d7b9c9
}

#heading
{
	font-family: arial,helvetica,sans-serif;
	font-size: 24px;
}

#required
{
	font-family: arial,helvetica,sans-serif;
	font-size: 12px;
}

#display_message
{
	font-family: arial,helvetica,sans-serif;
	font-size: 14px;
	font-weight:bold;
}

#head, #foot, #list, #click
{
	font-family: arial,helvetica,sans-serif;
	font-size: 14px;
}