/******************************************************************************
 *	(c) 2010 erento GmbH
 *	file: page/home.css
 *	layout of the erento homepage
 *****************************************************************************/

form {
}

input, textarea, select {
    border: 1px solid;
    border-color: #727272 #B4B4B4 #DADADA;
    font-family: Arial, sans-serif;
    font-size: 12px;
}
input, textarea {
    padding: 2px;
}
select {
    background: #FFFFFF;
    padding: 1px;
}
option {
    background-color: #FFFFFF;
}

.mandatoryMark {
    color: #CC1F2F;
    line-height: 0;
}

.halfSize,
.fullSize {
    float: left;
    margin: 0 5% 5px 0;
    
}
.halfSize {
    width: 45%;
}
.fullSize {
    width: 95%;
}

label.halfSize {
    float: left;
}

.fullSize input, .fullSize select, .fullSize textarea,
.halfSize input, .halfSize select, .halfSize textarea
{
    width: 100%;
}

/* ************************************************************************** */
/* error stuff                                                                */
/* ************************************************************************** */
input.withError,
select.withError,
textarea.withError {
    background-color: #FAE8EA;
    border: 1px solid;
    border-color: #BB2929 #E48484 #F2C3C3;
}
select.withError option {
    background-color: #FFFFFF;
}
label.withError, .errorDesc {
    color: #CC1F2F;
}
label .errorDesc {
    font-weight: normal;
}
/* ************************************************************************** */
/* hint stuff                                                                 */
/* ************************************************************************** */
input.withInputHint, textarea.withInputHint {
    color: #AAAAAA;
}

