﻿
body {
	display: block;
	margin:auto; 
	background-color: black; 
	font: normal 11px Verdana; 
	color:white; 
}

a:link, a:visited {
	text-decoration: none;
	color:white;
}

a:hover {
	text-decoration: none;
	color:red;
}

#contactcontainer {
	margin: 0px auto; 
	top:0;
	bottom:0;
	width:630px;
}
	
#contactform {
	margin:0 auto;
	text-align: center;
}

#Label 
	{
	text-align: center;
	font-weight:bold;
}

#inputbox1 {
	width: 350px;
	height: 1.4em;
	border-width: 2px;
	background-image:url('../graphics/Elements/FormBoxBG.png');
	font: normal 11px Verdana; 
	color:white; 
}

#textbox1 {
	width: 350px;
	border-width: 2px;
	background-image:url('../graphics/Elements/FormBoxBG.png');
	background-repeat:repeat;
	font: normal 11px Verdana; 
	color:white; 
}


input:focus, textarea:focus {
    /* To give a little highlight on active elements - https://developer.mozilla.org/en-US/docs/Web/Guide/HTML/Forms/My_first_HTML_form*/
    border-color: #000;
}

.navfooter {
	margin: 0 auto;
	text-align: center;
	font-weight:bold;
}
