body {
    color: #000000;
    background-color: #ffffff !important;
    line-height: 1.4em;
    text-align: left;
    margin:0;
    padding:0;
    width: 640px;
}

#taxform-logo {
	position: relative;
	background-image: url('bg-pgTopBand.jpg');
	background-repeat: repeat-x;
	background-position:  0 0;
}

#taxform-logo-bar {
	position: absolute;
	bottom: 4px;
	left: 258px;
	width: 382px;
	height: 51px;
	background-image: url('bg-home-array.png');
	background-repeat: no-repeat;
	background-position: right -365px;
}

dt {
    float: left;
    line-height: 30px;
    padding-right: 20px;
    text-align: right;
    font-weight: normal;
    width: 200px;
    min-height: 36px;
}

dt label {
	font-weight: normal;
}

dt.double {
    font-size: 13px;
    line-height: 14px;
    margin-top: 9px;
}

dd { 
    min-height: 36px;
		width: 440px;
		float: left;
}

.numbers-div {
	/*margin-left: 200px;*/
}

#addmore { 
	cursor: pointer; 
    background: url("/content-germany/images/tax/tax-buttons.png") no-repeat scroll 0 0 transparent;
    /*color: #0A7EF7;*/
    display: inline-block;
    font-weight: bold;
    height: 12px;
    line-height: 12px;
    padding-left: 16px;
    text-decoration: underline;
}

span.remove {
    background: url("/content-germany/images/tax/tax-buttons.png") no-repeat scroll 0 -12px transparent;
    /*color: #0A7EF7;*/
    cursor: pointer;
    display: block;
    font-weight: bold;
    height: 12px;
    line-height: 12px;
    margin-bottom: 15px;
    margin-left: 270px;
    padding-left: 18px;
		margin-top: 5px;
    text-decoration: underline;
}

span.tip {
	color: #666666;
	display: inline-block;
	font-size: 11px;
	font-style: italic;
    margin-bottom: 10px;
    
}

input[type="text"] {
    width:250px;
}


input.error { border-color: red; background: #ffe3df; }
label.error { margin-left: 10px; color: red;}


span#addmore { cursor: pointer; }

#tocBox {

    clear: both;
    padding: 10px 20px 0 20px;
    margin-bottom: 20px;
}

#taxFormContainer {
	width: 600px;
	margin: 0 auto 0;
}

.ok, .no { padding-left: 10px; font-size: 16px; font-weight: bold; }

.no { display: none; color: red;}
input.valid ~ .no {display: none;}
input.error ~ .no { display: inline-block; }

.ok { display: none; color: green;}
input.valid ~ .ok { display: inline-block; }
input.error ~ .ok { display: none; }

.container {
    background: none repeat scroll 0 0 #FFE3DF;
    border: 1px solid red;
    color: red;
    padding: 10px 20px;
}
.container ul {
    margin: 10px 20px;
}

.container h4 { 
	font-size: 16px;
	color: red;

	background: url("/content-germany/images/tax/tax-warn.png") no-repeat scroll 0% 0% transparent;
	padding-left: 25px
}

h1 {
    padding: 0.4em 0 0.833333em !important;
}

h2 {
    padding: 0.4em 0.5em !important;
}


p { 
    margin-bottom: 10px; 
}