#remarksform {
 width: 60%;
 margin: 0 auto;
}

#sfloatform {
 border: solid 1px #333;
 position: fixed;
 right: 5px;
 bottom:0px;
 background: #000;
 width: 20%;
}

a.flink {
 padding: 10px;
 text-decoration: none;
 color: #999;
 display: block;
 text-align: center;
}

#remarksform a.flink {
 display: inline;
 font-size: small;
}

a.flink:hover {
 color: #fff;
 font-weight: bold;
}
