
input, textarea{
	display: block;
	height: 20px;
	width: 100%;
	border: 1px solid #4d4332;
	padding-top: 2px;
	margin-top: 5px;
	opacity: 0.5;
}


textarea{
	height: 100px;
}

input:focus, textarea:focus{
	opacity: 1;

}

form li{
				background: url(../images/divider.png) no-repeat center bottom;
padding-bottom: 15px;
padding-top: 5px;
	font-weight: normal;
	font-style: normal;
}


input[type=hidden] { visibility: hidden; height:0px width:0px;}

