/*
    Copyright (c) 2009 Ovensia
    Contributors hold Copyright (c) to their code submissions.

    This file is part of Ploopi.

    Ploopi 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 2 of the License, or
    (at your option) any later version.

    Ploopi 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 Ploopi; if not, write to the Free Software
    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
*/

.form {
    overflow:hidden;
    width: 300px;
    padding-left:200px;
}

.form .sep1 {
    font-size:15px;
    font-weight:bold;
    margin:2px 0;
}

.form .sep2 {
    font-size:13px;
    font-weight:bold;
    margin:2px 0;
}

.form .sep3 {
    font-size:12px;
    font-weight:bold;
    margin:2px 0;
}

.form .sep4 {
    font-size:11px;
    font-weight:bold;
    margin:2px 0;
}

.form p {
    padding: .2em 0;
    margin: 0 0 .2em 0;
    clear:both;
    overflow:auto;
}

.form label {
    display: block;
    margin-bottom: .2em;
    font-weight:bold;
}

.form span {
    display: block;
    color: #000000;
}

.form input.text,
.form select,
.form textarea {
  width:98%;
  border: 1px #033385 solid;
  background: #f8f8f8; 
 }

.form input.text:focus,
.form select:focus,
.form textarea:focus {
  background: white; 
 }


.form textarea {
    height: 12em;
}

.form p span.checkbox {
    margin:0;
    cursor:pointer;
    width:100%;
}

.form p span.checkbox img, .form p span.checkbox input {
    cursor:pointer;
}

.form img {
    display: block;
    float:left;
}

.form_validate {
  padding:5px 200px 0 0;
  text-align:right;
}

.form_validate em {
  font-size:0.8em;
}

.form input.checkbox, .form input.radio {
    width:16px;
}

div.check {
clear:both;
}

div.check, div.check input, div.check img {
cursor:pointer;
}

.form_validate input.button {
  padding: 2px;
  margin: 0;
  color: #033385;
  font-size: 10px;
  font-weight: bold;
  border: 1px #033385 solid;
  background-color: white;
  cursor: pointer;
}

.form_validate input.button:hover {
  background-color: #BBBBBB;
}
