.form_button {
	height				:	33px;
	width				:	269px;
	padding				:	0 0 0 20px;
	border				:	0;
	text-align			:	left;
	font-weight			:	normal;
	color				:	#FFF;
	background			:	transparent;
	background-image	:	url('../images/layout/btn_submit.gif');
	background-repeat	:	no-repeat;
	cursor				:	pointer;
	margin				:	0 5px 0 5px;
	font-size			:	13px;
}
.form_button_short {
	display				:	block;
	line-height			:	29px;
	height				:	31px;
	width				:	160px;
	border				:	0;
	text-align			:	left;
	font-weight			:	normal;
	color				:	#FFF;
	background			:	transparent;
	background-image	:	url('../images/form_box/form_button_short.gif');
	background-repeat	:	no-repeat;
	cursor				:	pointer;
	font-size			:	15px;
	color				:	white !important;
	text-decoration		:	none !important;
	text-align			:	center;
	text-indent			:	-35px;	
}
.form_button_small,
.form_button_small_normal {
	height				:	22px;
	width				:	162px;
	padding				:	0 0 2px 10px;
	border				:	0;
	text-align			:	left;
	font-weight			:	normal;
	color				:	#FFF;
	background			:	transparent;
	background-image	:	url('../images/form_box/form_button_small.gif');
	background-repeat	:	no-repeat;
	font-size			:	12px;
	cursor				:	pointer;
	vertical-align		:	middle;
}
.form_button_small:hover,
.form_button_small_normal:hover {
	background-image	:	url('../images/form_box/form_button_small_hover.gif');
}
.form_button_small:disabled {
	background-image	:	url('../images/form_box/form_button_small_disabled.gif');
	cursor				:	default;
}
.form_button_back {
	height				:	33px;
	width				:	154px;
	padding				:	0 0 0 20px;
	border				:	0;
	text-align			:	left;
	font-weight			:	normal;
	color				:	#FFF;
	background			:	transparent;
	background-image	:	url('../images/form_box/form_button_back.gif');
	background-repeat	:	no-repeat;
	margin-left			:	10px;
	cursor				:	pointer;
	font-size			:	13px;
}
.form_button_small_save {
	height				:	22px;
	width				:	103px;
	padding				:	0 0 2px 10px;
	border				:	0;
	text-align			:	left;
	font-weight			:	normal;
	color				:	#FFF;
	background			:	transparent;
	background-image	:	url('../images/form_box/form_button_small_save.gif');
	background-repeat	:	no-repeat;
	font-size			:	12px;
	cursor				:	pointer;
	vertical-align		:	middle;
}
.form_button_small_save:hover {
	background-image	:	url('../images/form_box/form_button_small_save_hover.gif');
}
.form_button_back_long {
	height				:	33px;
	width				:	200px;
	padding				:	0 0 0 20px;
	border				:	0;
	text-align			:	left;
	font-weight			:	bold;
	color				:	#FFF;
	background			:	transparent;
	background-image	:	url('../images/form_box/form_button_back_long.gif');
	background-repeat	:	no-repeat;
	margin-left			:	10px;
	cursor				:	pointer;
	font-size			:	12px;
}
.form_button_back_small {
	height				:	22px;
	width				:	103px;
	padding				:	0 0 2px 10px;
	border				:	0;
	text-align			:	left;
	font-weight			:	normal;
	color				:	#FFF;
	background			:	transparent;
	background-image	:	url('../images/form_box/form_button_forum.gif');
	background-repeat	:	no-repeat;
	margin-left			:	10px;	
	font-size			:	11px;
	cursor				:	pointer;
	vertical-align		:	middle;
}
.form_button_back_small:hover {
	background-image	:	url('../images/form_box/form_button_forum_hover.gif');
}
.form_button_back_small:disabled {
	background-image	:	url('../images/form_box/form_button_forum_disabled.gif');
	cursor				:	default;
}
.form_input {
	font-size			:	12px;
	padding				:	2px 2px 2px 2px !important;
	font-family			: 	Arial,Helvetica,sans-serif;
	border				:	1px solid #B5B8C8;
	background			:	url("../../../../hp/js/ext-3.2.1/resources/images/default/form/text-bg.gif") repeat-x top left #fff;
}
.form_select {
	font-size			:	12px;
	padding				:	2px 2px 2px 0 !important;
	font-family			: 	Arial,Helvetica,sans-serif;
	border				:	1px solid #B5B8C8;
	background			:	url("../../../../hp/js/ext-3.2.1/resources/images/default/form/text-bg.gif") repeat-x top left #fff;
}
select.form_input {
	padding				:	2px 2px 2px 0 !important;
}
.form_colormod {
	font-size			:	12px;
	padding				:	2px 2px 2px 2px !important;
	border				:	1px solid #B5B8C8;
}
