@import url(site_common.css);

div#right p#crum {
	margin-left: 45px;
	color: #0066CC;
	font-size: 65%;
}

div#right p#crum a {
	color: #0066CC;
}

div#right h4#contact {
	margin: 18px 0 36px 45px;
}

div#right p#contact_text {
	width: 536px;
	margin: 32px 0 0 138px;
	font-size: 78%;
	color: #333333;
	line-height: 140%;
}

div#right form h5#selection {
	margin: 44px 0 0 138px;
}

div#right form ul#selection_list {
	margin: 10px 0 0 138px;
	font-weight: bold;
	font-size: 85%;
	color: #333333;
	line-height: 200%;
}

div#right form p#attention {
	width: 535px;
	margin: 33px 0 0 138px;
	font-size: 72%;
	color: #FF3300;
	text-align: right;
}

div#right form div#form {
	width: 535px;
	margin-left: 138px;
	border: 1px solid #D6E4E4;
}

div#right form div#form h6 {
	display: list-item;
	list-style: square inside;
	margin-bottom: 6px;
	padding-left: 6px;
	background-color: #D6E4E4;
	font-weight: normal;
	font-size: 78%;
	color: #333333;
}

div#right form div#form table {
	width: 530px;
	margin-left: 5px;
	border-collapse: collapse;
}

div#right form div#form table th {
	width: 150px;
	padding: 6px 8px;
	background-color: #D6E4E4;
	font-weight: normal;
	font-size: 78%;
	color: #000000;
	text-align: right;
	vertical-align: top;
	border-bottom: 1px dotted #FFFFFF;
}

div#right form div#form table th span.essential {
	color: #FF3300;
}

div#right form div#form table td {
	padding: 6px 10px;
	border-bottom: 1px dotted #D6E4E4;
	font-size: 71%;
	color: #666666;
	line-height: 130%;
	text-align: left;
	vertical-align: top;
}
div#right form div#form table tr.last td {
	padding-bottom: 0;
	border: none;
}

div#right form div#form table td input {
	border: 1px solid #999999;
}
div#right form div#form table td input.width100 {
	width: 100px;
}
div#right form div#form table td input.width200 {
	width: 200px;
}
div#right form div#form table td input.width320 {
	width: 320px;
}
div#right form div#form table td input.width250 {
	width: 250px;
}

div#right form div#form table td textarea {
	width: 350px;
	height: 170px;
	border: 1px solid #999999;
}

div#right form div#form p {
	width: 522px;
	margin: 9px 0 0 5px;
	padding-bottom: 6px;
	font-weight: bold;
	font-size: 85%;
	color: #333333;
	line-height: 120%;
}

div#right form p#send {
	margin: 14px 0 0 348px;
}



/* confirmation, result */
p#caption {
	width: 536px;
	margin: 32px 0 0 138px;
	font-size: 78%;
	color: #333333;
	line-height: 140%;
}

table#confirmation_table {
	width: 536px;
	margin: 38px 0 0 138px;
	font-size: 78%;
	line-height: 150%;
}

table#confirmation_table th {
	width: 100px;
	padding-bottom: 10px;
	font-weight: normal;
	text-align: right;
	vertical-align: top;
}

table#confirmation_table td {
	width: auto;
	padding-left: 5px;
	padding-bottom: 10px;
	text-align: left;
}

table#confirmation_table td.button {
	text-align: center;
}

table#confirmation_table td.button input {
	width: auto;
}

div#result_block {
	width: 536px;
	margin: 32px 0 0 138px;
	font-size: 78%;
	color: #333333;
	line-height: 140%;
}

div#result_block div.btn_back {
	margin-top: 10px;
}

