
#surveyContent, #voviciOverlaysContainer {
    display:none;
}

#voviciButton {
    position:fixed;
    z-index:9998;
    top:50%;
    right:0;
    display:block;
    border:solid 1px #FFFFFF;
    background-color:#000000;
    border-width:1px 1px 0 1px;
    -webkit-transform:rotate(-90deg);
	-moz-transform:rotate(-90deg);
	-o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    padding:5px 8px 2px 8px;
    white-space:nowrap;
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

#voviciButton a {
    text-decoration:none;
    font-family: Lucida Grande, Geneva, Arial, sans-serif;
    font-size: 14px;
    color: #FFFFFF;
    font-weight:bold;
}

#voviciInvitation .voviciStart {
    background: none repeat scroll 0 0 #0099CC;
    border-color: #45B5DA #006485 #006485 #45B5DA;
    border-style: solid;
    border-width: 2px;
    color: #FFFFFF;
    display: block;
    font-weight: bold;
    margin: 5px auto;
    padding: 10px;
    text-align: center;
    width: 260px;   
    cursor: pointer;
}

#voviciInvitation .voviciCancel {
    background: none repeat scroll 0 0 transparent;
    color: #AAAAAA;
    display: block;
    font-weight: bold;
    margin: 15px auto;
    text-align: center;
    text-decoration: underline;
    width: 140px;  
    cursor: pointer;
}