@charset "utf-8";

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

label {
	clear: both;
	float: left;
	padding-right: 10px;
}


input, select, textarea {
	margin-bottom: 3px;
	color: #FFFFFF;
	background-color: #262626;
	border: 1px solid #666666;
	resize: none;
}


/* input, select, textareas */
.input_30 	{ width: 28px; }
.input_40 	{ width: 38px; }
.input_60 	{ width: 58px; }
.input_80 	{ width: 78px; }
.input_100 	{ width: 98px; }
.input_120 	{ width: 118px; }
.input_140 	{ width: 138px; }
.input_160 	{ width: 158px; }
.input_190 	{ width: 188px; }
.input_280 	{ width: 278px; }
.input_600 	{ width: 598px; }
.input_640 	{ width: 638px; }
.input_940 	{ width: 938px; }

.select_80 	{ width: 80px; }
.select_100 { width: 100px; }
.select_120 { width: 120px; }
.select_140 { width: 140px; }
.select_160 { width: 160px; }
.select_190 { width: 190px; }
.select_280 { width: 280px; }

.textarea_840 {
	width: 838px;
	height: 200px;
	min-height: 200px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.textarea_600 {
	width: 598px;
	height: 400px;
	min-height: 400px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.textarea_640 {
	width: 638px;
	height: 400px;
	min-height: 400px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.textarea_940 {
	width: 938px;
	height: 400px;
	min-height: 400px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.textarea_640_100 {
	width: 638px;
	height: 100px;
	min-height: 100px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.textarea_540_100 {
	width: 538px;
	height: 100px;
	min-height: 100px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.textarea_540_50 {
	width: 538px;
	height: 50px;
	min-height: 50px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.textarea_250_50 {
	width: 248px;
	height: 50px;
	min-height: 50px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}