/*
   public.css
   <project>
   
   Created by Administrator on 2015-06-04.
   Copyright 2015 Administrator. All rights reserved.
*/

* {
	margin: 0;
	padding: 0;
	outline: 0;
}

body {
	background-color: #FFF;
	font-size: 14px;
}

p {
	line-height: 30px;
	padding: 0 15px;
}

.space {
	max-height: 1px;
	min-height: 1px;
	overflow: hidden;
	margin: 20px 0;
}

.space5 {
	max-height: 1px;
	min-height: 1px;
	overflow: hidden;
	margin: 5px 0 !important;
}

.space10 {
	max-height: 1px;
	min-height: 1px;
	overflow: hidden;
	margin: 10px 0 !important;
}
