table.microting_decoration {
    width: 850px;
    height: 530px;
    border: 0px solid lightgray;
    border-collapse:collapse;
    border-spacing: 0;
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
    margin-left:auto;
    margin-right:auto;
}

table.microting_decoration td.microting_left_edge, table.microting_decoration td.microting_right_edge, table.microting_decoration td.microting_top_edge, table.decoration td.microting_bottom_edge {
    border: 0px solid lightgray;
    border-collapse:collapse;
    border-spacing: 0;
    padding: 0;
    margin: 0;
}

td.microting_content_wrapper_cell{
    width: 800px;
    height: 480px;
    background-color:white;
    margin: 0;
    padding: 0;
}

td.microting_left_edge {
    width: 17px;
    height: 480px;
    background: url(/images/web_survey_interface/edge_left.png) no-repeat 0 0;
    padding: 0;
    margin: 0;
}
td.microting_right_edge {
    width: 33px;
    height: 480px;
    background: url(/images/web_survey_interface/edge_right.png) no-repeat 0 0;
    padding: 0;
    margin: 0;
}
td.microting_top_edge {
    height: 30px;
    width: 800px;
    padding: 0;
    margin: 0;
}
td.microting_bottom_edge {
    height: 20px;
    width: 800px;
    padding: 0;
    margin: 0;
}
td.microting_top_left_corner {
    height: 30px;
    width: 17px;
    padding: 0;
    margin: 0;
}
td.microting_top_right_corner {
    height: 30px;
    width: 33px;
    padding: 0;
    margin: 0;
}
td.microting_bottom_left_corner {
    height: 20px;
    width: 17px;
    padding: 0;
    margin: 0;
}
td.microting_bottom_right_corner {
    height: 20px;
    width: 33px;
    padding: 0;
    margin: 0;
}

iframe.microting_survey_frame {
    padding: 0;
    margin: 0;
    height: 480px;
    width: 800px;
}

#microting_dim {
    position:absolute;
    height: 100%;
    width: 100%;
    margin: 0px;
    padding: 0px;
    background: url(/images/web_survey_interface/dim.png) repeat 0 0;
    z-index: 10000;
    display: none;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}

div.microting_frame {
    width: 850px;
    left: 50%;
    margin-left: -425px;
    position: relative;
}