/* rounded corners in safari on a div */
div {
    -webkit-border-radius: 10px;
	 -webkit-text-size-adjust: auto;
/*	 width: 300px;  */
}
/* for firefox */
div {
    -moz-border-radius: 10px;
/*	 width: 300px;  */
}

/* cool shadow, but maybe not useful */

body{
	background-color: #D3D3D3;
	width: 325px;
}
.arrowclass {
	background: url(arrow.png) right no-repeat transparent scroll;
	background-color: White;
	width: 315px;
   -webkit-border-radius: 3px;
   -moz-border-radius: 3px;
}

a {
	display: block;
	text-decoration: none;
	color: Black;
	margin-left: 3px;
	width: 300px;
/*		font-size: 22px;   */
}

li{
	border-top: 1px solid #DDDDDD;
	list-style: none;
	list-style-type: none;
}

.searchbox{
	text-align: center;
}

.drinklist{
	font-size: 18px;
}

.drinkdata{
	font-size: 18px;
}

.drinklabels{
	text-decoration: underline;
}

.disclaimer{
	font-size: 6px;
	font-style: italic;
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.disclaimer a {
	color: blue; 
	text-decoration: underline;
	font-size: 8px;
	display: inline;
}