#map {
	width:468px;
	height:356px;
	background-color: #fff;
	border: 1px solid #990000;
}

#middleright {
	position:absolute; top:10px; right:49px;
}
#middleright div.wrapper {
    height:500px;
}

.bubble {
    width:370px;
    height:185px;
    position:relative;
}
.bubble h3 {
    padding: 5px 7px;
    margin:0;
    font-size:18px;
    color:#fff;
    background-color: #dd1111;
}
.bubble .closeInfoWindow {
    position:absolute; top:6px; right:6px;
    color:#fff;
    text-decoration:none;
}
.bubble .closeInfoWindow img {
    border:0;
}
.bubble div.restaurantInfo, div.userInfo {
    height:103px;
    width:358px;
    border:1px solid #dd1111;
    border-top:none;
    position:relative;
    padding:5px;
}
.bubble .restaurantLogo {
    width:100px;
    height:100px;
    position:absolute; top:5px; left:5px;
    border:1px solid #ddaaaa;
}
.bubble p {
    margin:0;
    padding:0 0 5px 0;
    font-size:90%;
}
.bubble .restaurantInfo p {
    margin-left:105px;
}
.bubble span {
    font-size:90%;
}
.bubble span.restaurantInfoLabel {
    display:block;
    float:left;
    clear:left;
    margin-left:107px;
    width: 100px;
    font-weight:bold;
    text-align:left;
}
.bubble span.restaurantInfo {
    display:block;
    float:left;
    width:150px;
}
.bubble div.submit {
    width:370px;
    position:absolute; top:145px; left:0;
    clear:both;
    padding:5px 0;
}
.bubble a.button {
    float:right;
    margin:0;
}

/* Restaurant List */

#middleright .restaurant a.button {
    position:absolute; bottom:5px; right:5px;
    margin:0;
    width:62px;
    text-align:center;
    font-size:90%;
    line-height:110%;
    padding:2px 7px 3px 7px;
}

#middleright .restaurant {
	clear:both;
	position:relative;
	height:75px;
	background-color: #fff;
}

#middleright .alt {
    background-color: #eedddd;
}

#middleright .restaurant h3 {
	padding:0;
	margin:0 0 0 2px;
	font-size:14px;
}
#middleright .restaurant a {
	text-decoration:none;
}
#middleright .restaurant .logo {
	width:50px;
	height:50px;
	float:left;
	margin:0px 5px 5px 2px;
	border:1px solid #ddaaaa;
}
#middleright .restaurant span {
	font-size:70%;
}