div#enquete {
    position: absolute;
    z-index: 999;
    width: 400px;
    height: 318px; 
    margin: 0px auto 0px auto;
    border-top: solid 3px #aaaaaa; 
    border-left: solid 3px #aaaaaa;
    border-right: solid 3px #444444; 
    border-bottom: solid 3px #444444; 
    background-color: #999999; 
    filter: alpha(opacity=0);
    opacity:0;
    -moz-opacity:0;
}
div#page_nav {
    height: 35px;
    overflow: auto;
}
div#intro_box button {
    font-weight: bold;
    padding: 5px;
    cursor: pointer;
}
a.pagebox {
    background-color: #dddddd;
    display: block;
    float: left;
    border: solid 2px #555555;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    margin: 5px;
    cursor: pointer;
    font-size: 10px;
}
a.pagebox:hover {
    color: #000000;
    background-color: #ffffff;
}
a.active {
    color: #ffffff;
    background-color: #222222;
}
div.contentbox {
    float: left;
    clear: left;
    width: 400px; 
    display: none;
    background-color: #ffffff;  
}
div.contentbox div.data{
    height: 265px;
    overflow: auto;
    padding: 0px 20px 0px 20px;
}
div.contentbox div.nav{
    height: 50px;
    text-align: right;
    margin: 10px 0px 0px 5px;
}
div.contentbox div.question {
    font-size: 12px;
    font-weight: bold;
    color: #555555;
    margin: 20px 10px 10px 0px;
}
div.contentbox td.option_radio {
    width: 25px;
    padding: 0px;
    vertical-align: top;
}
div.contentbox td.option_label {
    font-weight: normal; 
}
div.contentbox textarea.option_text {
    margin: 0px;   
    width: 352px;
    height: 80px;
}
div.contentbox .btn_nav {
    margin: 10px 5px 10px 5px;
    cursor: pointer;
}
