@charset "utf-8";
/* CSS Document */

div.form input {
	border: #C98C53 1px solid;
	width: 190px;
}
div.form {
	background-color: #FBF0C5;
	position: absolute;
	z-index: 100;
	right: 0;
	top: 36px;
	color: #6A2110;
	display: none;
}
div.form div.formtop {
	width: 154px;
	height: 17px;
	padding: 5px 7px 0 7px;
	margin-bottom: -1px;
	border-top: 1px #C98C53 solid;
	border-left: 1px #C98C53 solid;
	border-right: 1px #C98C53 solid;
	background-color: #FBF0C5;
	position: relative;;
	right: 0;
	z-index: 102;
}
div.form div.formbottom {
	width: 200px;
	border: 1px #C98C53 solid;
	background-color: #FBF0C5;
	position: absolute;
	right: 0;
	z-index: 100;
	padding: 5px;
}
div.form .submit {
	background-color: #6A2110;
	color: #FBF0C5;
	width: 65px;
}
div.ordernow {
	margin-bottom: -5px;
}
.caption {
	font-size: 13px;
}
a:link#cancel, a:visited#cancel {
	color: #6A2110;
}