* {
	margin: 0;
	padding: 0;
}
body {
	text-align:center;
	background:#89B5F0;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
}
#wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	background: #213E6A;
	text-align: left;
}
body {font-size:62.5%} /* for IE/Win */
html>body {font-size:10px} 
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
* html .clearfix {height: 1%;}
a {
	color: #fff;//#287395;
	font-weight: bold;
}
a:active, a:focus {
	outline: none;
}
p {
	font-size: 12px;
	line-height: 1.5em;
	color: #333;
	padding: 10px 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
#header {
	width: 960px;
	color:#fff;
	text-align: center;
}

h1 {
	font-size: 26px;
}
h2 {
	font-size: 19px;
	padding-top: 8px;
}
ol {
	list-style: none;
	padding: 5px 0;
	padding-left: 20px;
}
ol li {
	list-style: none;
	display: block;
	padding: 3px;
	line-height: 1.2em;
	font-size: 12px;
	color: #355d36;
	padding-left: 25px;
	background:  url(images/checkmark.gif) no-repeat top left;
}
#watchvideo {
	clear: both;
	width: 880px;
	padding-left: 30px;
	margin-left: 20px;
}
#info-left {
	width: 370px;
	padding-right: 40px;
	float: left;
	color:#fff;
}
#info-left p{
	color:#fff;
	text-align:left;
}

#vivabox {
	margin-top:10px;
	width: 364px;
	height: 380px;
	float: left;
	background:  url(images/logo.jpg)  no-repeat top left;
	color: #173954;
	padding: 10px 20px;
}
#vivabox  p {
	color: #173954;
	font-size: 10px;
	padding: 0;
}
#signup {
	width: 860px;
	background:  #dff0fa;
	color:#333;
	border-top: 5px solid #eef7fc;
	clear: both;
	padding: 0 50px;
}
#signup-info {
	background:  url(images/signup-side.gif) right no-repeat;
	width: 390px;
	padding: 20px 0;
	padding-right: 30px;
	float: left;
}
a.signup {
	width: 364px;
	height: 37px;
	background:  url(images/freetrial.gif) right no-repeat;
	text-indent: -999999px;
	display: block;
}
#signup-form {
	width: 420px;
	float: right;
}
#signup-form fieldset {
	border: none;
	float: left;
	padding: 5px;
}
#signup-form input {
	display: block;
	border: 2px solid #b9d5e3;
	padding: 4px;
	font-size: 17px;
	font-family: Arial, Helvetica, sans-serif;
}
#signup-form .hidden {
        display: none;
        border: none;
        background-color: #fff;
}

#signup-form label {
	display: block;
	color: #0f5787;
	font-weight: bold;
	font-size: 14px;
	padding: 4px 0;
	padding-left: 25px;
}
	#signup-form label.username {
		background:  url(images/username.gif) left no-repeat;
	}
	#signup-form input.username {
		width: 390px;
	}
	#signup-form label.email {
		background:  url(images/email.gif) left no-repeat;
	}
	#signup-form input.email {
		width: 390px;
	}
	#signup-form label.password {
		background:  url(images/password.gif) left no-repeat;
	}
	#signup-form input.password {
		width: 180px;
	}
	#signup-form fieldset.password {
		float: left;
		width: 200px;
	}
	#signup-form  em {
		display: block;
		text-align: center;
		font-size: 12px;
		margin-top: -10px;
	}
#signup-form input.submit {
	background:  url(images/getaccount.gif) left no-repeat;
	width: 415px;
	height: 43px;
	clear: both;
	border: none;
	cursor: pointer;
	text-indent: -999999px;
	margin: 20px 0;
}
#cntdwn{
	font-size:16px;
}
