.no-header .ui-dialog-titlebar
{
	display: none;	
}

.pin_title
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #8d8e8e;	
}

.pin_title a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #8d8e8e;
	text-decoration: none;
}
.pin_title a:hover
{
	color: #013c75;	
}
.address
{
	font-weight: bold;
	font-size: 12px;
}
.description
{
	color: #515153;
	font-size: 11px;
}

.get_directions a
{
	font-size: 12px;
	font-style:italic;
	color: #8d8e8e;
	text-decoration: none;
}
.get_directions a:hover
{
	color: #df7b11;
}

.custom_infowindow
{
	border-bottom-left-radius: 6px;
  	border-bottom-right-radius: 6px;
  	border-top-right-radius: 6px;
  	border-top-right-radius: 6px;
}

.corners
{
	border-bottom-left-radius: 6px;
  	border-bottom-right-radius: 6px;
  	border-top-right-radius: 6px;
  	border-top-left-radius: 6px;
}

.custom_infowindow_content
{
	padding-right: 12px;
}

.close_button
{
	top: 6px !important;
	right: 6px !important;
}

.remove_scroll
{
	overflow: hidden !important;
}

.editor_input_field
{
	padding: 6px;
	font-size: 12px;
	border: 1px solid #abadb3;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	
	background: #f0f0f0;
		
	background-image: linear-gradient(bottom, rgb(252,252,252) 27%, rgb(245,242,245) 54%, rgb(230,230,230) 96%);
	background-image: -o-linear-gradient(bottom, rgb(252,252,252) 27%, rgb(245,242,245) 54%, rgb(230,230,230) 96%);
	background-image: -moz-linear-gradient(bottom, rgb(252,252,252) 27%, rgb(245,242,245) 54%, rgb(230,230,230) 96%);
	background-image: -webkit-linear-gradient(bottom, rgb(252,252,252) 27%, rgb(245,242,245) 54%, rgb(230,230,230) 96%);
	background-image: -ms-linear-gradient(bottom, rgb(252,252,252) 27%, rgb(245,242,245) 54%, rgb(230,230,230) 96%);
	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.27, rgb(252,252,252)),
		color-stop(0.54, rgb(245,242,245)),
		color-stop(0.96, rgb(230,230,230))
	);
}

.starting_address
{
	display: none;
}

.starting_address
{
	font-size: 11px;
}