*{
	margin:0;
	padding:0;
	box-sizing: border-box;
	}

html,
body {
	font-size: 14px;
	background: #F2F2F2;
	letter-spacing: 0.2px;
	}
.mark, mark {
	padding: 0;
	background: transparent;
}
p, h1, h2, h3, h4, h5, h6, figure, label, dl, ol, ul {
	margin: 0;
}
h1 {
	font-size: 25px;
}
h2 {
	font-size: 20px;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 16px;
}
h5 {
	font-size: 14px;
}
h6 {
	font-size: 12px;
	}

a {
	text-decoration: none;
	transition: all 0.1s ease-in-out;
	font-size: 14px;
	color: #14809B;
	}

a:hover {
	text-decoration: none;
	color: #000;
	}

p {
	line-height: 22px;
	font-size: 13px;
	}
	
img {
	border:none;
	max-width: 100%;
	height: auto;
	}

div,
span,
input,
textarea {

	}

input[type=text],
input[type=password],
input[type=email],
textarea {
	border-width: 1px;
	border-style: solid;
	border-color: #ddd;
	padding: 8px 15px;
	width: 100%;
	transition: all 0.1s;
	-webkit-transition: all 0.1s;
	-moz-transition: all 0.1s;
	-ms-transition: all 0.1s;
	-o-transition: all 0.1s;
	resize: none;
	color: #555;
	}

input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
textarea:focus {
	
}

input[type=submit],
button {
	border: none;
	padding: 7px 10px;
	cursor: pointer;
	transition: all 0.1s;
	-webkit-transition: all 0.1s;
	-moz-transition: all 0.1s;
	-ms-transition: all 0.1s;
	-o-transition: all 0.1s;
	font-size: 14px;
	}
	
input[type=submit]:hover,
button:hover{
	
}

i {}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

:focus {
	outline: none;
	}

::-moz-focus-inner {
	border: 0;
	}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   opacity:  1;
  
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   opacity:  1;
 
}