﻿.maincontent .txtField

	{

		border: 1px solid #4b413f;

		margin-top: 5px;

		margin-bottom: 10px;

		height: 20px;

		width: 300px;

		background-color: white;

		margin-left: 38px;

	}

.maincontent textarea

	{

		border: 1px solid #4b413f;

		margin-top: 5px;

		margin-bottom: 20px;

		width: 300px;

		height: 150px;

		margin-left: 38px;

		overflow: auto;

	}

.maincontent b

	{

		border-bottom: dotted 1px #4b413f;

	}

#contactForm

	{

		margin-left: 20px;

		font-size: 12px;

		color: #434101;

	}

#btnSubmit

	{

		background-color: white;

		border: 1px solid #4b413f;

		height: 31px;

		width: 97px;

		margin-left: 241px;

	}

textarea

	{

		overflow:auto;

	}
