/*

@name form.css
@desc Styling for Nachbarnetz.ch
@author Jonas Fricker
@version 1.0

*/

fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

input, textarea {
	font-family: Helvetica, 'Helvetica Neue', Arial, Sans Serif;
	font-size: 100%;
}

#wlpeLoginForm label {
    color: #000;
}

#wlpeLoginForm input[type=text],
#wlpeLoginForm input[type=password] {
    background: #fff;
    border: 1px solid #bf7730;
    color: #666;
    padding: 5px;
    margin-bottom: 0.7em;
    width: 135px;
}

#wlpeLoginForm input[type=checkbox] {
    margin: 0 0 0.7em 0;
}

.wlpeMessage {
    background: #bf7730;
    border: 1px solid #a65200;
    color: #fff;
    margin-bottom: 0.8em;
    padding: 5px;
}

.wlpeMessageText {
    margin: 0;
    padding: 0;
}

#wlpeNewUser .field,
#wlpeUser .field {
    clear: both;
    margin-bottom: 0.8em;
}

#wlpeNewUser label,
#wlpeUser label {
    color: #666;
    font-family: Georgia, serif;
    font-size: 110%;
    float: left;
    width: 150px;
}

#wlpeNewUser input[type=text],
#wlpeNewUser textarea,
#wlpeUser input[type=text],
#wlpeUser textarea {
    border: 1px solid #999;
    padding: 5px;
    width: 400px;
}

#wlpeTermsOfService {
    background: #ffb873;
    border: 1px solid #ff7f00;
    display: none;
    padding: 10px;
}


/*** EM FORM ***/

.emFormRow {
    margin-bottom: 0.8em;
}

.emFormRow label {
    color: #666;
    font-family: Georgia, serif;
    font-size: 110%;
    float: left;
    width: 150px;
}

.emFormRow input[type=text],
.emFormRow textarea{
    border: 1px solid #999;
    padding: 5px;
    width: 400px;
}

.emFormRow input[type=checkbox],
.emFormRow input[type=radio]{
    margin-right: 0.4em;
}

.emFormRow span {
    margin-right: 1.5em;
}

.emFormRow .emShortDescr {
    height: 80px;
}

.emFormRow .emDescr {
    height: 150px;
}

.emFormButtons {
    margin: 1em 0 2em 150px;
}

.emFormRow input.emPrice {
    width: 150px;
}


/*** suggest Forms ***/

.nbForm label {
    color: #666;
    font-family: Georgia, serif;
    font-size: 110%;
    float: left;
    width: 150px;
}

.nbForm input[type=text],
.nbForm textarea{
    border: 1px solid #999;
    padding: 5px;
    width: 400px;
}