@charset "UTF-8";
/* CSS Document */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

body {
	margin:0;
	padding:0;
	background-color: #f6830a;
	}
p {
	padding: 8px 0 0 0;
}
a {
	color: #FFFFFF;
	text-decoration: underline;
	margin: 0;
	padding:0;
	display: block;
	}
	
#wrapper {
	width: 1050px;
	float: left;
}
#left {
	float:left;
	width: 400px;
	padding: 20px 10px 10px 10px;
}
#right {
	float:right;
	width: 524px;
	}
#text {
	float: left;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size: 12px;
	}
.hotline {
	margin-top: -20px;
}

/*form*/
.formspace {
	width: 8em;
	float: left;
	text-align: left;
	margin-right: 0.5em;
	display: block
}
input {
	margin-top: 5px;
	margin-left: 10px;
	background-color:#f6830a;
	border: solid 1px #666666;
	color:#FFFFFF;
	padding: 3px;
}
input.disabled {
        background-color:#000000;
	border: solid 1px #333333;
	color:#666666;
}

h2 {
	font-size: 16px;
	margin: 30px 0 4px 0;
	color:#ffffff;
	font-weight: bold;
}
ul {
	margin:0 0 10px 0;
}
p.error {
color:red;
}
li.missing input {
    background-color:red;
}
