@import "layout.css";
@import url('layout.css');
@import "style.css";
@import url('style.css');
@import "form.css";
@import url('form.css');



html {
	margin: 0;
	padding: 0;
}

body {
	margin: 0 auto;
	padding: 40px 0 0;
	text-align: center;
	background: #eef3f9 url('../images/bodybg.jpg') no-repeat top center;
}

img {
	display: block;
	border: none;
}

a {
	outline: none;
}

p {
	line-height: 17px;
	margin: 0 0 16px;
}

ul {
	margin: 0 0 16px;
	padding: 0 0 0 25px;
}

li {
	list-style: none;
	margin-bottom: 5px;
	padding-left: 15px;
	line-height: 17px;
	background: url('../images/bg_liststyle.gif') no-repeat left 6px;
}

.mb0 {
	margin-bottom: 0;
}

form {
	margin: 0;
	padding: 0;
	display: block;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}	