@charset "UTF-8";
@import url('../_common/basic.css');


td input[type=text], .estimate-conf-short {
	width: 200px;
}

td textarea, .estimate-conf-wide {
	width: 400px;
}

.formerror {
	font-size: smaller;
	line-height: 150%;
	color: #ef0000;
	font-weight: bold;
}

.estimate-flow-cell {
	width: 317px;
	border-right: #cccccc 2px solid;
	border-bottom: #cccccc 2px solid;
}

.estimate-flow-cell h4, .estimate-flow-cell ul {
	margin: 15px;
}

.estimate-flow-cell h4 {
	font-weight: bold;
}

.estimate-flow-cell li {
	margin-bottom: 1em;
	text-align: justify;
}

.estimate-flow-item {
	margin-bottom: 2em;
}

.estimate-flow-item ul {
	margin: 0px 2em;
}

.estimate-flow-item h4 {
	font-weight: bold;
	margin-bottom: 5px;
}


.estimate-notice {
	padding: 15px;
	border-bottom: #cccccc /*#809ec7*/ 2px solid;
	font-size: 14px;
	line-height: 150%;
	font-weight: bold;
}

.estimate-notice ul {
	font-size: small;
	line-height: 150%;
	margin: 1em 2em;
	margin-bottom: 0px;
	font-weight: normal;
}

.estimate-app a {
	display: block;
	text-align: center;
}

.estimate-app a:link, .estimate-app a:visited {
	color: #ffffff;
	font-weight: bold;
	font-size:  16px;
	lin-height: 100%;
	background: #ef0000 none;
	padding: 20px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.estimate-app a:hover {
	text-decoration: none;
	color: #ffff00;
}

#estimate-form {
	width: 314px;
	float: left;
}

#estimate-fax {
	width: 314px;
	float: right;
}
