

#mc_signup_wrapper {
	margin:20px auto;
	max-width: 400px;
	font-family: "Nanum Gothic", sans-serif;
	color: #444444;
	padding:10px;
}	

#mc_signup_wrapper input[type=text] {
	font-size: 1rem;
	height: 38px; 
	line-height: 38px;
	width: 100%;
	margin: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 0px 10px;
	border:1px solid #ccc;
	box-sizing: border-box;
	vertical-align: middle;
}
input#email-id {
    max-width: 110px;
}
input#email-domain {
    max-width: 110px;   
}
select#email-select {
    max-width: 110px;
    height: 38px; 
    margin: 0px; 
    margin-left: 4px;
    margin-top: 4px;
    margin-bottom: 5px;
    font-size:1rem;
    padding: 0px 10px; 
    line-height: 38px; 
    vertical-align: middle;
}

#mc_signup_wrapper input[type=text].error {
	border-color: red;
	color: red;
	border-width: 2px;
}
#mc_signup_wrapper #mc_signup_submit {
	font-size: 1rem;
	color: #ffffff;
	background-color: #91b54d;
	border: #ffffff;
	height: 40px;
	border-radius: 4px;
	line-height: 40px;
	text-align: center;;
	width: 100%;
	margin:4px 0px;
}
#mc_signup_wrapper .agree {
	margin: 4px 0px;
}
#mc_signup_wrapper .agree p {
	font-size: 0.9rem;
	margin: 0px;
	padding: 0px;
	margin-bottom: 4px;
	line-height: 30px;
}
#mc_signup_wrapper .agree a {
	font-size: 0.8rem;
	text-decoration: underline;
	color: #999;
} 
#mc_signup_wrapper .agree .active {
	font-weight: bold;
}
#mc_signup_wrapper #agree_checkbox {
	cursor: pointer;
}
#mc_signup_wrapper #agree_checkbox img {
	vertical-align: middle;
	width: 20px;
	height: 20px;
	margin: 0px;
	padding: 0px;
	margin-right: 2px;
}
#mc_signup_wrapper .error {
	color:#ff0000;
	font-size: 0.9rem;
}

#mc_signup_wrapper .success {
	font-size: 0.9rem;
	color: #333333;
	border-radius: 10px;
	width:inherit;
	max-width: 400px;
	margin:20px 0px;
	padding: 30px 20px;
	background-color: #dcefe5;
} 

#mc_signup_wrapper .mc_signup_title {
	font-weight: bold;
	font-size: 1.5rem;
	line-height: 2rem;
	margin-bottom: 10px;
}

#mc_signup_wrapper .mc_signup_subtitle {
	font-size: 0.95rem;
	line-height: 1.4rem;
	margin-bottom: 10px;
}

#mc_signup_wrapper .mc_signup_gender {
    line-height: 40px;
}
#mc_signup_wrapper #postcode {
	width: 40%; 
	min-width: 50px;
	background-color: #eaeaea; 
	border: 1px solid #ccc; 
}
#mc_signup_wrapper #addr {
	background-color: #eaeaea; 
	border: 1px solid #ccc;
}
#mc_signup_wrapper #mc_postcode_button {
	font-size: 0.9rem;
	height: 33px; 
	margin: 4px 4px;
	padding: 0px 10px;
	border-radius: 4px;
	border:1px solid #91b54d;
	box-sizing: border-box;
	background-color: #91b54d;
	color: #fff;
	cursor: pointer;
}
#mc_signup_response {
	display: none;
	color: red;
	font-size: 0.85rem;
	margin: 4px 0px 12px 0px;
}