﻿.Header
{
	position: absolute;
	top: 180px;
	left: 190px;
	z-index: 12;
}
#divMessage
{
	color: black;
	z-index: 2;
	position: absolute;
	width: 770px;
	height: 640px;
	top: 260px;
	left: 200px;
	font-family: Arial;
	font-weight: bold;
	font-size: 11pt;
	overflow: auto;
}
#divVolunteerApplication
{
    z-index: 10;
    left: 140px;
    position: absolute;
    top: 0px;
    width: 360px;
    height: 45px;
    font-weight: bold;
    border-right: gray 1px solid;
    border-top: gray 1px solid;
    border-left: gray 1px solid;
    border-bottom: gray 1px solid;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
    padding-top: 5px;
    background-color: #ffffcc;
    font-size: 10pt;
}

