* {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

body {
	text-align: center;
	font-size: 16px;
	font-family: Arial, Verdana;
}

a {
	color: #103984;
	text-decoration: none;
}

#package {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	position: relative;
	text-align: center;
}

#rightside {
	width: 600px;
	padding: 20px;
	text-align: left;
	float: left;
}

#rightside #inner {
	width: 520px;
	margin-left: auto;
	margin-right: auto;
}

#leftside {
	width: 300px;
	float: right;
	text-align: left;
	margin-top: 20px;
	font-size: 14px;
}

/*
#leftside .thetext {
padding-left: 20px;
}
*/

.centerdiv {
width: 900px;
margin-left: auto;
margin-right: auto;
padding-top: 18px;
}

.centerdiv p{
width: 650px;
margin-left: auto;
margin-right: auto;
padding-top: 18px;
}

#thankyouheadline {
position: relative;
overflow: hidden;
height: 510px;
width: 900px;
margin-bottom: 20px;
}

#thankyouheadline span.overlay {
display: block;
position: absolute;
left: 0px;
top: 0px;
width: 900px;
height: 510px;
/*background: url("/images/layout/headline_goodie.jpg") no-repeat;*/
background: url("/images/layout/headline_goodie.gif") no-repeat;
}

#headline {
	width: 600px;
	height: 218px;
	overflow: hidden;
	position: relative;
}

#headline span.overlay{
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 600px;
	height: 218px;
	background: url("/images/layout/headline_letter.jpg");
}

h1 {
font-family: Impact, Tahoma;
font-weight: normal;
text-align: center;
font-size: 32px;
color: #cc0000;
margin-top: 16px;
margin-bottom: 16px;
}

h2 {
text-align: center;
font-size: 20px;
font-style: italic;
margin-top: 16px;
margin-bottom: 16px;
font-weight: bold;
}

h2 span {
font-size: 28px;
}

h3.sales_headline {
text-align: center;
margin-bottom: 16px;
font-style: italic;
font-weight: bold;
text-decoration: underline;
color: #cc0000;
font-family: tahoma;
}

p {
margin-bottom: 16px;
}

input[type="text"], input[type="password"] {
	background: url("/images/layout/input_large.png") no-repeat;
	width: 200px;
	padding-right: 3px;
	padding-left: 5px;
	padding-top: 1px;
	margin-top: 7px;
	height: 25px;
	font-size: 14px;
	color: #444444;
}

input[type="submit"]{
    cursor:pointer;
    background:url("/images/layout/input_submit.png") no-repeat;
    width: 260px;
    height: 100px;
    margin-top: 7px;
}

.cow textarea {
    border: 1px solid #999999;
}

.cow input[type="submit"]{
    background: #dddddd;
    width: 120px;
    height: 30px;
    border: 1px solid #999999;
    margin-top: 7px;
}


#footer {
text-align: center;
margin-top: 50px;
}

.smallgrey {
font-size: 10px;
color: #666666;
font-weight: normal;
}
