﻿.galleryCake
{
	border: #682977 solid 1px;
	width:165px;
	height:195px;
}

#cakePopup
{
	display: none;
	position: fixed;
	_position: absolute; /* hack for internet explorer 6*/
	height: 400px;
	width: 320px;
	border: #682977 solid 2px;
	background: #f1e7f3;
	background-image: url('/images/cakeDialogBg.jpg');
	background-position:center;
	background-repeat:no-repeat;
	z-index: 200;
	padding: 12px;
	text-align:center;
}

#cakePopup #cakePopupImg
{
	width:300px;
	height:355px;
	border: #682977 solid 1px;
	margin: 20px auto 0px auto;
}

#cakePopup #cakePopupTitle
{
	cursor:pointer;
	position:absolute;
	top:8px;
	left:16px;
	margin:0px;
	vertical-align:top;
}	

#cakePopup #cakePopupClose
{
	cursor:pointer;
	position:absolute;
	top:8px;
	right:16px;
	font-size:90%;
}

div.cake div.cakeTitle
{
	width: 165px;
	text-align: center;
	padding: 1px 3px;
	font-size: 85%;
}