/**
 * form style sheets
 * 
 * @project    e-fellows.net charity staffel
 * @author     maik mettenheimer
 * @version    2008-11
 * 
 */

/* form container
------------------------------------------------------------------------------*/

label {
    font-weight: bold;
    width: 11em;
    float: left;
    text-align: right;
    margin-right: 10px;
}

label.radio {
    width: 4em;
    float: left;
    margin-left: 10px;
    text-align: left;
    font-weight: normal;
}

label.checkbox {
    font-weight: bold;
    width: auto;;
    float: left;
    text-align: right;
    margin-left: 10px;
}

fieldset {
    padding: 0;
    margin: 1em 0 0em 0;
    border: 1px solid #666;
    width: 759px;
    background-color: #eaeaea;
}

form fieldset.gmap h3 {
    margin-bottom: 0;;
}

form div {
    float: none;
    clear: both;
    line-height: 3em;
    margin: 0 2em;
}

form div#gmap,
form div#gmap *{
    margin: 0;
    line-height: 1;
}

form div.vericode {
    line-height: 60px;
    margin-bottom: 2em;
}

form h3 {
    background-color: #666;
    color: #fff;
    padding: 0.5em 1em;
    margin: 0 0 1em 0;
    font-size: 120%;
}

/* form fields
------------------------------------------------------------------------------*/

input.text,
input.button,
input.radio,
textarea,
select {
  margin: 0.5em 0;
  border: 1px solid #ccc;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
}

input.text:focus,
textarea:focus,
select:focus {
  border: 1px solid #666;
}

input.text {
    width: 400px;
    padding: 5px;
}

input.radio {
    float: left;
    margin-top: 1em;
    padding: 0;
    border: none;
}

input.button {
    width: auto;
    padding: 5px;
    background-color: #666;
    color: #fff;
    cursor: pointer;
    margin: 2em 0;
}

input.button:hover {
    color: #fe830b;
}

textarea {
    width: 400px;
    height: 5em;
    padding: 5px;
}

select {
    margin-top: 0.7em;
    padding: 0;
    width: 410px;
}

input.birth_day {
	width: 50px;
	float: left;
}

input.birth_year {
	width: 50px;
	float: left;
}

select.invalidValue {
	border: 2px solid #fe830b;
}


/* messages and errors
------------------------------------------------------------------------------*/

div.errors {
    font-weight: bold;
    margin: 1em 0;
    border: 1px solid #ccc;
    padding: 1em;
    background-color: #eaeaea;
}

input.invalidValue,
input.requiredValue {
    background: #fff url(../img/icons/warning.gif) no-repeat 99% 50%;
}

textarea.invalidValue,
textarea.requiredValue {
    background: #fff url(../img/icons/warning.gif) no-repeat 99% 98%;
}


/* 2col fieldset
------------------------------------------------------------------------------*/
.col_right {
	float: right;
	width: 48%;
    line-height: 1.5;
}

.col_left {
	float: left;
	width: 48%;
   line-height: 1.5;
}

form fieldset div.bankinfo,
form fieldset div.bankinfo p {
	line-height: 1.5;
}

