@import "base.css";

p.note {
	margin-top: 24px;
	font-size: 12px !important;
	color: #444;
}

#contents div.container dt span {
	font-size: 12px;
	color: #E42;
}
#contents div.container dd {
	margin-left: 4em;
}

#contents div.container input[type=text] {
	width: 10em;
}

#contents div.container div.error {
	font-size: 12px;
	color: #F00;
}

div.petitbox {
	padding: 0 32px 200px 32px;
	background-color: transparent;
	background-image: url(../img/img_flower.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
}

input.queue {
	margin-top: 12px;
	border: 2px solid #F90;
}

#que-only {
	margin-top: 12px;
	padding: 4px 8px;
	border: 2px solid #F41;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	font-weight: bold;
	color: #FFF;
	background-color: #339CCE;
	text-shadow: 1px 1px 2px #444;
}
#que-only:hover {
	background-color: #55BEEF;
}
#que-with {
	margin-top: 12px;
	padding: 4px 8px;
	border: 2px solid #F41;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	font-weight: bold;
	color: #FFF;
	background-color: #C85469;
	text-shadow: 1px 1px 2px #444;
}
#que-with:hover {
	background-color: #EA768B;
}
