body {
	text-align: center;
	margin: 0px auto;
	margin-top: 5px;
	padding: 0px;
	font-family: "Lucida Grande", Geneva, Verdana, sans-serif;
	font-size: 8pt;
	line-height: 1.2;
	background: #FFFFFF;
	letter-spacing: 0px !important;
	letter-spacing: -1px;
}
p {
	margin-bottom: 4px;
}
/* header css */
#header {
	position: relative;
	margin: 0px auto;
	width: 880px;
	height: 79px;
	color: #FFFFFF;
	background: url(../images/banner.jpg) right no-repeat;
}
#header2 {
	position: relative;
	margin: 0px auto;
	margin-top: 10px;
	padding: 20px 10px 10px 90px;
	width: 780px;
	height: 49px;
	text-align: center;
	color: #FFFFFF;
	background: url(../images/banner.jpg) right no-repeat;
}
.headline {
	font-size:18pt;
}
#unlock_mobile_phone_logo {
	position: absolute;
	left: 90px;
	top: 10px;
	text-align: left;
	font-size: 16pt;
	color: #FFCC00;
}
#menu {
	position: absolute;
	right: 20px;
	top: 50px;
	font-size: 10pt;
}
#menu a {
	display: inline;
	padding: 5px;
	color: #FFFFFF;
	text-decoration: none;
}
#menu a:hover {
	color: #000000;
}
#menu span {
	color: #000000;
	padding: 5px;
}
#adsense {
	position: absolute;
	right: 20px;
	top: 80px;
}
#toptext {
	position: absolute;
	right: 20px;
	top: 10px;
	font-size: 16pt;
	color: #FFCC00;
}

/* page css */
#page {
	position: relative;
	margin: 0px auto;
	height: 495px;
	width: 880px;
	color: #FFFFFF;
	text-align: left;
}
h1 {
	font-size: 14pt;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}
h2 {
	font-size: 14pt;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}
h3 {
	font-size: 14pt;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}
h4 {
	font-size: 12pt;
	margin: 0px;
	padding: 0px;
}
h5 {
	font-size: 9pt;
	padding: 7px 0px 5px 0px;
	margin: 0px;
}
input {
	border: 1px solid #000000;
	padding: 3px;
	margin: 2px;
	font-family: "Lucida Grande", Geneva, Verdana, sans-serif;
	font-size: 9pt;
}
#unlocking_instructions {
	position: absolute;
	width: 490px;
	height: 440px;
}
#step1 {
	position: absolute;
	top: 10px;
	left: 0px;
	height: 135px;
	width: 361px;
	padding: 10px 10px 10px 120px;
	background: url(../images/step1.jpg) no-repeat;
}
#step2 {
	position: absolute;
	top: 175px;
	left: 0px;
	height: 135px;
	width: 361px;
	padding: 10px 10px 10px 120px;
	background: url(../images/step2.jpg) no-repeat;
}
#step2 strong {
	font-size: 12pt;
}
#step3 {
	position: absolute;
	top: 340px;
	left: 0px;
	height: 135px;
	width: 361px;
	padding: 10px 10px 10px 120px;
	background: url(../images/step3.jpg) no-repeat;
}
#content {
	position: absolute;
	right: 0px;
	top: 10px;
	width: 335px;
	height: 445px;
	padding: 20px;
	background: url(../images/content.gif) no-repeat;
}
#content a {
	color: #FFFFFF;
}
#terms {
	width: 335px;
	height: 445px;
	margin: 5px;
	overflow: auto;
}
/*content css */
#testimonial {
	border: solid 1px #CCCCCC;
	padding: 5px;
	margin-bottom: 5px;
	height: 62px;
}
#testimonial .name {
	color: #FFCC00;
	font-style: italic;
}
#testimonial .test1 {
	float: left;
	margin-right: 5px;
}
#testimonial .test2 {
	float: right;
	margin-right: 5px;
}
#testimonial img {
	border: solid 1px #CCCCCC;
}
.question {
	font-size: 9pt;
}
/*footer css */
#footer {
	position: relative;
	margin: 0px auto;
	width: 880px;
	padding: 3px;
}
#copyright {
	position: absolute;
	left: 85px;
	font-size: 8pt;
	text-align: left;
	color: #999999;
}
#footermenu {
	position: absolute;
	right: 30px;
	font-size: 8pt;
	text-align: right;
}
#footermenu a {
	display: inline;
	text-decoration: none;
	padding: 5px;
	color: #000000;
}
#footermenu a:hover {
	color: #666666;
}
#footermenu span {
	color: #666666;
}
#smallprint {
	position: relative;
	font-size: 8pt;
	top: 15px;
	height: 30px;
	color: #999999;
}
#smallprint a {
	color: #999999;
}
.number {
	font-size: 10pt;
	color: #333333;
}
.number strong {
	font-size: 12pt;
}

/* contact css */
textarea {
	border: 1px solid #000000;
	padding: 3px;
	font-family: "Lucida Grande", Geneva, Verdana, sans-serif;
	font-size: 9pt;
}