@CHARSET "UTF-8";

/**
 *
 * Copyright (c)2008 myappz ApS
 *
 * All rights reserved.
 *
 * Any unauthorised use, copying or redistribution will constitute an infringement of copyright.
 *
 * Any 3rd part software used is under limitation of the owners copyright.
 */
.requiredinfo {
	font-size: 0.8em;
	padding-left: 10px;
}

.required {
	color: red;
	display: inline-block;
}

.required_font {
	font-size: 0.8em;
}

form td.text, form td.html {
	padding-bottom: 3px;
}

form span.row {
	display: block;
}

form span.row label {
	font-weight: bold;
}

form span.text {
	display: block;
	width: 550px;
}

form span.radio_row {
	padding-bottom: 3px;
}

form span.radio.row .radio_label {
	padding-top: 3px;
}

form span.row .label_text {
	font-weight: bold;
}

form span.row .radio_label {
	font-weight: normal;
	zoom: 1;
	width: 450px;
	display: inline-block;
}

form .radio {
	margin-right: 5px;
}

form table td {
	vertical-align: middle;
}

form table td.label {
	width: 180px;
	padding-right: 5px;
}

form .error {
	vertical-align: middle;
	color: red;
	margin-left: 3px;
}

form fieldset legend {
	color: #717320;
	font-size: 1.3em;
	line-height: 1.3em;
	padding-bottom: 5px;
	left: 0;
}

form fieldset {
	margin-bottom: 5px;
	padding: 0 3px 3px 13px;
	border: none;
}

form fieldset.border {
	border: 1px solid #bd3b01;
}

form span.row textarea {
	display: block;
}