/****************************************************************************
eBIT-Site
-------------------
Copyright 2006, 2007, 2008 Davide Zaccaria, Orazio Langenbach

This file is part of eBIT-Site, a module of the framework POMO.

eBIT-Site is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

eBIT-Site is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with eBIT-Site.  If not, see <http://www.gnu.org/licenses/>.
****************************************************************************/

.valform table {
  border-spacing: 0px;
  border-collapse: collapse;
  empty-cells: show;
}

.valform .label {
  padding-top: 2px;
  padding-right: 8px;
  vertical-align: top;
  text-align: right;
  white-space: nowrap;
}

.valform .field {
  padding-bottom: 10px;
  white-space: nowrap;
}

.valform .status {
  padding-top: 2px;
  padding-left: 8px;
  vertical-align: top;
  width: 246px;
  white-space: nowrap;
}

.valform .textfield {
  width: 150px;
}

.valform label.error {
  background:url("../../../img/buttons/exclamation.png") no-repeat 0px 0px;
  padding-left: 16px;
  padding-bottom: 2px;
  font-weight: bold;
  color: #FF433C;
}

.valform label.checked {
  background:url("../../../img/buttons/accept.png") no-repeat 0px 0px;
}

.valform .success_msg {
  font-weight: bold;
  color: #0060BF;
  margin-left: 19px;
}

.valform #reg_newsletter_wrap {
  float: left;
}

.valform #reg_rules_wrap {
  float: left;
}

.valform #reg_pdata_wrap {
  float: left;
}

.valform #lsignupsubmit {
  visibility: hidden;
}

.valform #reg_msg .error {
  color: #FF433C;
  font-weight: bold;
}

.valform #reg_msg .okmsg {
  font-weight: bold;
}
