/*
 Style for survey
 */
div.parentForSurvey {
    width: 75%;
}

div.positionable {
    width: 200px;
    height: 50px;
    float;
    position: absolute;
    display: block;
    /*
     right: 0;
     */
    /*
     bottom: 0;   
     */
background-color: "transparent";
color: "black";
    /*
     text-align: top;
     */
}