/* 
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

Titel : forms.css
Autor : Raimund Buechner, buechner@sinma.de, www.sinma.de
Fuer : http://www.sinma.de

Erstellt: 09.12.05 - 10.02.06
Änderungen nach Fertigstellung:
- Datum, Was, Autor
- Datum, Was, Autor
- Datum, Was, Autor

Beschreibung : Hier werden alle Formularelemente formatiert. Das Stylesheet wird bisher extra nur auf "contact.html" eingebunden. 

ACHTUNG: Weil das Stylesheet *nur* auf einer Seite eingebunden wird, erfolgen die Angaben zu F*AR*B*E*N ausnahmsweise hier !!!

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
*/

input.invis {display:none;}

form
{
margin: 0 0 4em 0;
line-height: 140%;
/* font-size: 1em; */
}

/* form br {clear:both;} */

/* fieldset
{
width: 100%;
margin:1em auto;
padding:0.7em 0;
border:1px solid #f0f2f3;
text-align: center;
} */

/* legend
{
width: 40%;
margin:1em auto;
padding:0;
font: bold 1.4em/1.8em Arial, Helvetica, sans-serif;
color:#303030;
background:transparent;
} */

label
{
float:left;
margin:.5em 2% 0.5em 0;
padding:0.3em 0;
width:49%;
text-align:right;
letter-spacing:0.1em;
font-weight:bold;
}

input, textarea {
float:left;
width:48%;
/* height: 1%; */
margin: .5em 0;
padding: .3em 0;
font: normal 1em/1.3em Verdana, Arial, Helvetica, sans-serif;
color:#fff;
background:#627586;
border: 1px solid #313b43;
border-right-color: #fff;
border-bottom-color: #fff;
}

input:focus, textarea:focus {color: #0a0c0d;background: #fff;}

input.submit {
float:right;
width: 25%;
margin-right: 12.5%;
font-weight: bold;
line-height: 1em;
border: 2px solid #fff;
border-right-color: #313b43;
border-bottom-color: #313b43;
}

label,
select,
input[type=checkbox],
input[type=radio],
input[type=button],
input[type=submit]
{cursor:pointer;
}
