html,body {
	height: 100%;
	min-height: 100%;
}

body {
	background-color: #000000;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
}

img {
	border: 0px;
}

a, a:link, a:visited, a:focus, a:active {
	color: #cccccc;
	text-decoration: none;
}

a:hover {
	color: #ffffff;
}

.callback_background {
	width: 370px;
	height: 386px;
	background-image: url(../img/callback_background.gif);
	background-repeat: no-repeat;
}

.blitzanfrage_background {
	width: 370px;
	height: 386px;
	background-image: url(../img/blitzanfrage_background.gif);
	background-repeat: no-repeat;
}

.tellafriend_background {
	width: 370px;
	height: 386px;
	background-image: url(../img/tellafriend_background.gif);
	background-repeat: no-repeat;
}

.thanks_background {
	width: 370px;
	height: 386px;
	background-image: url(../img/popup_thanks_background.gif);
	background-repeat: no-repeat;
}

.callback_button {
	position: absolute;
	float: left;
	left: 3px;
	top: 345px;
	width: 365px;
	height: 39px;
	background-image: url(../img/callback_sendbutton.gif);
	background-repeat: no-repeat;
	cursor: pointer;
}
.callback_button_mo {
	position: absolute;
	float: left;
	left: 3px;
	top: 345px;
	width: 365px;
	height: 39px;
	background-image: url(../img/callback_sendbutton_mo.gif);
	background-repeat: no-repeat;
	cursor: pointer;
}

.blitzanfrage_button {
	position: absolute;
	float: left;
	left: 3px;
	top: 385px;
	width: 365px;
	height: 39px;
	background-image: url(../img/blitzanfrage_sendbutton.gif);
	background-repeat: no-repeat;
	cursor: pointer;
}

.blitzanfrage_button_mo {
	position: absolute;
	float: left;
	left: 3px;
	top: 385px;
	width: 365px;
	height: 39px;
	background-image: url(../img/blitzanfrage_sendbutton_mo.gif);
	background-repeat: no-repeat;
	cursor: pointer;
}

.close_button {
	position: absolute;
	float: left;
	left: 3px;
	top: 345px;
	width: 365px;
	height: 39px;
	background-image: url(../img/popup_closebutton.gif);
	background-repeat: no-repeat;
	cursor: pointer;
}

.close_button_mo {
	position: absolute;
	float: left;
	left: 3px;
	top: 345px;
	width: 365px;
	height: 39px;
	background-image: url(../img/popup_closebutton_mo.gif);
	background-repeat: no-repeat;
	cursor: pointer;
}

.blitzanfrage_close_button {
	position: absolute;
	float: left;
	left: 3px;
	top: 385px;
	width: 365px;
	height: 39px;
	background-image: url(../img/popup_closebutton.gif);
	background-repeat: no-repeat;
	cursor: pointer;
}

.blitzanfrage_close_button_mo {
	position: absolute;
	float: left;
	left: 3px;
	top: 385px;
	width: 365px;
	height: 39px;
	background-image: url(../img/popup_closebutton_mo.gif);
	background-repeat: no-repeat;
	cursor: pointer;
}

.copytext {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #919191;
}

.formtext {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #919191;
}

.formtext input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	height: 12px;
	width: 198px;
}

.formtext textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	height: 80px;
	width: 198px;
}

.formtext select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	height: 16px;
	width: 202px;
}

fieldset {
	border: 0px;
	padding: 0px;
	margin: 0px;
	line-height: 16px;
}