@CHARSET "UTF-8";

.input {
	width: 80%;
}
textarea{
	resize: none;
}
.long_input {
	width: 92.5%;
}

._input {
	width: 100%;
}

.mustfield {
	width: 90%;
}

tr._odd {
	height: 24px;
	background: #f0f7fb;
}
.bgcolor {
	margin: 0;
	padding: 0;
	background: url(${appStaticsPath}/images/big-back.png) repeat-x
		rgb(241, 241, 241);
	font-family: Georgia, Arial, Helvetica, "Nimbus Sans L", sans-serif;
}