@charset "UTF-8";

/* -----------------------------------------------
 *           registration
 * ----------------------------------------------- */

/* =========== content-title =========== */

#content-title {
}

#content-title h1 {
	margin-bottom: 30px;
}



/* =========== h2 =========== */

#content-body h2 {
	margin: 26px 0 20px 0;
	padding: 2px 7px;
	border: 1px solid #4b5e70;
	font-size: 117%;
	font-weight: normal;
	color: #4b5e70;
}

/* =========== h3 =========== */

#content-body h3 {
	margin-bottom: 6px;
}



/* =========== owner =========== */

div.owner {
	margin-top: 25px;
	margin-bottom: 20px;
	padding: 19px 19px 4px 19px;
	border: 1px solid #999;
}

div.general {
	margin-top: 30px;
	margin-bottom: 20px;
	padding: 1px 0;
	border: 1px solid #999;
}

div.float-block {
	width: 479px;
	padding: 19px 19px 4px 19px;
	background: url(/user/img/registration_bg_01.png) left top repeat-y;
}

div.float-block div.float-left,
div.float-block div.float-right {
	width: 220px;
}








