body {
	color: #000;
	background-image: url(http://images.wk.or.at/online/wko/common/m_bg.jpg);
	font-family: Verdana, Arial, Helvetica;
	width: 500px;
	margin-left: 30px;
	margin-top: 10px;
	font-size: 14px;
}

a {
	color: #000;
}

a:visited {
	color: #000;
}

a:active {
	color: #aaa;
}

div#header {
	font-size: 1.4em;
	margin-bottom: 10px;
}

div#confirmation {
	text-align: center;
	padding: 20px;
	border-bottom: dashed black 1px;
}

div#back {
    text-align: center;
    padding: 20px;
}

div#tellafriend {
    padding: 20px 0px;
    border-bottom: dashed black 1px;
}

div#footer {
	text-align: center;
	margin-top: 40px;
}

table,
input,
select {
	margin: 0px;
	padding: 0px;
	font-size: 1em;
}	

fieldset {
	border: dashed black 1px;
	padding: 10px;
	margin-top: 20px;	
}

legend {
	font-weight: bold;
	font-size: 1.2em;
}

* html legend {
	padding-bottom: 25px;
}

*+html legend {
	padding-bottom: 25px;
}

dl.zend_form {
	overflow: hidden;
}

dl.zend_form dt {	
    height: 0px;
}

dl.zend_form dd {
	font-size: 1.1em;
}

dl.zend_form dd dl dt {
	width: 210px;
	text-align: right;
	float: left;	
}

dl.zend_form dd dl dt label {
	display: inline;
	line-height: 1.4em;
	vertical-align: middle;	
}

dl.zend_form dd dl dd {
	margin-left: 230px;
	float: left;
    width: 200px;
    display: inline;
    margin-bottom: 5px;
}

* html dl.zend_form dd dl dt label {
	padding-bottom: 3px;
}

* html dl.zend_form dd dl dd {
	margin: 0px 0px 1em 10px;
}

dl.zend_form dt#text-label,
dl.zend_form dt#pincode-label,
dl.zend_form dt#privacy-label {
	width: 100%;
	height: 100%;
	padding-bottom: 5px;
	line-height: 1.4em;
	text-align: left;
	overflow: hidden;
}

dl.zend_form dd#text-element,
dl.zend_form dd#pincode-element,
dl.zend_form dd#privacy-element {
	margin-left: 230px;
}

p.description {
	margin: 0px;
}

div.noscript {
	color: #f00;
	font-weight: bold;
	font-size: 1.2em;
	text-align: center;
}

ul.errors {
	list-style-type: none;
	border-bottom: solid #666 1px;
	margin: 3px 0px;
	padding: 0px;
}
ul.errors li {
	color: #a00;
	font-weight: bold;
	font-style: italic;
}

.readonly {
	background-color: #ccc;
}

.notreadonly {
	background-color: #fff;
}