@import url(../../css/global.css);

#err-mes {
	margin: 100px auto;
	width: 425px;
	padding: 20px 40px;
	border: 1px solid #CCCCCC;
	}
#err-mes #red-mes {
	font-size: medium;
	font-weight: bold;
	color: #ca0000;
	margin-bottom: 1.5em;
}
#err-mes p {
	font-size: small;
	margin-bottom: 1em;
	color: #585858;
	line-height: 1.3em;
}
#err-mes #b-mes {
	font-size: medium;
	font-weight: bold;
}
#err-mes #p-last {
	margin-bottom: 0px;
}
