form {
	padding: 6px;
}

select {
	color: black;
	background:none;
	font-size: 1.2em;
	width: 400px;
	height: 32px;
	padding: 7px 7px 0;
	margin-right: 10px;
	border: none;
	border-bottom:dashed 1px #99CC00;
	width: 500px;
}

select:focus {
	outline: none;
	background-color: #8A9E14;
}

textarea {
	color: black;
	background:none;
	font-size: 1.2em;
	width: 400px;
	height: 132px;
	padding: 7px 7px 0;
	margin-right: 10px;
	border: none;
	border-bottom:dashed 1px #99CC00;
}

textarea:focus {
	outline: none;
	background-color: #8A9E14;
}

input {
	color: black;
	background:none;
	font-size: 1.2em;
	padding: 7px 7px 0;
	margin-right: 10px;
	border: none;
	border-bottom:dashed 1px #99CC00;
	margin-top: 5px;
	width: 400px;
}

input:focus {
	outline: none;
	background-color: #8A9E14;
}

.btn {
	cursor: pointer;
	border:dashed 1px #99CC00;
	background-color: #809315;
	margin-right: 10px;
	color: #FFFFCC;
	width: 200px;
	margin-top: 5px;
	height: 25px;
	padding: 2px;
}

.btn:hover {
	background: #99CC00;
}

.btn-warning {
	height: 30px;
	cursor: pointer;
	border:dashed 1px #999999;
	background: #990000;
	color: #FFFFFF;
	margin-right: 10px;	
}

button.btn-warning:hover {
	background: #FF0000;
	color: #000000;
}

textarea.content {
	width: 100%;
	height: 300px;
}

fieldset {
	border: none;
}

label {
	margin: 0px;
}

.select-multiple {
	color: black;
	background:none;
	font-size: 1.2em;
	width: 400px;
	height: 100px;
	padding: 7px 7px 0;
	margin-right: 10px;
	border: none;
	border-bottom:dashed 1px #99CC00;
}

.usrMenu {
	background: #FFFFFF
}
