@CHARSET "UTF-8";

.checks_in_row
{
	text-align: left;
	width: 10px;
	margin-left:17px;
	margin-right: 5px;
}	

h4
{
	font-size: 15px;
	text-align: left;
	padding-left: 30px;
}	

fieldset {
    border: 1px solid #d3d3d3;
    margin: 10px 60px 10px 10px;
    padding: 10px;
    position: relative;
    text-align: right;
}
fieldset fieldset {
	border: 0;
}
fieldset.buttons {
    padding-right: 31px;
}
fieldset legend {
    color: #60777C;
    font-style: italic;
    font-weight: bold;
}

fieldset label {
    color: #ff4200;
    display: block;
    margin: 8px 10px 8px 0;
}
fieldset label.required {
    font-weight: bold;
}

fieldset label img {
    margin-bottom: -3px;
}
fieldset label .error {
    color: #f00;
    display: block;
    padding: 2px 0 0 0;
    width: 400px;
    position: absolute;
    right: 20px;
    text-align: left;
}
*:first-child+html fieldset label .error {
/*    margin-top: 23px;*/
    display: table;
    position: relative;
    width: 370px;
}

fieldset label input,
fieldset label select,
fieldset label textarea,
fieldset label div.view {
    border-color: #60777C #d3d3d3 #d3d3d3 #60777C;
    border-style: solid;
    border-width: 1px;
    font-size: 11px;
    font-weight: normal;
    margin: 7px 21px 0 10px;
    padding: 1px 3px;
    width: 370px;
}
fieldset label input[readonly]
{
	background-color: #d3d3d3;
}	

fieldset label div.view {
    float: right;
    text-align: left;
}
fieldset label .func {
    margin-right: 0;
}
fieldset label .func-size3 {
	margin-right: 210px;
}
fieldset label select {
    padding-left: 0;
    width: 378px;
}
fieldset button {
    background: none;
    cursor: pointer;
    width: 90px;
}

fieldset input.checkbox,
fieldset input.radio {
    border: 0;
    margin-right: 384px;
    width: 15px !important;
}
fieldset label input.file {
	margin-right: 27px;
}
fieldset label.multiple select.multiple {
    height: 100px;
    width: 154px;
}
fieldset input.multiple {
    height: 22px;
    margin: 0 10px 0 0;
    position: relative;
    top: -40px;
    padding: 0;
    width: 22px;
}
fieldset label.multiple select.small {
    height: 50px;
}
fieldset label.multiple input.small {
    top: -20px;
}
fieldset label.multiple {
	background: transparent url('../gfx/multiple_header.gif') top right no-repeat;
	padding-top: 10px;
}
fieldset label textarea {
    height: 30px;
}

fieldset table {
    border-collapse: collapse;
    border-color: #ff4200 #60777C #60777C #60777C;
    border-style: solid;
    border-width: 1px 1px 0 1px;
    float: right;
    margin-right: 31px;
    width: 377px;
}
fieldset table thead th {
    border-bottom: 1px solid #ff4200;
    color: #ff4200;
    font-weight: bold;
    padding: 3px 0 3px 10px;
    text-align: left;
}
fieldset table tbody td {
    border-bottom: 1px solid #60777C;
    padding: 3px 0 3px 10px;
    text-align: left;
}
fieldset table tbody td input {
    border-color: #60777C #d3d3d3 #d3d3d3 #60777C;
    border-style: solid;
    border-width: 1px;
    margin: 1px;
    padding: 1px;
}
fieldset table tbody td input {
    margin: 0 !important;
}
fieldset table tbody td input[type=text] {
    width: 30px;
}
fieldset table .template {
    display: none;
}
* html fieldset table {
    margin-right: 16px;
}
* html fieldset div.view {
    margin-right: 10px;
}
fieldset table tbody td input.date {
    border: 0;
    margin-top: -4px;
    width: 70px;
}
.size1 { width:  60px; margin-right: 339px; }
.size2 { width: 100px; margin-right: 291px; }
.size3 { width: 160px; margin-right: 239px; }

.disabled, .readonly { background-color: #ebe7e3; }
.disabled { color: #bbb; }
.readonly { color: #555; }

.hint {
	clear: right;
	color: #ff4200;
	float: right;
	font-style: italic;
	margin-right: 50px;
	margin-top: 10px;
	text-align: left;
	width: 350px;
}
.hint strong { font-style: normal; }
.failure {
    background: transparent url('../gfx/warning.gif') 0 0 repeat-y;
    color: #f00;
    padding: 5px 0 5px 30px;
}
em.desc {
    border: 0;
    color: #60777C;
    display: block;
    font-size: 9px;
    font-weight: normal;
    padding: 0;
    width: 400px;
    position: absolute;
    margin-top: -5px;
    right: 20px;
    text-align: left;
}
.suggest {
	background-color: #d3d3d3;
	border: 1px solid #ff4200;
	left: 25px;
	padding: 10px;
    position: absolute;
    text-align: left;
}
.suggest a {
	color: #60777C;
	font-weight: bold;
}
.suggest ul {
	list-style: circle;
	list-style-type: circle;
}
.suggest ul li {
	padding: 5px;
}
.suggest a:hover {
	text-decoration: underline;
}
* html em.desc,
* html label strong.error {
    margin: 0 0 0 135px;
}

.rechnung_corporate
{
	width: 25px;
}

#ja
{
	margin-right: 340px;
}

.radio
{
	margin-right: 325px;
}
