/*
Theme Name: Penleaders
Author: E-prost
Version: 1.0
*/

.red {
    color: #f00;
    font-size: 12px;
}
.mw_wp_form .error {
	width: 100%;
    color: #f00;
    font-size: 12px;
	margin-left: 6px;
	display: inline !important;
}
.form {
	width: 100%;
}
.form th {
	width: 174px;
	border-bottom: thin dotted #666;
	padding: 20px 0 20px 0;
}
.form td {
	width: 434px;
	border-bottom: thin dotted #666;
	padding: 20px 20px;
}
.form td.radio input, .form td.check input {
	margin-right: 6px;
}
.form td.radio span {
	margin-right: 20px;
	vertical-align: middle;
	line-height: 200%;
}
.form td.check span {
	margin-right: 20px;
	vertical-align: middle;
	line-height: 100%;
}
.form td.radio label, .form td.check label {
	vertical-align: middle;
	font-size: 1.2em;
}
.form td.check label {
	width: 100%;
	display: block;
}
#formbtn {
	text-align: center;
	margin: 15px 0 40px;
	font-size: 1.2em;
}
#info {
	text-align: center;
	border: 1px dotted #666;
	background-color: #efefef;
	padding: 15px;
}
.mw_wp_form_input span.seimei {
	display: inline;
}
.mw_wp_form_confirm span.seimei {
	display: none;
}
.mw_wp_form .enq .error {
	display: block !important;;

}
