html,body {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	margin: 0;
	padding: 0;
	color: #000;
	background-color: #fff;
}

.e-p {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 500px;
	height: 200px;
	margin: auto;
	padding: 0 15px;
	text-align: center;
	background: #fff url("../img/boy.png") 20px 20px no-repeat;
	
}

.general {	
	font-weight: bold;
	margin: 22px 10px 20px 181px;
	text-align: left;
}

.email {	
	font-weight: bold;
	margin: 0 10px 0 181px;
	text-align: left;
}

.hp {	
	text-align: left;
	font-weight: bold;
	margin: 10px 10px 0 181px;
}

.error {
	margin: 0 0 12px 0;
}

.detail {
	
}
a {
	color: #0000FF;
}