.niceMessage {
	bottom: 3px;
	position: fixed;
	right:5px;
	width: 60%;
	z-index: 100;
}
.niceMessage .inner {
	padding: 5px 0;
}
.niceMessage .texts {
	background-color: #b5b5b5;
	border: 1px solid #DDDDDD;
	border-radius: 4px 4px 4px 4px;
	margin: 0 auto;
	max-width: 75%;
	padding: 27px 37px 27px 37px;
	position: relative;
}
.niceMessage .texts p {
	color: #333333;
	font-size: 22px;
	margin: 0;
}
.niceMessage .texts p strong {
	background: url("../images/cross-octagon.png") no-repeat scroll 0 3px transparent;
	display: block;
	font-weight: bold;
	line-height: 28px;
	margin-bottom: 5px;
	padding-left: 19px;
}
.niceMessage .texts p a {
	color: #0097C8;
	font-weight: bold;
}
.niceMessage .texts a.close {
	background: url("../images/cross-small.png") no-repeat scroll 0 0 transparent;
	display: block;
	height: 0px;
	overflow: hidden;
	position: absolute;
	right: 8px;
	text-indent: 100%;
	top: 12px;
	white-space: nowrap;
	width: 16px;
}
.close {
	cursor: pointer;
}

