body
{
	background: url("../img/bg.png") no-repeat 50% 90px;
}

.contain-to-grid
{
	background: #0c2951 url("../img/header.png") no-repeat 50% 50%;
}

.top-bar
{
	height: 90px;
	background-color: transparent;
}

#support img
{
	margin-top: 13px;
}

#bg
{
	background-color: #fff;
	margin-top: 45px;
}

#slider-orbit-container
{
	max-width: 364px;
	margin: 0 auto;
	padding: 20px 0;
}

#slider-orbit-container ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

.ttabs
{
	padding: 20px 20px 0 20px;
	line-height: 1;
}

.ttabs img
{
	margin-bottom: 5px;
}

.signup-panel
{
	color: #878787;
	padding: 20px;
}

.tabs dd > a, .tabs .tab-title > a, .tabs dd > span, .tabs .tab-title > span
{
	/*background-color: #f5f9fc;
	color: #25b0f3;*/
	background-color: #25b0f3;
	color: #f5f9fc;
}

.tabs dd.active a, .tabs .active.tab-title a, .tabs dd.active span, .tabs .active.tab-title span
{
	background-color: #09284b;
	color: #f5f9fc;
}

.tabs dd > a:hover, .tabs .tab-title > a:hover
{
	background-color: #09284b;
	color: #f5f9fc;
}

.signup-panel i
{
	font-size: 30px;
	line-height: 50px;
	color: #25b0f3;
}

.signup-panel p
{
	font-size: larger;
	margin-bottom: 1em;
}

.signup-panel button
{
	background-color: #25b0f3;
	margin-top: 1.0625rem;
}

.signup-panel input[type="text"], .signup-panel input[type="tel"], .signup-panel input[type="email"], .signup-panel span.prefix
{
	height: 50px;
	font-size: 16px;
	color: #878787;
}

.signup-panel input.ltr
{
	direction: ltr;
	text-align: left;
}

.signup-panel label.prefix, .signup-panel span.prefix
{
	background-color: #fff;
}

.signup-panel input[type="checkbox"]
{
    display: none;
}

.signup-panel input[type="checkbox"] + label
{
	color: #878787;
}

.signup-panel input[type="checkbox"] + label span
{
    display: inline-block;
    width: 25px;
    height: 24px;
    margin: -1px 0 0 5px;
    vertical-align: middle;
    background: url("../img/signs.png") 0 0 no-repeat;
    cursor: pointer;
}

.signup-panel input[type="checkbox"]:checked + label span
{
    background-position: 0 -24px;
}

.signup-panel .stack.button-group li
{
	margin-bottom: 1.0625rem;
}

.signup-panel .stack.button-group button
{
	width: 100%;
}

.disable
{
	display: none;
}

.question-container .has-tip.left
{
	margin-top: -3.25em;
	border-bottom: 0;
}

.question-container .has-tip.left:hover
{
	border-bottom: 0;
}

@media only screen and (max-width: 40em)
{
	body
	{
		background-image: none;
	}
	
	.top-bar
	{
		height: 65px;/**/
	}

	#support img
	{
		margin: 6px 0 0 6px;
	}

	#bg
	{
		background-color: #fff;
		margin-top: 0;
	}
}