@charset "utf-8";
/**
 * Digimart
 * @Copyright: 2007 Rittor Music Inc., a company of Impress Group. All right reserved.
*/

@import "global.css";
@import "layout_common.css";

h1 {
	width: 100px;
	height: 31px;
	margin-bottom: 0.4em;
	background: url(/img/error_title.gif) no-repeat;
}

h1 span {
	display: none;
}


/*--------------------------*/
#error {
	margin: 1.5em 1.2em 2em;
	padding: 1em;
	border:1px solid #EECACA;
	background:#FCF1F1;
}

#error strong {
	color:#E23737;
	font-weight:bold;
}

p {
	font-size:80%;
	color: #455162;
	line-height: 1.5;
}

#msg {
	font-size:80%;
	color:#455162;
}
