body, td, input, textarea {
   color: #fff;
   font-size: 15px;
}

a {
   color: #8f21ff;
}

a:visited {
   color: #8f21ff;
}

textarea, input {
   color: #000;
}

.go_button {
   float: right;
   width: 254px;
   height: 40px;
   background-image: url(/style/pics/cinema-lovers/panel-button.png);
   background-position: top left;
   background-repeat: no-repeat;
   cursor: pointer;
   cursor: hand;
}

.go_button_pressed {
   background-position: bottom left;
}

