@charset "windows-1251";

.boxbutton{
	height			:	22px		;
	margin-top		: 	5px			;
	margin-bottom	: 	5px			;
	margin-left		: 	20px		;
	margin-right	: 	20px		;
	width			:	140px		;	
	border			:	1px solid gray;
	vertical-align	:	bottom		;
	font-weight		:	bold		;
	
	font-size		:	8px		;
	font-family		:	Arial		;
	text-transform	:	uppercase	;
	color			:	#555555		;
	}
	
	input.boxbutton{
		height			:	22px		;
		margin-top		: 	5px			;
		margin-bottom	: 	5px			;
		margin-left		: 	20px		;
		margin-right	: 	20px		;
		width			:	140px		;	
		border			:	1px solid gray;
		vertical-align	:	bottom		;
		font-weight		:	bold		;
		font-size		:	11px		;
		font-family		:	Arial		;
		text-transform	:	uppercase	;
		color			:	#555555		;
	}
	
.cstitle{
	font-size	:	14px	;
	color		:	red		;
	text-transform: uppercase;
	text-decoration: underline;
}	