@charset "utf-8";
/* CSS Document */

/* Cerfiltr Page Exceptions CSS
 * ============================
 *
 * This style sheet handles
 * the styles for exception (error) pages.
 */
 
#exceptcontents
{
	position: 					relative;	
	width: 						545px;
	margin: 					0;
	padding: 					0 5px 0 15px;
	
	text-decoration: 			none;
	font-size: 					1em;
	
	color: 						#000000;
	
}

#exceptcontents h1
{
	font-size: 					1.2em;
	color: 						red;
}

#exceptcontents .boxholder {
	margin: 					5px;
	padding: 					10px;
	border: 					1px solid #BBE0EB;
	
	background: 				#FFFFFF;
}

#exceptcontents .exceptact {
	padding: 					5px;
	/*border: 					1px solid #DDEEFA;*/
	background-color: 			#FFFFFF;
}

#exceptcontents .exceptact .go_perv {
	display:					block;
	float:						right;
	margin-left:				5px;
	margin-right:				5px;	
}

#exceptcontents .exceptact .go_perv a {
	display:					block;
	padding-bottom:				8px;
	padding-right:				5px;
	padding-left:				30px;
	padding-top:				8px;

	background-image:			url(/imgs/back_bt_usel.png);
	background-position:		3px 5px;
	background-repeat:			no-repeat;
}
#exceptcontents .exceptact .go_perv a:hover {
	background-image:			url(/imgs/back_bt_sel.png);
}