/* /input button */
.input_submit_long {	
	background: transparent url(/scripts/images/bg_button_input_long.gif) no-repeat scroll top right;
	width: 150px;
	text-align: center;
	border: 0 !important;
	color: #000000 !important;
	cursor: pointer;
	font: normal 12px arial, sans-serif;
	height: 24px !important;
	line-height: 14px;
}
	.input_submit_long:active {	
		background-position: bottom right;
		outline-width: 0;
	}
	
	.input_submit_long::-moz-focus-inner { border: 0; }
	
.input_submit_long_special {	
	background: transparent url(/scripts/images/bg_button_input_long_special.gif) no-repeat scroll top right;
	width: 150px;
	text-align: center;
	border: 0 !important;
	color: #ffffff !important;
	cursor: pointer;
	font: normal 12px arial, sans-serif;
	height: 24px !important;
	line-height: 14px;
}
	.input_submit_long_special:active {	
		background-position: bottom right;
		outline: none; 
	}

.input_submit_short {	
	background: transparent url(/scripts/images/bg_button_input_short.gif) no-repeat scroll top right;
	width: 75px;
	text-align: center;
	border: 0 !important;
	color: #000000 !important;
	cursor: pointer;
	font: normal 12px arial, sans-serif;
	height: 24px !important;
	line-height: 14px;
}

	.input_submit_short:active {	
		background-position: bottom right;
		outline: none; 
	}
	
	
/* /input button */

.CPbox_logon	{
	border:1px solid #CCCCCC;
	padding:15px;
	text-align:left;
}
