@charset "utf-8";
@import "base/common.css";

#container_left h2 {
	overflow: hidden;
	width: 550px;
	height: 37px;
	font-size: 1em;
	text-indent: -9999px;
	background: url(../files-sub/www/common/contact.gif);
	margin-bottom: 10px;
}

#container_left table {
	width: 100%;
	border: 0px;
	padding: 0px;
	margin: 0px;
}

#container_left table tr th {
	width: 120px;
	padding: 7px;
	background: #d5e8b3;
	vertical-align: top;
	border: 0px;
	border-top: solid 5px #fff;
	text-align: left;
}

#container_left table tr th p {
	line-height: 1.1em;
	border-left: solid 5px #9ecb4e;
	padding-left: 5px;
	color: #448800;
}

#container_left table tr td {
	border-top: solid 5px #fff;
	padding: 1px;
	padding-left: 7px;
}

#container_left table tr td p {
	padding: 6px;
	padding-left: 0px;
}

#container_left table tr td strong.error {
	display: block;
	font-size: 12px;
	color: #dd0000;
	margin-top: 3px;
}

#container_left table tr.first th, #container_left table tr.first td {
	border-top: 0px;
}

input[type="text"],
input[type="password"],
input[type="file"],
textarea,
select
{
	font-size: 14px;
	padding: 3px;
	border: dotted 1px #999;
	background: #f6f6f6;
}

input[type="text"],
input[type="password"],
input[type="file"]
{
	width: 209px;
}
textarea {
	width: 395px;
	height: 150px;
}

input[type="text"]:hover,
input[type="password"]:hover,
input[type="file"]:hover,
textarea:hover,
span:hover select
{
	border: solid 1px #999;
	background: #fff;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="file"]:focus,
textarea:focus,
select:focus
{
	border: solid 1px #66aa00 !important;
	background: #ffd !important;
}

option[value=""] {
	color: #999;
}

input[type="submit"] {
	font-size: 16px;
	padding: 5px 10px;
	height: 34px;
}

input.long {
	width: 395px;
}

.button {
	margin-top: 15px;
	text-align: center;
}

.complete {
	color: #0066cc;
	border: dotted 2px #3399ff;
	background: #ddeeff;
	padding: 7px;
	margin-bottom: 15px;
}

.complete p {
	font-weight: bold;
	line-height: 1.1em;
	border-left: solid 5px #66bbff;
	padding-left: 3px;
}