#main_contents .party table {
	border: none;
	border-collapse: collapse;
	border: none;
	text-align: left;
	margin: 40px 0;
}
#main_contents .party table th {
    border-bottom: 1px solid #999;
    border-right: none;
    background-color: transparent;
    padding: 14px;
    font-weight: normal;
    width: 30%;
}
#main_contents .party table td {
    border-bottom: 1px dotted #999;
    border-right: none;
    padding: 14px;
}

#main_contents .party table td textarea {
	width: 100%;
}
.party div.error_message{
	width:250px;
	margin: 5px 0 0 0;
	padding: 0 5px;
	border-radius: 5px;
	background-color:rgba(231,82,151,1);
	color:#fff;
}
.btn {
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
    display: inline-block;
    padding: 30px 100px;
    background: #e75297;
    border-radius: 10px;
    cursor: pointer;
	border: none;
    margin-top: 30px;
}
.btn:hover {
	opacity: 0.6;
}
.form_btn {
	text-align: center;
	padding-bottom: 60px;
}