﻿html,body {
	background-color:#929396;
	height:100%;
	margin: 0 0 1;
	padding:0;
	font-family:Verdana;
	font-size:12pt;
	color:white;	
	line-height:20px;
	text-align:justify
	
}



#formbox {
	position: absolute;
	width: 308px;
	height: 300px;

	}	
	
#form {
	position: absolute;
	width: 100%;
	height: 30px;


	}

	
	
#address {
	position: absolute;
	width: 260px;
	height: 127px;
	left:70px

	}

#name{
	position: absolute;
	width: 223px;
	height: 24px;
	text-align:right;
	left:85px

}
#namecaption {
	position: absolute;
	width: 60px;
	height: 24px;
	font-size:10pt;
	text-align:right;
	left:19px
	


	}


#email{
	position: absolute;
	width: 223px;
	height: 24px;
	text-align:right;
	top: 36px;
	left:85px
}

#sorry{
	position: absolute;
	width: 223px;
	height: 40px;
	top: 365px;
	left:85px;
	color:red;
	text-align:center;
	font-size:small;
	line-height:13px
}

#thanks{
	position: absolute;
	width: 223px;
	height: 60px;
	top: 180px;
	left:85px;
	text-align:center
	

}


#emailcaption {
	position: absolute;
	width: 60px;
	height: 24px;
	font-size:10pt;
	top:50px;
	text-align:right;
	left:19px


	}

#message{
	position: absolute;
	width: 223px;
	height: 190px;
	text-align:right;
	top: 72px;
	left:85px

}

#messagecaption {
	position: absolute;
	width: 60px;
	height: 24px;
	font-size:10pt;
	top:100px;
	text-align:right;
	left:19px

	}
	
#submit{
	position: absolute;
	width: 70px;
	height: 25px;
	top: 272px;
	left:84px

}

#back{
	position: absolute;
	width: 70px;
	height: 25px;
	top: 335px;
	left:164px

}



#clear{
	position: absolute;
	width: 90px;
	height: 25px;
	left:160px;
	top: 350px;

}

.leftpadding
{
    padding-left: 10px;
}