/* the overlayed element */ 
.container_ovl {
    background: url('http://media.nano-farm.com/images/common/site/shadow.png') no-repeat scroll 0 0;
    height:322px;
    width:672px;
    padding:50px;
    /* must be initially hidden */ 
    display:none; 
    /* place overlay on top of other elements */ 
    z-index:10000; 
}
.container_ovl .simple_overlay { 
    /* styling */ 
    background-color:#FFF; 
    width:650px;   
    padding:10px;  
    min-height:200px; 
    height:300px;
    border:1px solid #ccc; 
     /* CSS3 styling for latest browsers */  
    -moz-border-radius:8px;    
} 
 
/* close button positioned on upper right corner */ 
.container_ovl .close { 
    background-image:url('http://media.nano-farm.com/images/common/site/close.png');
    position:absolute; 
    cursor:pointer; 
    height:35px; 
    width:35px; 
    right:34px;
    top:33px;
}
.nano_information_box {
    font-family:'Lucida sans unicode', Verdana, Tahoma, sans-serif;
    width:auto;
    height:auto;
    text-align:left;
    
}
.nano_information_box .top {
    width:650px;
    background-color:#FFFFFF;
    border-bottom: 0px;
    display:block;
    float:left;
    padding: 2px 2px 0px 2px;
}
.nano_information_box .top .title {
    width: 650px;
    background-color:#48637e;
    float:left;
    height:52px;
}
.nano_information_box .top .title h2 {
    color:#FFFFFF;
    font-size:19px;
    font-weight:normal;
    letter-spacing:-1px;
    margin:0px;
    padding:15px;
}
.nano_information_box .center {
    width:650px;
    padding: 2px;
    height:auto;
    display:block;
    float:left;
    background-color:#FFFFFF;
}
.nano_information_box .center .content {
    height:235px;
    width:100%;
    max-width:650px;
    float:left;
    overflow:auto;
}
.nano_information_box .center .content p {
    margin:0px;
    font-size:13px;
    width:90%;
    color:#3F3F3F;
    padding:15px;
}
.nano_information_box .center .content p span {
    color: #336699;
    font-weight:bold;
}
.nano_information_box .bottom {
    height:52px;
    display:block;
    float:left;
    background-color:#FFFFFF;
    padding: 2px;
    background-color:#FFFFFF;
}
.nano_information_box .bottom strong {
    height:52px;
    display:block;
    float:left;
    font-size:14px;
    font-weight:bold;
    color:#5c5c5c;
    margin-left:15px;
}
