

/* Forms */

.button input {
	padding:3px;
  	font-family:Courier New, Courier, mono;
	font-size:0.8em;
	background-color:#00955e;
	color:#00955e;
	border:solid #666 1px;
	font-style:oblique;
}

fieldset {
	border:0px solid;
	padding-bottom:10px;
}

form {
	padding: 1em 0;
}

/* each div name, tel etc */

.row { 
	width: 100%;
	height: auto;
	clear: both;
	padding-top: 0.5em;
	padding-bottom: 1.5em;
}

/* each div name, tel etc */

/* text at top of contact fields name, tel etc */

label { 
  	font-family:Courier New, Courier, mono;
	color:#999;
	font-weight:bold;
	font-size:1.2em;
}

/* text at top of contact fields name, tel etc */

/* message field styling background etc */

textarea {
  	font-family:Courier New, Courier, mono;
	font-size:0.8em;
	width: 400px;
	height: 100px;
	border: solid #666 1px;
	padding:3px;
}



/* message field styling background etc */

input {
  	font-family:Courier New, Courier, mono;
	font-size:0.8em;
	padding:3px;
	color:#000;
	border: solid #666 1px;
}


/* message field styling background etc */

/* submit button styling */

.rowSmall { 
	width: 100%;
	height: auto;
	clear: both;
	padding-top: 1em;
	padding-bottom: 1.5em;
}

/* submit button styling */

/* End Forms */
	
	
