form
{
	margin-top:			4px;
	margin-bottom:		2px;
}
.input_button, .input_button_disabled
{
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	font-size:			10pt;
	height:				22px;
	background:			#E6E6FF;
	border-bottom:		1px solid #2B3A65;
	border-right:		1px solid #2B3A65;
	border-left:		1px solid #2B3A65;
	border-top:			1px solid #2B3A65;
	color:				#000033;
	text-decoration:	none;
	cursor:				pointer;
	cursor:				hand;
}
.input_button_disabled
{
	background:			#EEF3FF;
	border-bottom:		1px solid #9D9DA1;
	border-right:		1px solid #9D9DA1;
	border-left:		1px solid #9D9DA1;
	border-top:			1px solid #9D9DA1;
	color:				#9D9DA1;
	cursor:				default;
}
.input_text, .input_text_line, .input_text_fixed, .input_text_tip
{
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	font-size:			10pt;
	background:			#FFFFFF;
	border-bottom:		1px solid #2B3A65;
	border-right:		1px solid #2B3A65;
	border-left:		1px solid #2B3A65;
	border-top:			1px solid #2B3A65;
	color:				#000033;

	scrollbar-face-color:		#E6E6FF;
	scrollbar-3dlight-color:	#EEEEFF;
	scrollbar-highlight-color:	#2B3A65;
	scrollbar-shadow-color:		#2B3A65;
	scrollbar-darkshadow-color:	#EEEEFF;
	scrollbar-arrow-color:		#2B3A65;
	scrollbar-track-color:		#EEEEFF;
}
.input_text_line
{
	height:				22px;
}
.input_text_fixed
{
	font-family:		"Courier New", Verdana, Arial, Helvetica, sans-serif;
}
.input_text_tip
{
	font-family:		Tahoma, Arial, Helvetica, sans-serif;
	font-size:			8pt;
	background:			#FFFFE1;
	color:				#000000;
}

.input_button_small, .input_button_small_logout, .input_button_small_login, .input_button_small_register, .input_button_small_admin
{
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	font-size:			7pt;
	width:				45;
	background:			#324578;
	border-bottom:		1px solid #2B3A65;
	border-right:		1px solid #2B3A65;
	border-left:		1px solid #2B3A65;
	border-top:			1px solid #2B3A65;
	color:				#000000;
	text-decoration:	none;
	cursor:				pointer;
	cursor:				hand;
}
.input_button_small_login
{
	width:				35;
}
.input_button_small_register
{
	width:				47;
	background:			#EEEEFF;
}
.input_button_small_admin
{
	width:				25;
}
.input_text_small
{
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	font-size:			8pt;
	background:			#324578;
	border-bottom:		1px solid #2B3A65;
	border-right:		1px solid #2B3A65;
	border-left:		1px solid #2B3A65;
	border-top:			1px solid #2B3A65;
	color:				#000000;

	scrollbar-face-color:		#E6E6FF;
	scrollbar-3dlight-color:	#EEEEFF;
	scrollbar-highlight-color:	#2B3A65;
	scrollbar-shadow-color:		#2B3A65;
	scrollbar-darkshadow-color:	#EEEEFF;
	scrollbar-arrow-color:		#2B3A65;
	scrollbar-track-color:		#EEEEFF;
}
