body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	color: #888888;
	background-color: white;
}

.title-header {
	margin: 0px 0 10px 0px;
	background-image: linear-gradient(to bottom, #fff 0, #e8e8ec 100%);
}

.conent-left {
	height: 381px;
	background-color: ghostwhite;
	border-radius: 4px;
	box-shadow: 3px 0px 5px 3px rgba(0, 0, 0, .3);
}

.conent-img {
	width: 120px;
	height: 120px;
}

.conent-right {
	min-width: 380px;
	box-shadow: 3px 0px 5px 3px rgba(0, 0, 0, .3);
}

.form-top {
	background-color: white;
	padding: 0 25px 15px 25px;
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
}

.form-bottom {
	background-color: #EEEEEE;
	padding: 25px;
	-moz-border-radius: 0 0 4px 4px;
	-webkit-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
}

.form-btn {
	width: 100%;
	background-color: #de995e;
	color: white;
}

.footer-div {
	background-color: #E1EDF7;
	height: 60px;
	line-height: 60px;
}

.header-img{
	width: 90px;height: 90px
}