/* CSS Document */
.bold {
	font-weight: bold;
}
#cost {
	padding:2px 0;
	margin: 0;
}
#choice-tub {
	float: left;
	width: 560px;
	border-bottom: 1px solid #ff9900;
}
.choice-cap {
	float:left;
	font-size: 70%;
	padding-bottom: 20px;
}
.choice-tbl {
	float:left;
	font-size: 85%;
	margin: 2px 0;
	border: 1px dotted #ccc;
	padding: 4px 10px;
}
.choice-tbl tr{
	padding: 4px 0;
}
.choice-tbl td{
	padding: 4px;
}
.choice-tbl hr{
	padding: 0;
	margin: 0;
}
.choice-tbl input{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.choice-tbl label{
	float:left;
	width: 60px;
	font-size: 12px;
}
.choice-tbl #total{
	vertical-align:middle;
}
.choice-tbl #total input{
	font-size: 18px;
	font-weight:bold;
	color: #CC0000;
}
#contact-bottom {
	float:left;
	width:580px;
	background-image:url(img/contact-bottom.jpg);
	background-repeat:no-repeat;
}
#contact-bottom form{
	float:left;
	font-size:10px;
	width:200px;
	padding: 50px 0 50px 370px;
	margin: 0;
}
#contact-bottom label{
	float:left;
	width:90px;
	margin-top: 3px;
}
#contact-bottom p{
	float:left;
	width:200px;
	padding: 4px 0;
}
#btm-name,#btm-comp,#btm-tel,#btm-mail,#btm-local{
	float:left;
	width:100px;
	padding: 0;
	margin:0;
}
#btm-message{
	float:left;
	width:195px;
}