/*********************************************
* Author:     Danny Clark                    *
* Web:        http://www.aerovisionit.co.uk/ *
* Mail:       info@aerovisionit.co.uk        *
* Version     1.0                            *
*********************************************/

/* Tables and Forms */

#contactform {height: 310px;
	width: 350px;
	padding-top: 20px;
	background-color: #E3E1D2;
	border-style: solid;
	border-width: 1px;
	border-color:#898254;
	margin-left: 0px;
	margin-right: auto;
	margin-top: 0px;
	float: left;}

.textinputrow {
	width: 309px;
	height: 40px;
	float: left;
	margin-left: auto;
	margin-right: auto;
	padding-left: 41px;}
	
.textinputpos {
	font-size:14px;
	color: #333333;
	width: 280px;
	height: 40px;
	float: left;
	margin-left: auto;
	margin-right: auto;}
	
#r4 {
	width: 309px;
	height: 100px;
	float: left;
	margin-left: auto;
	margin-right: auto;
	padding-left: 41px;}
	
.buttonsrow {
	width: 309px;
	height: 40px;
	float: left;
	margin-left: auto;
	margin-right: auto;
	padding-left: 41px;
	padding-top: 40px;}
	
input {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #15203E;
	width: 262px;
	background-color:#FFFFFF;
	border-style: solid;
	border-width: 1px;
	border-color:#898254;}

textarea {
    font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #15203E;
	width: 262px;
	background-color:#FFFFFF;
	border-style: solid;
	border-width: 1px;
	border-color:#898254;}
	
button {
	color: #CDE1A6;
	font-weight: normal;
	border: 1px solid #2C5126;
	background-color: #44712E;
	font-family: Georgia, "Times New Roman", Times, serif;
	width: 70px;
	
}

button:hover {
	color: #FFFFFF;
	font-weight: normal;
	border: 1px solid #2C5126;
	background-color: #6CB449;
	font-family: Georgia, "Times New Roman", Times, serif;
	width: 70px;
	
}
	
