/* -------------------------------------------------------
Arturo CSS: Community login
Authors:  Papaya Software GmbH (AC)
Contact:  info@papaya-cms.de
Version:  8 Feb 2006
------------------------------------------------------- */

#loginArea {
  width: 514px;
}
#loginArea form .line {
  width: 350px;
}
#loginArea form label {
  display: block;
  float: left;
  width: 90px;
  color: #000;
  font-weight: bold;
  font-size: 11px;
}
#loginArea form div.input {
  float: right;
  width: 200px;    
}
#loginArea form div.input input.input {
  vertical-align: center;
  width: 200px;
  font-size: 12px;
  padding-left: 3px;
  margin-bottom: 5px;
  border: 1px solid #D7196E;
  font-weight: normal;
  font-size: 11px;
}

#loginArea form .buttonLine .submitButton {
  border: 1px solid #D7196E;
  background-color: white;
  font-weight: bold;
  font-size: 11px;
  color: #D7196E;
  background-image: url(pics/doublegt.gif);
  width: 83px;
  text-align: left;
  padding-left: 3px;
  background-repeat: no-repeat;
  background-position: right; 
}

#loginArea form div.input textarea.text {
  vertical-align: center;
  width: 203px;
  font-size: 12px;
  border: 1px solid #D7196E;
  font-weight: normal;
  font-size: 11px;
}

#loginArea form .buttonLine {
  text-align: right;
  width: 355px;
}

#loginArea .clear {
  clear: both;
}
