/*!**********************************************************************************
* Plancake.com                                                                    *
* Open-Source Project by Daniele Occhipinti (owner of plancake.com)               *
* =============================================================================== *
* Software by:                plancake.com team                                   *
* Copyright 2009-2010 by:     Daniele Occhipinti (owner of plancake.com)          *
* Support, News, Updates at:  http://www.plancake.com                             *
***********************************************************************************
* This program is open-source software; you may use it under                      *
* the terms of the provided license as published by Daniele Occhipinti.           *
*                                                                                 *
* This program is distributed in the hope that it is and will be useful, but      *
* WITHOUT ANY WARRANTIES; without even any implied warranty of MERCHANTABILITY    *
* or FITNESS FOR A PARTICULAR PURPOSE.                                            *
*                                                                                 *
* See the "lICENSE" file for details of the Plancake license.                     *
* The latest version can always be found at http://www.plancake.com.              *
**********************************************************************************/

#pc_footer
{
  clear: both; /* Necessary for the forum integration */
  margin-top: 25px;
  padding: 5px 0px;
  width: 100%;
  border-top: 2px solid #306579;
  background-color: #fff;
  font-size: 10px;
  text-align: center;
  font-family: Verdana, Arial, "Times New Roman",Georgia,Serif; /* useful for integration */
}

.pc_errorMessage
{
  padding: 5px;
  border: 1px solid #ff0000;
  background-color: #ffcccc;
  margin-top: 5px;
}

span.pc_important
{
  font-weight: bold;
  color: #000;
}

.pc_confirmationMessage
{
  padding: 5px;
  border: 1px solid #00ff00;
  background-color: #ccffcc;
  margin-top: 5px;
}

.nowrap
{
  white-space:nowrap;
}

/*********** FORMS *****************/

form th
{
  text-align: right;
}

form label
{
  padding-right: 0px;
  margin-right: 25px;
  text-align: right;
/*   width: 100px; */
}

form input[type=text]
{
  width: 330px;
}

form input[type=password]
{
  width: 330px;
}

form input[type=submit]
{
  width: 150px;
}

form select
{
  width: 330px;
}

form textarea
{
  width: 330px;
  height: 100px;
}

form tr
{
  height: 40px;
  padding: 10px;
}

form ul.error_list li
{
  list-style: none;
  color: #ff6633;
  font-weight: bold;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

form ul.error_list
{
  margin-bottom: 0px;
  padding-bottom: 0px;
}

/************************************************/
