@charset "utf-8";
/* CSS Document */
article, aside, figure, footer, header, nav, section {
	display: block;
}
.bluehighlight {
	color: #06F;
	font-weight: bold;
}
.asterisk {
	color: #C00;
}
table {
	margin: 30px 0 0 20px;
	border-collapse: separate;
	border-spacing: 8px 5px;
	caption-side: right;
	table-layout: auto;
}
#captcha {
	border: 1px solid #999;
	width: 280px;
}

#login-form input{
	width: 240px;
}

#wizard-content {
	text-align: center;
	width: 682px;
}
#contact-information-form {
	width: 650px;
	margin: 0 0 0 25px;
}
#company-information-form {
	width: 648px;
	margin: 0 auto;
}
#login-form {
	width: 430px;
	margin: 0 auto;
}
#login-border	{
	width:430px;
	border: 1px solid #CCC;
	padding-bottom:20px;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	box-shadow: 1px 1px 6px 1px #CCCCCC;
	-moz-box-shadow: 1px 1px 6px 1px #CCCCCC;
	-webkit-box-shadow: 1px 1px 6px 1px #CCCCCC;
	}
#page-nation {
	//background: url(../images/pagenation_bg.png) no-repeat;
	background-position: center;
	width: 682px;
	//margin-top: 100px;
	//margin-bottom: 50px;
}

#page-nation ul li {
	float: left;
	list-style-type: none;
	width: 31px;
	background: url(../images/btnPagenation_inactive.png) no-repeat center center;
	text-align: center;
	margin-left: 2px;
	margin-top: 4px;
	height: 35px;
}
#page-nation ul li a {
	display: block;
	text-decoration: none;
	width: 31px;
	line-height: 35px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
}

.question-tabs{
	min-height:350px;
}

#page-nation #page-button {
    padding-left: 80px;
}

#page-nation #page-button li {
    background: none;
    background-color: #e3e3e3;
    width: 10px;
    height: 10px;
    margin-right: 20px;
    border-radius: 10px;
    //border-bottom: 1px solid #000000;
    margin-top: 16px;
    border: 1px solid #6D9EDD;
}

#page-nation .page-button-active {
    background-color: #003A84 !important;
    height: 11px !important;
    width: 11px !important;
    margin-top: 15px !important;
    //border-bottom: 1px solid #3096DA !important;
}

.prevactive {
    background: url(../images/btnPagenation_active.png) no-repeat center center !important;
}

.preactive a {
    cursor: not-allowed !important;
}

.btnNext {
/*	background: url(../images/btnNext.png) no-repeat;
	height: 35px;
	width: 81px;
	border: 0;
	float: right;
	cursor: pointer;
	margin-right: 20px;
	margin-top: 4px;
*/
}
.btnBack {
/*
	background: url(../images/btnBack.png) no-repeat;
	height: 35px;
	width: 81px;
	border: 0;
	float: right;
	cursor: pointer;
	margin-right: 15px;
	margin-top: 4px;
*/
}

.btnClear {
	/*background: url(../images/btnClear.png) no-repeat;
	height: 35px;
	width: 81px;
	border: 0;
	float:center;
	cursor: pointer;
	margin-right: 15px;
	margin-top: 4px;*/
}

.btnDone {
	background: url(../images/btnDone.png) no-repeat;
	height: 35px;
	width: 81px;
	border: 0;
	float:center;
	cursor: pointer;
	margin-right: 15px;
	margin-top: 4px;
}

#frmLogin .btnLogin {
	background: url(../images/btnLogin.png) no-repeat;
	border: 0;
	width: 98px;
	height: 32px;
	cursor: pointer;
	color: #fff;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 40px;
}

.btnLogin:hover{
	/*background: url(../images/btnSubmit.png) no-repeat;*/
	color: #fff;
}

.btnSubmit {
	/*background: url(../images/btnLogin.png) no-repeat;*/
	/*border: 0;
	width: 98px;
	height: 32px;
	cursor: pointer;
	color: #fff;
	font-weight: bold;
	margin-top: 20px;*/
}


.arrow{
	margin-bottom:3px;
}
