
#estetic_window {
width: 200px;
display: table;
text-align:left;
}

#estetic_window_contents {
background: #FFF ;
width: 194px;
}

#estetic_window_beak{
width: 33px;
height: 34px;
background: url(images/beak.png) top left no-repeat transparent;
margin-left: -2px;
}

* html #estetic_window_beak{
/* Alpha transparencies hack for IE */
background: none;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/beak.png', sizingMethod='crop');
}

#estetic_window_tl, #estetic_window_tr, #estetic_window_bl, #estetic_window_br,
#estetic_window_t,#estetic_window_l,#estetic_window_r,#estetic_window_b{
background-color: #F00;
height: 2px;
width: 2px;
}

#estetic_window_tl {
width: 13px;
height: 13px;
background: url(images/tl.png) top left no-repeat;
_background: none;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/tl.png', sizingMethod='crop');
}

#estetic_window_t {
background: url(images/t.png) top left repeat-x;
_background: none;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/t.png', sizingMethod='scale');
}

#estetic_window_tr {
background: url(images/tr.png) top right no-repeat;
_background: none;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/tr.png', sizingMethod='crop');
width: 13px;
height: 13px;
}

#estetic_window_bl {
width: 13px;
height: 13px;
background: url(images/bl.png) bottom left no-repeat;
_background: none;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/bl.png', sizingMethod='scale');
}

#estetic_window_b {
background: url(images/b.png) bottom left repeat-x;
_background: none;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/b.png', sizingMethod='scale');
}

#estetic_window_br {
background: url(images/br.png) bottom right no-repeat;
_background: none;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/br.png', sizingMethod='scale');
width: 13px;
height: 13px;
}

#estetic_window_l {
background: url(images/l.png) top left repeat-y;
_background: none;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/l.png', sizingMethod='scale');
width: 13px;
}

#estetic_window_r {
background: url(images/r.png) top right repeat-y;
_background: none;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/r.png', sizingMethod='scale');
width: 13px;
}

#estetic_window_close {
background: url(images/close.png) bottom left no-repeat;
width: 20px;
height: 20px;
cursor: pointer;
}


#tourLocationBox
{
	width: 400px;
	height: 350px;
	border: 1px solid #aaacab;
	overflow: auto;
	overflow-y: auto;
	overflow-x: hidden;
	overflow:-moz-scrollbars-vertical;
}

#track_info
{
	width: 200px;
	height: 300px;
	border: 1px solid #aaacab;
	text-align: center;
	background-color: #aadcf8;
}
