.cst-specific-options table {
  display: none;
}
.cst-progress {
  margin-top: 50px;
  padding: 10px;
  height: 500px;
  width: 700px;
  overflow: auto;
  border: 1px solid #666;
  background-color: #DDD;
  font-family: monospace;
}
.cst-sync-options {
  border: 2px solid #DDDDDD;
  width: 275px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-top: 20px;
}
.cst-sync-options * {
  padding-left: 10px;
}
.cst-sync-options-input {
  display: block;
  padding: 5px;
}
.cst-sync-options-input input {
  margin-right: 10px;
}
.cst-sync-options .submit {
  margin-bottom: -10px;
}
.cst-inline-label {
  margin-left: 10px;
  margin-right: 15px;
}
#cst-emailhelp th {
  padding-right: 20px;
  text-align: right;
}
