@charset "utf-8";

#estimate{
	width: 671px;
	margin: 0px;
	padding: 0px;
}
#estimate .form{
	width: 631px;
	background-color: #EBEBEB;
	border: 20px solid #EBEBEB;
}

#estimate .form th{
	width: 200px;
	padding: 5px;
	background-color: #69BBE9;
	color: #FFFFFF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #EBEBEB;
	border-bottom-color: #EBEBEB;
	text-align: left;
	font-style: normal;
}

#estimate .form td{
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #EBEBEB;
	border-bottom-color: #EBEBEB;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#estimate em.must {
	color: #FFBF00;
	font-style: normal;
}

#estimate #caption{
	text-align: right;
	width: 621px;
}

#estimate .confirm{
	text-align: center;
	margin-top: 30px;
}

#estimate .form_must {
	font-size: 10pt;
	font-style: normal;
	background: #FFBF00;
}
.point {
	color: #FFBF00;
}
.right {
	text-align: right;
	line-height: 3em;
}
.confirm {
	padding-top: 10px;
	padding-bottom: 10px;
}
.red_error {
	font-weight: bold;
	color: #FF0000;
	width: 631px;
	text-align: left;
}

textarea {
	padding: 2px 3px;
	font-size: small;
}
