@charset "utf-8";

form{
	border: none;
	margin: 0px;	
	padding: 0px;
}

legend{
	color: #ffcc00;
	display: block;
	margin: 15px 0 0 0;
	text-shadow: 2px 1px 2px #000;		
}

input{
	width: 400px;
	border: 1px solid #191919;
	border-bottom: 1px solid #fff;	
	background-image: url(images/formBg.png);
	background-repeat: repeat-x;
	background-position: top;	
	margin-top: 5px;
	padding: 2px;
}

textarea{
	width: 400px;
	height: 150px;
	margin-top: 5px;
	
	border: 1px solid #191919;	
	border-bottom: 1px solid #fff;		
	background-image: url(images/formBg.png);
	background-repeat: repeat-x;
	background-position: top;		
	background-color: #C6CCD3;		
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 12px;
}

input.button {
	width: 100px;
	border: none;
	height: 30px;
	width: 94px;
	background-image: url(images/button.png);
	background-repeat: no-repeat;
	background-position: top;	
	background-color: transparent;	
	color: #2F6F00;
	font-weight: bold;
}
input.button:hover {
	width: 100px;

	border: none;	
	height: 30px;
	width: 94px;	
	background-image: url(images/buttonOn.png);
	background-repeat: no-repeat;
	background-position: top;						
	background-color: transparent;
	color: #367F00;
	font-weight: bold;
	}
	
.hpot{
	display: none;
}

fieldset {
	border: none;
	margin: 0px;	
	padding: 0px;
}

.left {
	margin-bottom: 5px;
}