div#contactRemarks {
	width: 534px;
	margin: 20px auto 0;
	background: transparent url(images/contact_remarks_header.png) no-repeat top center;
	padding: 35px 0 0;
}

div#contactRemarks p {
	line-height: 1.4;
	padding: 0 10px 0;
}

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

form.contactForm {
	margin: 30px auto;
}

form.contactForm legend {
	width: 100%;
	display: block;
	border-bottom: 2px solid #ccc;
	line-height: 1.5;
	font-size: medium;
}

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

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

form.contactForm legend {
}

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

form.contactForm table th {
	width: 170px;
	padding: 3px 5px 7px 0;
	text-align: right;
	color: #213052;
	border-bottom: 1px solid #ccc;
	white-space: nowrap;
	line-height: 1.2;
}

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

form.contactForm table td {
	border-bottom: 1px solid #ccc;
	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 {
	margin: 10px;
	color: #FF3333;
	font-weight: bold;
	padding: 0;
}

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

/* @group After Sending Mail */

div#sendMailCompleted {
	margin: 30px 50px;
	padding: 10px;
	border: 1px solid #ccc;
}
div#sendMailCompleted h4 {
	color: #0e267a;
	border-bottom: 2px solid #0e267a;
	font-size: large;
	line-height: 120%;
	margin-bottom: 5px;
}
div#sendMailCompleted p {
	margin: 5px 10px 0px;
}

/* @end */

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

