@import "base.css";

#header {
	background-color: transparent;
	background-image: url(../parts/header_back_grad.png);
	background-repeat: repeat-y;
	background-position: right top;
}

#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;
}

#entry {
	background-color: transparent;
	background-image: url(../img/dr_yoshida_w_book3.jpg);
	background-position: right center;
	background-repeat: no-repeat;
}
#entryb {
	background-color: transparent;
	background-image: url(../img/dr_yoshida_w_book3.jpg);
	background-position: right center;
	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;
}

#announce p {
	line-height: 160%;
	margin-bottom: 15px;
}
