@charset "utf-8";
/* CSS Document */
/* Copyright BR Thompson Co 2008 http://www.web-management.ca/brt-copyright.html */
form {
	border: 4px outset #FFFFFF;
	padding: 0px;
	background-color: #e0f0f1;
	color: #48696f;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1em;
	height: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 40px;
	width: 300px;
	display: block;
	position: relative;
	clear: both;
 }
form a{
	font-size:1.1em;
	color: #48696f;
	text-decoration: none;
	font-weight: bold;
}
form a:hover{
	color: #333;
	text-decoration: underline;
}
input {
	background-color: #FFFFFF;
	color: #48696f;
	font-weight: 200;
	font-size: 1em;
	margin: 0px;
	padding: 0px;
 }
textarea {
	background-color: #FFFFFF;
	color: #48696f;
	font-weight: 200;
	font-size: 1em;
 }
select {
	background-color: #FFFFFF;
	color: #48696f;
	font-weight: 200;
	font-size: 90%;

 }
.button {
	font-size: 80%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #85b8c0;
	color: #FFF;
	font-weight: bold;
	border: 4px outset #FFFFFF;

}

