.announce table{
    width: 620px;
    margin: 10px auto;
    border-width: 1px 0px;
}
.announce table td.nleft{
    width: 240px;
    text-align:left;
}
.announce table td{
    border-width: 1px 0px;
}
.announce table tr.center td{
    display: table-cell;
    text-align: center;
}
.announce caption{
    width: 100%;
    text-align: center;
    margin-bottom: 0.5em;
}
.announce textarea{
    width: 100%;
    height: 5em;
}
.announce form input{
    margin-left: 0;
}
.enquete_b{
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #ddd;

    filter:alpha(opacity=60);
    moz-opacity: 0.6;
    opacity: 0.6;
    z-index:1000;
}

.announce {
    opacity: 1;
    position: relative;
    width: 640px;

    background-color: #fff;
    padding: 4px;
    margin: auto;
    top: -190px;
    z-index: 1000;
    outline: 1px solid #333;
    font-weight: normal;
}

.announce input[type="submit"]{
    border-radius: 2px;
    float: right;
    margin: auto 10px;
}

.announce input#no{
    background-color: #ccc;
}
.announce input#yes{
    background-color: #44bfd7;
}


/*
.announce, .enquete_b{    display: none;}
*/