/* 
Title: Onlineform specific style
Author: Arif Hidayat
Author Email: hello@primitip.com
Last Update: May 25, 2008
*/

/* Layout
---------------------------------------------------------------- */

#container {
	background: url('../images/bg-container-form.jpg') no-repeat 50% 0;
	}

/* Header
---------------------------------------------------------------- */

#header {
	background: url('../images/bg-header-tile.gif') repeat-x;
	}
#header .inner {
	background: url('../images/bg-header-small.jpg') no-repeat 50% 0;
	}

/* Logo */

#header #logo h1 {
	margin: 0;
	padding: 33px 0 49px 12px;
	}
#header #logo a {
	width: 201px;
	height: 56px;
	background:url('../images/logo-small.jpg') no-repeat;
	}

#banner {
	height: 0;
	}
#banner .rocket {
	top: 30px;
	right: 1px;
	width: 207px;
	height: 191px;
	position: absolute;
	}

/* Form
---------------------------------------------------------------- */

@media print {
    .tabs-nav {
        display: none;
    }
}

.form-nav {
	width: 385px;
	top: -86px;
	left: 260px;
	margin: 0;
	list-style: none;
	position: absolute;
	}
.form-nav li {
	float: left;
	position: relative;
	}
.form-nav li a {
	float: left;
	width: 90px;
	height: 25px;
	display: block;
	text-indent: -99999px;
	background: url('../images/bg-slider.jpg') no-repeat;
	}
.form-nav li#m-step-1 a {
	width: 25px;
	}
.form-nav .tabs-disabled a,
.form-nav .tabs-disabled a:link,
.form-nav .tabs-disabled a:visited {
	cursor: auto;
	background-position: 100% 0;
	}
.form-nav li a,
.form-nav li a:link,
.form-nav li a:focus,
.form-nav li a:active,
.form-nav li a:visited {
	background-position: 100% -25px;
	}
.form-nav .tabs-selected a,
.form-nav .tabs-selected a:link,
.form-nav .tabs-selected a:visited {
	background-position: 100% -25px;
	}

.form-nav span {
	top: 40px;
	right: 0;
	margin-right: -47px;
	padding: 10px 4px 5px 0;
	display: none;
	color: #fff;
	width: 115px;
	font-size: 12px;
	line-height: 28px;
	text-align: center;
	position: absolute;
	background: url('../images/bg-bubbles.png') no-repeat 0 0;
	}
.form-nav #m-step-2 span,
.form-nav #m-step-3 span {
	width: 143px;
	margin-right: -63px;
	background-position: -119px 0;
	}
.form-nav #m-step-4 span,
.form-nav #m-step-5 span {
	width: 132px;
	margin-right: -57px;
	background-position: -266px 0;
	}
.form-nav .tabs-selected span {
	display: block;
	}


form {
	width: 483px;
	display: inline-block;
	background: #effbff url('../images/bg-form-top.jpg') no-repeat;
	}
.tabs-hide {
	display: none;
	}
form .tab {
	padding: 48px 39px 22px 32px;
	background: url('../images/bg-form-bottom.jpg') no-repeat 0 100%;
	border: none !important;
	}
form label {
	margin: 0 0 5px;
	display: block;
	color: #2aa8d4;
	font-weight: normal;
	line-height: normal;
	}
form label span {
	font-size: 12px;
	}
form input {
	width: 390px;
	display: block;
	margin: 0 0 20px;
	padding: 10px;
	background: #fff url('../images/bg-input.jpg') no-repeat;
	border: 1px solid #c3e7f2;
	}
form textarea,
form textarea:focus {
	width: 390px;
	height: 86px;
	margin: 0 0 20px;
	padding: 10px;
	font-size: 14px;
	line-height: 22px;
	font-family: Tahoma, Geneva, sans-serif;
	background: #fff url('../images/bg-textarea.jpg') no-repeat;
	border: 1px solid #c3e7f2;
	}
form #recaptcha {
	width: 313px;
	margin: 10px auto 20px;
	}

form input#submit {
	margin: 0 auto;
	padding: 0;
	width: 286px;
	height: 35px;
	outline: none;
	background: none;
	border: none !important;
	}
form input#referer {
	padding: 0;
	width: 0;
	height: 0;
	display: none !important;
	background: none;
	border: none;
	}

form .next-link {
	float: right;
	}
form .next-link span a {
	float: right;
	width: 82px;
	height: 35px;
	display: block;
	color: #fff;
	font-weight: bold;
	text-align: center;
	line-height: 35px;
	text-indent: -99999px;
	background: #1c8ac5 url('../images/btn-next.jpg') no-repeat;
	}
form .captcha_error {
	color: red;
	font-size: 11px;
	font-style: italic;
	}

/* Thank You Page */

.onetwo {
	float: left;
	width: 260px;
	}
#one-left {
	width: 220px;
	margin: 0 20px 0 0;
	}
.data {
	margin: 0 0 15px;
	}
.data div {
	font-size: 12px;
	}
#content h2.page-title {
	color: #878787;
	}

/* Sidebar
---------------------------------------------------------------- */

.sidebar {
	margin-top: -45px;
	}
.sidebar ul {
	border: none;
	}
.sidebar #s-intro {
	display: block;
	padding: 0 20px 20px;
	color: #6b6b6b;
	}
.sidebar #s-intro h3 {
	color: #3aafd6;
	font-size: 22px;
	}

/* Footer
---------------------------------------------------------------- */

#footer {
	font-size: 11px;
	}

