/* Contact Form */

div#remarksForNecessaryItem {
	margin: 0px 50px;
}

form.contactForm {
	margin: 20px auto;
}

form.contactForm p.remarks {
	margin: 10px 0 20px;
	line-height: 1.2;
}

form.contactForm fieldset {
	margin: 10px 0;
	padding: 10px;
	border: none;
}

form.contactForm table {
	border-collapse: collapse;
	margin: 10px auto;
}

form.contactForm table th {
	padding: 3px 1em 3px 5px;
	text-align: left;
	color: #333;
	white-space: nowrap;
	line-height: 1.2;
	vertical-align: top;
}

form.contactForm table th.receipt_mail {
	text-align: left;
	border-bottom: none;
	padding-top: 4px;
	padding-bottom: 0;
	width: auto;
}

form.contactForm table td {
	padding: 3px 10px;
	width: 350px;
}

form.contactForm table tr.error th,
form.contactForm table tr.error td {
	color: red;
	background: #ffefef;
}

form.contactForm table td label {
	padding-right: 1em;
}

div.submit {
	margin: 20px;
	text-align: center;
}

/* @group Input Form Parts Size */

input.sizeSSS {
	width: 30px;
}
input.sizeSS {
	width: 60px;
}
input.sizeS {
	width: 110px;
}
input.sizeM {
	width: 150px;
}
input.sizeL {
	width: 230px;
}
input.sizeLL {
	width: 350px;
}
textarea.sizeL {
	width: 400px;
}
textarea.sizeM {
	width: 350px;
}

/* @end */


/* Input Error */
ul.errors_list {
	color: #FF3333;
	font-weight: bold;
	padding: 0;
}

ul.errors_list li {
	display: inline;
	margin-right: 5px;
	line-height: 1.3;
}

.required {
	font-family: "Times New Roman",Times,serif;
	font-size: medium;
	color: #ff3333;
	padding: 0 3px 0px;
}

/* @group After Sending Mail */

div#sendmessage {
	margin: 40px 5px 0;
	line-height: 1.4;
}

/* @end */

