@CHARSET "UTF-8";

div#memberDescription {
    margin: 0 0 30px;
}

div.heading {
	height: 29px;
    background: transparent url(/static/img/front/pink_line_bk.gif) left center no-repeat;
}
div.heading h3 {
    padding: 7px 30px;
    font-size: 110%;
    color: #fff;
    letter-spacing: 1px;
}
* html div.heading h3 {
    /* IE hack */
    margin-top: 20px;
}
div#memberMerit h4,
div#memberMerit p {
	margin: 1em 30px;
}
div#memberMerit h4 {
	font-size: 120%;
	color: #ff1a64;
}

div#memberForm {
	margin: 30px 0 0;
}
div#memberForm form {
	margin: 1em 30px;
}
div#memberForm table {
	margin: 20px 15px 0;
}
div#memberForm th,
div#memberForm td {
	padding: 2px 5px 5px;
}
div#memberForm th {
	text-align: right;
	white-space: nowrap;
	vertical-align: top;
}
div#memberForm table#confirm th,
div#memberForm table#confirm td {
	font-size: 110%;
}

input.text {
	width: 300px;
}

