/**
##
#	Project: PHPDISK File Storage Solution
#	This is NOT a freeware, use is subject to license terms.
#
#	Chinese Website: http://www.phpdisk.com
#
#	International Website: http://www.phpdisk.net
#
#	Author: Along ( admin@phpdisk.com )
#
#	$Id: comm.css 75 2024-08-23 14:45:00Z along $
#
#	Copyright (C) 2008-2083 PHPDisk Team. All Rights Reserved.
#
##
*/
.main_box {
	padding: 70px 0;
	min-height: 400px;
}

.disk_msg_tips_wrap {
	margin: 50px auto;
	margin-top: 100px;
	border: 1px dotted #ccc;
	font-size: 18px;
	width: 800px;
	background-color: #fff
}

.disk_msg_tips_wrap .tit {
	border-bottom: 1px solid #ccc;
	padding: 8px;
	background-color: #F5F5F5
}

.disk_msg_tips_wrap .ctn {
	padding: 100px 50px;
}