label{
	display: block;
	font-size: 12px;
	color: #333;
}

form {
	padding: 0px;
	width: 945px;
}

form p {
	display: block;
	width: 215px;
	height: 45px;
	
	float: left;
	margin-left: 15px;
	margin-top: 15px;
	
	text-align: left;
}

form p.forml1 input{
	width: 215px;
	height: 20px;
	
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	color: #666;
}

form p.forml2 {
	width: 445px;
}

form p.forml2 input, form p.forml2 select{
	width: 445px;
	height: 20px;
	
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	color: #666;
}


form p.forml3 {
	width: 905px;
	height: 120px;
}

form p.forml3 textarea{
	width: 905px;
	height: 90px;
	
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	color: #666;
}


form input, form textarea, form select {
	border-style: none;
}

p.buttons {
	width: 500px;
	padding-left: 15px;
	text-align: left;
}

p.buttons a{
	width: 200px;
	float: left;
	margin-right: 15px;
	text-align: left;
}

 p a.send, p a.cancel {
	display: block;
	width: 200px;
	height: 36px;
	background-image: url(../skin/btn-brown.png);
	background-position: top left;
	background-repeat: no-repeat;
	font-size: 12px;
	color: #fff;
	text-decoration: none;
	padding-left: 15px;
	padding-top: 5px;
	
	voice-family: "\"}\""; 
  	voice-family:inherit;
	height: 31px;
}

p a.cancel {
	background-image: url(../skin/btn-gold.png);
}

 p a.send:hover,  p a.cancel:hover{
	background-position: bottom left;
	color: #333;
}



