.tool_tip{
	position: absolute;
	z-index: 1;
	width:235px;
	height:56px;
	overflow-y: auto;
	background-image: url(/img/tooltip-bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
}

.date-bubble{
	width:259px;
	height:60px;
	background-image: url(/img/date-b.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
}
.name-bubble{
	width:245px;
	height:42px;
	background-image: url(/img/first-last-b.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 15px;
	padding-bottom: 5px;
	text-align: center;
	padding-left: 25px;
	padding-right: 7px;
}
.email-bubble{
	width:245px;
	height:31px;
	background-image: url(/img/email-b.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 68px;
	text-align: center;
}
.size-bubble{
	width:246px;
	height:36px;
	background-image: url(/img/size-b.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 60px;
	text-align: center;
}
.phone-bubble{
	width:246px;
	height:35px;
	background-image: url(/img/phone-b.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 32px;
	text-align: center;
}

#filter
{
	display: none;
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: #000;
	z-index:10;
	opacity:0.75;
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	-khtml-opacity: 0.75;
	overflow: hidden;
}

#select_move_date_link{
	padding-top : 3px;
	color : #bdbdbd;
	cursor : pointer;
	z-index : 1;
	position : absolute;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: italic;
	padding-left: 3px;
}

#box 
{
	display: none;
	position: fixed;
	overflow:hidden;
	top: 50%;
	left: 50%;
	width: 360px;
	height:470px;
	padding: 20px;
	margin: -215px 0px 0px -200px;
	border:1px solid #CBCBCB;
	background-color:#f0f0f0;
	z-index:101;
	overflow: none;
}
#videobox 
{
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 456px;
	height: 307px;
	padding: 20px;
	margin: -153px 0px 0px -228px;
	border:1px solid #CBCBCB;
	background-color:#f0f0f0;
	z-index:102;
	overflow: none;
}

#boxtitle
{
	position:absolute;
	float:center;
	top:0;
	left:0;
	width:376px;
	height:24px;
	padding:0;
	padding-top:4px;
	margin:0;
	border-bottom:4px solid #99FF33;
	background-color: #33CC66;
	color:white;
	text-align:center;
		display: none;
}