
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #fff;
	color: #151515;
	margin: 0;
}

.salespageBody {
	background-color: #f0f0f0;
}

#main {

}

.salespage {
	margin: 0px auto;
	text-align: center;
	width: 670px;
	background: #fff url(http://images.wuranga.com/backgrounds/leftandrightborder.gif);
	background-color: #f0f0f0;
	background-repeat:repeat-y; 
	background-color: #fff;
}

#content {
}

.salespageContent {
	position: relative;
	text-align: left;
	padding: 20px 75px 21px 75px;
}

.signupForm {
	border: 3px dashed #000;
	padding: 15px 20px 15px 20px;
	width: 250px;
	margin: auto;  /* center */
	background-color: #ffffdd;
}

.textbox {
	border: 1px solid #ccc;
}

.submitButton {
	margin: 10px 0px 10px 0px;
}

.headline {
	font-family: Tahoma,Arial,Helvetica, sans-serif;
	color:#FF0000;
	font-size: 26px;
	line-height: 30px;
	font-weight: bold;
	text-align: center;
}

.leftHeadline {
	font-family: Tahoma,Arial,Helvetica, sans-serif;
	color:#FF0000;
	font-size: 26px;
	line-height: 30px;
	font-weight: bold;
	text-align: left;
}

.prehead { 
	text-align: left;
	font-weight: bold;
	line-height: 19px;
}

.posthead{
	background-color:#FFFF66; font-weight:bold;
	text-align: center;	
}


A:link {
	text-decoration: none;
	color: #0000CC;
}
	
A:visited {
	text-decoration: none;
	color: #0000CC;

}

A:active {
	text-decoration: underline;
	color: #0000CC;

}

A:hover {
	text-decoration: underline;
	color: #000;	
}

.clear {
	clear: both;
}

.countdownStyle {
	background-color: #fff;
	color: #ff0000;
	font-family: Tahoma,Arial,Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
}
	
.myPicture {
	float: right;
	margin-left: 20px;
}

.dottedBorder {
	border: 3px dashed #000;
	padding: 10px, 15px, 10px, 15px;
}

UL {
	margin-right: 10px;
	
}

LI {
	padding-bottom: 6px;
	padding-left: 8px;
}