/* CSS Document */

@import url("../../comp_global/css/global.css");
html {
	background:#99cde9;
}
#page {
	text-align:center;
	margin:0 auto 0 auto;
	width:812px;
	height:1520px;
}
#footer {
	position:relative;
	top:-430px;
	text-align:center;
}
#footer p {
	text-align:center;
	line-height:56px;
}
.copy {
	font-size:9px;
	color:#fff;
	text-align:center;
}
/*Left Column
===========================================*/

#newsbtn a.inthenews:hover {
	background-position:0 -15px;
}
/*==========END-Left Column========*/		

/* Right Column/Form Styles
==========================================*/
.signup_form {
	position:relative;
	bottom:1155px;
	left:-40px;
	width:280px;
	float:right;
	padding:0;
	margin:0 auto;
}
.signup_form table {
	width:100%;
}
.signup_form table td {
	padding:0 0 10px 0;
}
.signup_form table td.label1 {
	text-align:right;
	padding:0 8px 0 0;
}
.signup_form table td p.privacy {
	font-size:12px;
	color:#fff;
	text-align:center;
}
html>body .signup_form table input[type=text].width {
	width:150px;
}
.signup_form label {
	font-size:14px;
	letter-spacing:.05em;
	color:#fff;
}
.tel1width {
	width:30px;
}
.tel2width {
	width:40px;
}
/* LP Form Rounded Box 
============================================*/
#orderbtn {
	width:183px;
	height:32px;
	margin:10px 0 10px 40px;
}
#orderbtn a.continue span {
	display:none;
}
#orderbtn a.continue {
	width:250px;
	height:70px;
	background:url(../images/landing_button.jpg) no-repeat;
	float:left;
	position:relative;
	top:0;
	left:-20px;
}
