@charset "utf-8";
/* CSS Document */


/* popup window for info and errors */

.xform-info-popup {
	position:absolute;
	display:none;
	z-index:10000
}
.xform-info-popup div {
	padding:10px;
	background-color:#fff7d3;
	border:1px solid #000;
	width:400px;
}
.xform-info-popup .xform-popup-corner {
	width:14px;
	height:7px;
	background:url(xform_info_corner.gif) no-repeat;
	display:block;
	margin:-1px 0px 0px 10px;
	z-index:1001
}
.xform-info-popup.error div {
	padding:10px;
	background-color:#a40000;
	color:#fff;
	border:none;
	width:100%;
	font-size:0.9em;
}
.xform-info-popup.error a {
    color: #fff;
}
.xform-info-popup.error .xform-popup-corner {
	width:14px;
	height:7px;
	background:url(xform_error_corner.gif) no-repeat;
	display:block;
	margin:-1px 0px 0px 10px;
	z-index:1001
}
/* form dl */

form.xform {
	margin: 0;
}
fieldset {
	display:block
}

*:first-child+html fieldset legend { margin-left:-5px}

.xform ul.errors {
	display:none
}
.xform .negative {
	color:#ff0000
}
.xform h4 {
	font-weight:bold
}
.xform input, .xform textarea {
	font-size:1em
}
.xform input.error, .xform textarea.error, .xform select.error {
	border:1px solid #a40000;
	background-color:#FFCCCC
}
.xform dl {
	width: 100%;
	padding: 0;
	
}
.xform .example {
	display:inline;
	font-size:0.89em;
	text-decoration:none;
	padding-left:5px
}
.xform dl, .xform-button-container {
	margin: 0.5em 0 0;
}
.xform dt {
	clear: both;
	float: left;
	width: 10em;
	margin: 0;
	padding: 0 1em 0px 0px;
	display:block;
	zoom:1
}
.xform dd {
	float: left;
	margin: 0 0 0.5em 0;
	padding: 0;
	display:block;
	
}
.xform-button-container {
	margin-left: 11em;
}
.xform dl:after {
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	clear: both;
	visibility: hidden;
}

.xform .mls {
	background-repeat:no-repeat;
	background-position:99% 3px;
	background-attachment:scroll;
	padding-right:20px;
}
.xform .mls.en {
	background-image:url(u/lang_en_gs.gif)
}
.xform .mls.de {
	background-image:url(u/lang_de_gs.gif)
}
.xform .mls.fr {
	background-image:url(u/lang_fr_gs.gif)
}
.xform .mls.it {
	background-image:url(u/lang_it_gs.gif)
}
.xform dl.no-label dd {
	margin-left:12em;
}
.xform dl.no-label dd dd {
	margin:0
}
.xform dl.no-label.error {
	background-position:10.2em 0px
}
.xform span.xform-desc {
	display:block;
	font-size:0.8em;
}
.xform span.xform-desc a {
	text-decoration:none;
	font-style:italic;
	border-bottom:1px dashed;
}
.xform span.xform-desc, form span.desc a {
	color:#999;
}
.xform dt label {
	display:block
}
.xform dt label.required ins, .xform fieldset.required legend span ins {
	color: #FF0000;
	text-decoration: none;
}
.xform dt label.required {
	background:url(xform_required.gif) no-repeat center right;
}
/* checkboxes, radiobuttons */

.xform .option {
	position: relative;
	margin-bottom: 0.3em;
	padding-top: 2px;
}
.xform .option input {
	position: absolute;
	left: 0;
	top: 0.66em;
	margin: -4px 0 0;
}
*html .xform .option input {
	margin-top:-10px
}
.xform .option label {
	display: block;
	margin-left: 18px;
}
/* opera hacks */

html:first-child .xform .option {
	padding-top: 3px;
}
html:first-child .xform .option input {
	margin: -6px 0 0 -2px;
}
 @media all and (width) {
 .xform .scrollable .option label {
 padding-right: 18px;
}
}
 @media all and(width) {
 .xform .option {
 padding-top: 3px;
}
 .xform .option input {
 margin: -5px 0 0 -2px;
}
 .xform .scrollable .option label {
 padding-right: 0;
}
}

