﻿.popup_mian 
{
    
   width:300px; 
   border:1px solid #bf4904; 
   background-color:#FFFFFF;
}
.popup_header
{
	font-family:Georgia, 'Times New Roman', Times, serif; 
	font-weight:bold; 
	font-style:italic; 
	font-size:16px; 
	color:#c75300
	
}
.popup_header1
{
	font-family:Georgia, 'Times New Roman', Times, serif; 
	font-weight:bold; 
	font-style:italic; 
	font-size:15px; 
	color:#c75300
}
.popup_content
{
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:11px; 
	color:#000;
	text-align:justify;
	font-weight:normal;
}

.popup_top
{
    width: 255px;
    float: left;
}
.popup_img
{
    width: 101px;
    float: left;
}
.popup_text
{
    width: 117px;
    float: left;
    text-align:justify;
}
.popup_mian h1
{
    font-size: 15px;
    color: #c25600;
    padding: 0;
    margin: 0;
    font-style: italic;
}
.popup_mian h2
{
    font-size: 13px;
    color: #c25600;
    padding: 0;
    margin: 0;
    text-align:left;
}
.popup_bottom
{
    padding-top: 0px;
    float: left;
    font-size: 9px;
    font-weight: bold;
}
.popup_bottom a, .popup_bottom a:visited
{
    color: #c25600;
    text-decoration: none;
}
.popup_bottom a:hover
{
    color: #000;
}


.Ipopup-background
    {
        opacity: 0.5;
        filter: alpha(opacity = 50);
        background-color: #CCCCCC;
    }
    .Ipopup-container
    {
        padding: 5px;
        background-color: #F8F8F6;
        border: 1px solid #5C5C5C;
        visibility: hidden;
        width: 98%;
        height: 550px;
    }
    .Ipopup_map
    {
        width: 80%;
        height: 450px;
        position: relative;
        float: left;
        border: 1px solid #333;
    }
    .Ipopup_div
    {
        width: 100%;
        height: 450px;
        position: relative;
    }
    .Ipopup_control
    {
        width: 19%;
        float: right;
    }
    .Ipopup_control select
    {
        border: 1px solid #333;
    }
    .corner-all
    {
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
    }