.member_form {
    background: url(/toxsoc/static/images/Membership-detail-top-img.gif) no-repeat top;
    width: 727px;
    font-family: Tahoma, Dotum;
    clear: both;
	margin-top: 5px;
	border-collapse: collapse;
}


.member_form td {
    border-bottom: 1px solid #d4d4d4;
	padding-left: 10px;
}

.member_form th {
    border-bottom: 1px solid #d4d4d4;
	background-color: #c7e0e2;
	text-align: center;
	font-weight: normal;
	color: #4a6868;
	width: 20%;
	margin: 0 0 0 0;
}



.member_form textarea {
    width: 95%;
	font-size: 9pt;
}

.member_form #id_title {
    width: 95%;
	font-size: 9pt;
}

.member_form text {
    width: 95%;
}

.confirm_detail_table {
    border-bottom: 0px solid #8190af;
    text-align: left;
	border-collapse: collapse;
	width: 725px;
}

.confirm_detail_table th {
    background: #C7E0E2;
    border-bottom: 1px solid #d4d4d4;
    text-align: center;
    font-weight: normal;
    color: #4c5d7f;
	width: 20%;
}

.confirm_detail_table td {
    border-bottom: 1px solid #d4d4d4;
    height: 22px;
    padding: 2px 10px;
	width: 30%;
}

*html .confirm_detail_table td {
    height: 19px;
    padding: 2px 10px;
}

.confirm_detail_table .detail_top {
    height: 5px;
    border: 0;
    margin: 0;
    padding: 0;
}

.confirm_detail_table td a {
    padding: 0 12px;
    text-decoration: none;
    color: #7b7b7b;
}

.confirm_detail_table .prev-next:hover {
    color: #7c4438;
}

#Membership-detail_table {
    border-bottom: 1px solid #8190af;
    text-align: left;
}

#Membership-detail_table th {
    background: #e0e4e5;
    border-bottom: 1px solid #d4d4d4;
    text-align: center;
    font-weight: normal;
    color: #426769;
}

#Membership-detail_table td {
    border-bottom: 1px solid #d4d4d4;
    height: 27px;
    padding: 2px 0 0 0;
}

*html #Membership-detail_table td {
    border-bottom: 1px solid #d4d4d4;
    height: 25px;
    padding: 2px 0 0 0;

}

#Membership-detail_table .Membership-detail-top {
    height: 5px;
    border: 0;
}

#Membership-detail_table td a {
    padding: 0 12px;
    text-decoration: none;
    color: #7b7b7b;
}

#Membership-detail_table .prev-next:hover {
    color: #7c4438;
}

#Membership-detail_table td p {
    padding: 10px 20px;
}

.form_title {
    padding-top: 10px;
}