/* FORMULARE =========================================================================================================================== */

.info ul										{ padding: 0; margin: 0; }
.info ul li										{ list-style: none; margin: 0; padding: 0 0 0 11px; background: url(li.forminfo.gif) 1px 8px no-repeat; }

.man, .opt, .void, .info						{ margin: 1px 0 0 0; }

.man input, .man textarea,
.opt input, .opt textarea,
.void input, .void textarea						{ background: transparent; border: 0px solid; width: 99%; font: 12px Courier New, courier; }

.fieldcontainer									{ padding: 0 5px 5px 5px; }

.man label, .opt label, .void label,
.info label, .checkboxhead, .radiohead,
.innerformalert, .innerformnote					{ display: block; padding: 0 0 0 5px; font-size: 11px; }

.man span, .opt span, .void span				{ display: block; border-bottom: 1px dotted white; background: rgb(215,220,225); }
.man span img, .opt span img, .void span img	{ border: 0; }

.innerformalert									{ padding: 3px 0 3px 5px; color: rgb(120,15,30); background: rgb(245,215,215); border-top: 1px dotted rgb(120,15,30); }

.man, .man .bbcode a							{ background: rgb(231,234,237); color: rgb(40,55,70); }
.man .fieldcontainer							{ background: rgb(231,234,237); }
.man input, .man textarea						{ color: black; }

.opt, .opt .bbcode a							{ background: rgb(240,240,240); color: rgb(50,50,50); }
.opt .fieldcontainer							{ background: rgb(240,240,240); }
.opt input, .opt textarea						{ color: black; }

.void, .void .bbcode a							{ background: rgb(240,210,215); color: rgb(120,15,30); }
.void .fieldcontainer							{ background: rgb(250,230,230); }
.void input, .void textarea						{ color: rgb(120,15,30); }
.void label, .void .radiohead,
.void .checkboxhead								{ color: rgb(120,15,30); padding: 0 0 0 20px; background: url(i.form.alert.ani.gif) 5px center no-repeat rgb(250,230,230); }

.info											{ background: rgb(240,240,240); color: rgb(120,120,120); }
.info .fieldcontainer							{ padding: 4px 5px 3px 5px; background: white; }
.info .infovalue								{ color: rgb(120,120,120); }
.info label										{ padding-left: 21px; background: url(i.form.info.gif) 5px center no-repeat;}

.opt .xcheckbox, .opt .checkbox,
.man .xcheckbox, .man .checkbox,
.void .xcheckbox, .void .checkbox,
.opt .xradio, .opt .radio,
.man .xradio, .man .radio,
.void .xradio, .void .radio						{ cursor: pointer; height: 1%; display: block; }

.xcheckbox label, .checkbox label,
.xradio label, .radio label						{ font: 12px Courier New, courier; background: transparent; margin: 0px 0px 0px 22px; padding: 3px 0px 1px 0px; }

.opt .checkbox									{ background: url(radiocheck.gif) 0px -900px no-repeat; color: black; }
.opt .xcheckbox									{ background: url(radiocheck.gif) 0px -1050px no-repeat; color: black; }
.opt .radio										{ background: url(radiocheck.gif) 0px 0px no-repeat; color: black; }
.opt .xradio									{ background: url(radiocheck.gif) 0px -150px no-repeat; color: black; }

.man .checkbox									{ background: url(radiocheck.gif) 0px -1200px no-repeat; color: black; }
.man .xcheckbox									{ background: url(radiocheck.gif) 0px -1350px no-repeat; color: black; }
.man .radio										{ background: url(radiocheck.gif) 0px -300px no-repeat; color: black; }
.man .xradio									{ background: url(radiocheck.gif) 0px -450px no-repeat; color: black; }

.void .checkbox									{ background: url(radiocheck.gif) 0px -1500px no-repeat; color: rgb(120,15,30); }
.void .xcheckbox								{ background: url(radiocheck.gif) 0px -1650px no-repeat; color: rgb(120,15,30); }
.void .radio									{ background: url(radiocheck.gif) 0px -600px no-repeat; color: rgb(120,15,30); }
.void .xradio									{ background: url(radiocheck.gif) 0px -750px no-repeat; color: rgb(120,15,30); }

a.submit:link,
a.submit:visited,
a.cancel:link,
a.cancel:visited								{ display: block; height: 1%; padding: 7px 5px 8px 15px; text-decoration: none; color: rgb(215,220,225); background: rgb(50,70,90); margin: 1px 0 0 0; }

a.cancel:link,
a.cancel:visited								{ background: rgb(75,95,115); }

a.submit:hover,
a.submit:active,
a.cancel:hover,
a.cancel:active									{ background: rgb(35,35,35); }
