.btn {
	border: 2px solid #800;
	background-color: #500;
	color: #FFF;
	text-transform: uppercase;
	font: normal normal bold 20px/20px century gothic;
	height: 50px;
	width: 250px;
}

.btn:hover {
	background-color: #FFF;
	color: #250200;
	cursor: pointer;
}

.entry {
	max-width: 340px;
	padding: 15px;
	position: absolute;
	bottom: 20px;
	right: 20px;
	z-index: 100;
	background: transparent url(images/titlebg.png) repeat 0 0;
	font-size: 1.2em;
	line-height: 1.8em;
}

#wineconcierge {
	float: right;
	text-align: center;
	background: #D9D9D1;
	padding: 10px;
	margin: 0 0 20px 20px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #FFF
}

#wineconcierge h3 {
font-size: 15px;
color: #6c8a96;
letter-spacing: -1px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 5px;
margin-left: 0px;
}