#custom_info_window2_red{
	width: 250px;
}
#custom_info_window2_red_contents{
	background-color: #FFF;
}
#custom_info_window2_red_tl{
	width: 16px;
	height: 16px;
	background: url('../images/corners/red_tl.png') top left no-repeat transparent;
}
* html #custom_info_window2_red_tl{
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/corners/red_tl.png', sizingMethod='crop');
}
#custom_info_window2_red_t{
	background: url('../images/corners/red_t.png') top left repeat-x transparent;
}
#custom_info_window2_red_tr{
	width: 16px;
	height: 16px;
	background: url('../images/corners/red_tr.png') top left no-repeat transparent;
}
* html #custom_info_window2_red_tr{
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/corners/red_tr.png', sizingMethod='crop');
}
#custom_info_window2_red_l{
	width: 3px;
	background: url('../images/corners/red_l.png') top left repeat-y transparent;
}
#custom_info_window2_red_r{
	width: 3px;
	background: url('../images/corners/red_r.png') top right repeat-y transparent;
}
#custom_info_window2_red_bl{
	width: 16px;
	height: 16px;
	background: url('../images/corners/red_bl.png') top left no-repeat transparent;
}
* html #custom_info_window2_red_bl{
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/corners/red_bl.png', sizingMethod='crop');
}
#custom_info_window2_red_b{
	background: url('../images/corners/red_b.png') top left repeat-x transparent;
}
#custom_info_window2_red_br{
	width: 16px;
	height: 16px;
	background: url('../images/corners/red_br.png') top left no-repeat transparent;
}
* html #custom_info_window2_red_br{
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/corners/red_br.png', sizingMethod='crop');
}
#custom_info_window2_red_close{
	width: 21px;
	height: 21px;
	background: url('../images/corners/red_close.png') top left no-repeat transparent;
	cursor: pointer;
}
* html #custom_info_window2_red_close{
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/corners/red_close.png', sizingMethod='crop');
}
#custom_info_window2_red_max{
	width: 21px;
	height: 21px;
	background: url('../images/corners/red_max.png') top left no-repeat transparent;
	cursor: pointer;
}
* html #custom_info_window2_red_max{
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/corners/red_max.png', sizingMethod='crop');
}
#custom_info_window2_red_min{
	width: 21px;
	height: 21px;
	background: url('../images/corners/red_min.png') top left no-repeat transparent;
	cursor: pointer;
}
* html #custom_info_window2_red_min{
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/corners/red_min.png', sizingMethod='crop');
}
#custom_info_window2_red_beak{
	width: 28px;
	height: 38px;
	margin-left:60px;
	background: url('../images/corners/red_beak.png') top left no-repeat transparent;
}
* html #custom_info_window2_red_beak{
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/corners/red_beak.png', sizingMethod='crop');
}
#custom_info_window2_red_contents{
	font-family: arial;
}
#custom_info_window2_red_contents .section1{
	margin: 0;
	color:#3a491e;
	padding:0px 10px;
	font-size:12px;
}
#custom_info_window2_red_contents .section1 a{
	display:block;
	font-size:14px;
	text-decoration:none;
	color:#3a491e;
	font-weight:bolder;
	margin-top:7px;	
}
#custom_info_window2_red_contents .section1 a:hover{
	color: #f8b700;
}
#custom_info_window2_red_contents .section2{
	margin: 0;
	padding: 0;
	text-align:center;
	background-color: #d5ddb0;
	border-bottom: dotted 1px #3a491e;
	border-top: dotted 1px #3a491e;
}
#custom_info_window2_red_contents .section2 img{
	width:30;
	margin:0px 2px;
}
#custom_info_window2_red_contents p{
	margin: 1px 0;
	padding: 5px;
}
#custom_info_window2_red_contents .title{
	position:relative;
	font-size: 16px;
	font-weight: bold;
	color: #f8b700;
	background-color: transparent;
	padding:0px 10px;
	margin-top:-7px;
	
}