/*

 welcome.php view css

*/

.page {

	zoom: 1;
	box-shadow: 0 5px 20px rgba(217,217,217,0.5);
	position: relative;
	min-height: 400px;
	padding-bottom: 30px;
	margin: 25px auto 0;
	background: #fff;
	border: 1px solid #ebebeb;
	border-top-color: #eaeaea;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

}