/* CSS Document */

body{
	width: 400pt;
	text-align: center;
	padding-top: 20pt;
	margin: 0 auto;
}

#stdBox{
	width: 320pt;
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	border: 1px solid #666666;
	padding: 30pt;
}

#stdBoxTop img{
	margin-bottom: 10pt;
}

#dishes td{
	padding-top: 1em;
	padding-bottom: 0.2em;
	border-bottom: 0.5pt solid #000000;
}

.stdBoxContent{
	margin-top: 16pt;
	text-align: left;
}

#dishesLeft{
	text-align: left;
	vertical-align: top;
	padding-right: 13pt;
}

#dishesRight{
	text-align: right;
	vertical-align: bottom;
	padding-left: 13pt;
	}
	
.stdBoxBottom {
	white-space: nowrap;
}

.stdBoxBottom form{
	display: inline;
}
	
#dishes #dishesHL{
	border: none;
	font-weight: bold;
}


