form p {
	padding: 0 0 10px 0;
}

input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #000;
}

.input_text {
	width: 195px;
	padding: 3px 5px 0px 5px;
	height: 17px;
	border: 1px solid #ccc;
	line-height: 20px;
}


.input_select {
	width: 150px;
	height: 20px;
	border: 1px solid #ccc;
	line-height: 20px;
}


.input_text_130 {
	width: 130px;
	padding: 0px 5px;
	height: 17px;
	border: 1px solid #ccc;
	line-height: 20px;
}

.input_text_170 {
	width: 170px;
	padding: 0px 5px;
	height: 17px;
	border: 1px solid #ccc;
	line-height: 20px;
}

.input_submit, .input_submit_right {
	width: 124px;
	height: 24px;
	background: transparent url('../gfx/input_submit.png') top left no-repeat;
	color: #993434;
	font-weight: bold;
	border: none;
	cursor: pointer;
}

.input_submit_right {
	float: right;
	margin: 0 15px 0 0;
}

.input_submit:hover, .input_submit_right:hover {
	background: transparent url('../gfx/input_submit_hover.png') top left no-repeat;
}

.input_search {
	width: 20px;
	height: 20px;
	background: transparent url('../gfx/search.png') top left no-repeat;
	border: none;
	cursor: pointer;
}

#footer .input_submit {
	width: 120px;
	height: 22px;
	background: transparent url('../gfx/input_submit_footer.png') top left no-repeat;
	color: #993434;
	font-weight: bold;
	border: none;
	cursor: pointer;
}

#footer .input_submit:hover {
	background: transparent url('../gfx/input_submit_footer_hover.png') top left no-repeat;
}


.center_column .input_textarea {
	width: 480px;
	height: 200px;
	border: 1px solid #ccc;
	padding: 5px;
}

.center_column .formclass form {
	border: 1px solid #ccc;
	width: 490px;
}

.center_column .formclass fieldset {

}

.center_column .formclass legend {
	padding: 0 0 10px 0;
	font-size: 14px;
	font-weight: bold;
	color: #4e4e4e;
}


.center_column .formclass label {
	float: left;
	width: 180px;
	display: block;
	padding: 0 0 0 0;
	font-weight: bold;
	color: #4e4e4e;
}

.center_column .formclass label.label_110 {
	float: left;
	width: 110px;
	display: block;
	padding: 0 0 0 0;
	font-weight: bold;
	color: #4e4e4e;
}

.center_column .formclass .input_text {
	width: 280px;
}

.center_column .error_text, .center_column .error_text_310  {
	font-weight: bold;
	color: #933;
}
