#orderForm {
	padding: 1em 0;
	font-size: 100%;
	color: black;
	text-align: left;
	width: 538px;
	margin: 0.8em auto;
}

#orderForm a {
	color: #665555;
}

#orderForm .guideButton {
	font-size: 70%;
    border: 1px solid #ccac8c;  
    color: gray;
    background-color: white;
	margin-left: 0.5em;
}

#orderForm select {
	width: 400px;
	font-size: 100%;
}

#orderForm legend {
	background: white;
	padding: 0.5em;
	font-size: 90%;
}

#orderForm .arrow {
	background-image: url(../images/arrow.gif);
	margin-left: 1em;
	width: 47px;
	height: 26px;
}

#orderForm .chooser {
	border: 3px solid #885544;
	margin: 0;
	background: #FFFDF7;
}

#orderForm .choice {
	padding: 0.5em 1em 0.5em 1em;
	margin: 0.3em 0 0.3em 0;
	background: #ECDED6;
}

#orderForm .choice label {
	font-size: 100%;
	font-weight: bold;
	border-left: 0px solid orange;
	margin-bottom: 0.2em;
	display: block;
}

#orderForm .choice .help {
	font-size: 90%;
	color: #555555;
}

#orderForm .choice .detail {
	font-size: 80%;
	border: solid 1px #6495ED;
	background-color: white;
	margin: 0.2em 0;
	padding: 2px;
}

#orderForm .textSize {
	text-align: right
}

#estimateBox {
	border: 3px solid #885544;
	margin: 1em 0em 1em 0em;
	padding: 0.5em 1em;
	line-height: 1.5em;
	background: #FFFDF7;
}

#estimateBox legend {
	font-weight: bold;
}

#estimate {
	font-size: 90%;
	color: white;
}

#estimate td {
	padding: 0.1em 0.1em;
	color: #000000;
}

#estimate th {
	padding: 0.1em 0.5em 0.1em 2em;
	color: #000000;
	text-align: right;
	background: #ECDED6;
}

#estimate .price {
	text-align: right;
	color: #000000;
	padding-left: 1em;
	width: 4em;
}

#estimateBoxButtons {
	margin: 0.2em 0;
}

#intoCart {
	margin: 0;	
}

#callme {
	background: url(star.gif) left center no-repeat;
	padding-left: 20px;
	font-size: 90%;
	color: #dd4422;
}

#dropin {
	position: absolute;
	visibility: hidden;
	left: 200px;
	top: 100px;
	width: 500px;
	height: 330px;
	background-color: #CCCCCC;
}

#dropin_close {
	color: #888;
}
