#wps_table
{
  width:100%;
  border-collapse:collapse;
  font-size:13px;
}
#wps_table td
{
  border:1px solid rgb(220,220,220);
  padding:5px;
  width:1px;
}
#wps_title td
{
  font-weight:bold;
  text-align:center !important;
  background:rgb(240,240,240);
}
.wps_left
{
  text-align:left;
  width:auto !important;
}

.wps_center
{
  text-align:center;
}

.wps_right
{
  text-align:right;
}

.wps_small
{
  font-size:13px;
}

.wps_text_input { width: 191px; padding: 3px; color: #444; background-color:#FFFFFF; font-family: Georgia, "Times New Roman", Times, serif; border-top: 2px solid #999; border-left: 2px solid #999; border-right: 1px solid #CCCCCC; border-bottom: 1px solid #CCCCCC; }

.wps_text_input:focus { border-top: 2px solid #666; border-left: 2px solid #666; border-right: 1px solid #ddd; border-bottom: 1px solid #ddd; }

.wps_form_submit { background:#F0F0F0; padding: 0.1em 4px; border: 3px double #666; font-weight: bold;font-family: Arial, Verdana, sans-serif; cursor: pointer; }

.wps_alert
{
  color:red;
}
.wps_info
{
  color:green;
}
.wps_download
{
  font-weight:bold;
  color:green;
}
.optiontable td, .optiontable th
{
  padding-top:10px;
}
.optiontable .wps_text_input
{
  width:auto !important;
}
.optiontable select
{
  padding-right:0 !important;
}
.wps_error
{
  border:1px solid red;
  padding:10px;
  margin:5px;
}
.wps_updated
{
  border:1px solid green;
  padding:10px;
  margin:5px;
}
.optiontable label
{
  white-space:nowrap;
}
.wps_global
{
  margin:0 !important;
  padding:0 !important;
}
.wps_global label
{
  line-height:20px;
}
.wps_global input
{
  margin-left:0;
  margin-right:4px;
}

