﻿.survey_layer {
     position:absolute;
     width: 790px;
     height: 770px;
     margin: -10px 0 0 -372px;
     top: 0px;
     left: 50%;
     z-index: 9999;
     color: #000000;
     padding: 0;
}

.survey_layer .top {
    height:19px;
} 
.survey_layer .bottom { 
    height:19px;
}
.survey_layer .left, .survey_layer .right {
    float:left;
    width:12px;
    height:770px;
}
.survey_layer .left img, .survey_layer .right img{
    height:770px;
}
.survey_layer .left {
    width:11px;
}
.survey_layer .content {
    float:left;
    background:#FFFFFF;
    width:731px;
    height: 745px;
    padding:25px 0 0 30px;
}
.survey_layer .hl {
    margin-bottom:20px;
    height:23px;
}
.survey_layer .cancel-button {
    padding: 0pt 25px 20px 0pt; 
    float: right;
}
.survey_layer iframe {
    width:705px;
    height: 690px;
    color: #808080;
    padding:0;
}
* html .survey_layer iframe {
    height: 680px;
    width:710px;
}
.survey_layer #survey_intro {
    margin: 100px 90px 0 50px; 
    line-height:16px;
    font-size:13px;
    color: #808080;
    width:auto;
}
.survey_layer #survey_intro .logo {
    padding:0 0 40px 0;
}
.survey_layer #survey_intro p {
    line-height:19px;
    font-size:13px;
    padding:6px 0 6px 4px;
}
.survey_layer #survey_intro a {
}