#tys-contact table {
	border-top: 1px solid #ddd;
	margin-bottom: 20px;
	width: 100%;
}

#tys-contact table th,
#tys-contact table td {
	border-bottom: 1px solid #ddd;
	font-weight: 500;
	padding: 1em 1.2em;
}

#tys-contact table th {
	vertical-align: middle;
	text-align: right;
	width: 25%;
	padding-right: 1em;

}

#tys-contact table td p {
	margin: 5px;
	line-height: 1.6em;
}

#tys-contact table td p.min {
	padding-left: 1.2em;
	text-indent: -1.2em;
}

.link-form {
	display: block;
	width: 8.5em;
	border: 2px solid white;
	border-radius: 0.5em;
	color: white;
	background-color: #4a7742;
	padding: 7px 10px;
	margin-bottom: 4em;
	font-weight: 700;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}

.link-form:hover {
	border: 2px solid #4a7742;
	color: #4a7742;
	background-color: white;
}


a.link-form i {
	display: inline-block;
	margin-left: 1em;
}

.info a {
	text-decoration: underline;
	color: #222;
}

#tys-contact table th {
    font-size: 93%;
	font-weight: 700;
	text-align: right;
    vertical-align: middle;
    width: 31%;
}

#tys-contact i.req {
    color: red;
    font-size: 13px;
    font-style: normal;
    vertical-align: super;
}

#tys-contact td {
    font-size: 100%;
    line-height: 2em;
	padding-left: 2em;
}

#tys-contact input[type="text"], #tys-contact textarea {
    background-color: white;
    border: 1px solid #ababab;
    color: #222;
    display: inline-block;
    font-size: 100%;
    margin-right: 10px;
    padding: 4px 7px;
}

#tys-contact input[type="radio"], #tys-contact input[type="checkbox"] {
    border: 1px solid white;
	vertical-align: middle;
}

#tys-contact #c1f0501, #tys-contact #c1f0502 {
    margin-right: 0;
    width: 50px;
}

#tys-contact #mail-01,
#tys-contact #mail-02 {
    width: 201px;
	display: inline-block;
	margin-bottom: 0.4em;
}

#tys-contact #postnum,
#tys-contact #addr-01,
#tys-contact #addr-02 {
    width: 44%;
	display: inline-block;
	margin-bottom: 0.4em;
}

#tys-contact #postnum {
	width: 22%;
}

#tys-contact #url-01 {
	width: 38%;
}

#tys-contact .error {
    color: red !important;
    display: none;
    font-size: 12px !important;
    margin-bottom: 1px !important;
}

#tys-contact .thanks {
	padding: 1em 2em;
	border: 1px solid #ddd;
	border-top: 3px solid #4a7742;
	margin-bottom: 2em;
    font-size: 100%;
	display: none;
}

