﻿body, form, html {
	font-family:  verdana;
	font-size: 12pt;
	text-align: center; /* this centers the container in IE 5* browsers. */
	color: #333333;
	background-color: #FFFAFA;
	height: 100%;
	min-height: 100%;
	}
	
* {
   	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
}

.footer, .push {
	height: 30px; /* .push must be the same height as .footer */
    font-family:  verdana;
	font-size: 8pt;
	text-align: center; /* this centers the container in IE 5* browsers. */
	color: #333333;
}

.MainDiv
{
	/* margin-top: 10px; */
	width: 866px;
	margin: 0 auto -30px; /* the bottom margin is the negative value of the footer's height */
	height: auto !important;
	min-height: 100%;
	background-color: #ebebeb;
	border: solid 2px #000000;
	vertical-align: top;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
    text-align: center;
}

.TopImage
{
	border-bottom-style: none;
	border-right-style: none;
	border-top-style: none;
	border-left-style: none;
	width: 98%;
	margin-left: 5px;
	margin-right: 5px;
	height: 157px;
	text-align: center;
	vertical-align: top;
	background-color: #ebebeb;
}
 .containerAward
{
	width: 80%;
	color: #333333;
	font-family: Verdana;
	font-size: 12pt;
	font-weight: bold;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 0px;
	border-top: solid 2px #333333;
	border-bottom: solid 2px #333333;
	border-left: solid 2px #333333;
	border-right: solid 2px #333333;
	background-color: #ffffff;
  	-moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
}

.responsescontainer
{
	width: 90%;
	color: #333333;
	font-family: Verdana;
	font-size: 12pt;
	font-weight: bold;
	margin-left: 50px;
	margin-top: -10px;
	margin-bottom: 10px;
	text-align: left;
}
.ButtonLargeGrey3
{
	background-position:center;
	background-repeat:no-repeat;
	background-image: url("../images/btn/buttonmark.gif");
	width: 102px;
	height: 27px;
	border:0px none black;
	font-family: Verdana;
	color:#ffffff;
	font-size: 8pt;
	font-weight:bold;
	margin-right: 4px;	
	cursor: pointer;
}
.ButtonDiv
{
	margin-top: 10px;
	margin-bottom: 2px;
	margin-left:auto;
	margin-right:auto;
	text-align: center;
	vertical-align: top;
	width: 98.5%;
	background-color: #333333;
	border: solid 2px #333333;
    height: 28px;
    padding-top: 4px;
	-moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
}
.HeaderDiv
{
	margin-top: 10px;
	margin-left:auto;
	margin-right:auto;
	text-align: center;
	vertical-align: top;
	width: 100%;
	background-color: #333333;
	border: solid 2px #333333;
    height: 28px;
    padding-top: 4px;
}
