label {
	display: block;
}

input, textarea {
	background: none;
        background-color: #000000;
	border: 1px solid #4C4B40;
	padding: 2px;
	width: 100%;
	height: 20px;
	margin-bottom: 12px;	
	font-family: Tahoma, arial, verdana, ms sans serif;
	color: #FFFFFF;
	font-size: 10pt;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	resize: none;
	}

	textarea {
        background: none;
        background-color: #000000;
	border: 1px solid #4C4B40;
	padding: 2px;
	width: 100%;
	height: 200px;
	overflow:auto;
	}

	input.send {
	width: 70px;
	height: 28px;
	background: red;
	border-color: #4C4B40;
	cursor: pointer;
	margin: 3px 0 20px 0;
	font-family: Tahoma, Verdana, Tahoma, Arial; 
	font-size: 16px;
	color: #FFFFFF;
	}

	input.send:hover {
	background: green;
		}