/*MESSAGE*/
.message {
	width: 960px;
	position: absolute;
	font-size: 21px;
	z-index: 101;
}
.message_text {
	display: table;
	margin: auto;
}
.delete_img_icon_ajax {
	cursor: pointer;
}
.close {
	margin-top: 6px;
	margin-right: 30px;
}
.close_message {
	position: absolute;
	right: -5px;
}
.alert {
	padding: 2px;
}
.error_message {
	display: table;
	margin: auto;
	text-align: center;
}
.start_mes {
	width: 225px;
	height: 50px;
	margin-top: 48px;
}
.mes_text_num {
	font-size: 31px;
	float: left;
	margin-left: 7px;
}
.start_text {
	float: right;
	font-size: 17px;
	line-height: 13px;
}