﻿/*

	Copyright (c) 2009, D.MOUNTAIN (MOUNTAIN79). All rights reserved.
	-----------------------------------------------------------------
	PRODUCED FOR 3D4 DESIGN - Version 2.0 - 11/07/2009.
	-----------------------------------------------------------------
	/////////////////////////////////////////////////////////////////
	
	*NOTES
	- Styling for forms.
	- Use with MTmail.
	
	/////////////////////////////////////////////////////////////////
	
*/
#contactForm {
	padding: 5px 0;
}

#contactForm label {
	display: block;
	line-height: 2.0em;
	clear: both;
	font-size: 1.4em;
}
#contactForm input.formText, #contactForm textarea.formText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 655px;
	border: 1px solid #999;
	padding: 5px;
	font-size: 1.4em;
}
#contactForm input.formText {
	line-height: 2em;
}
#contactForm .submitBox { width: 670px; }

#contactForm input.button {
	text-align: center;
	background-color: #006;
	color: #FFFFFF;
	border: none;
	float: right;
	padding: 10px;
}
#contactForm  input.button:hover,
#contactForm  input.button:focus {
	background-color: #bbb;
}
