/* Generic Style CSS by Ed Kidwell */

* {
  color:#ddd;
  font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

body {
  background: #333;
}

td {
vertical-align:top;
}

input, select, option { color: #333; }

.cnt_left {
  width:25%;
  vertical-align:top;
}
.cnt_center {
  width:50%;
  vertical-align:top;
}
.cnt_right {
  width:25%;
  vertical-align:top;
}

