body
{
	margin: 0;
	font-family: 'Open Sans', sans-serif;
}
			
.header
{
	position: relative;
	width: 700px;
	height: 100px;
	margin: 0 auto;
}
			
.logo
{
	position: absolute;
	top: 10px;
	left: 0;
	width: 280px;
	height: 78px;
	background: url('images/logo.png') no-repeat;
	display: block;
}
			
.redBar
{
	width: 100%;
	height: 30px;
	background: #F00;
}
			
.redBar_text
{
	width: 670px;
	height: 30px;
	line-height: 30px;
	color: #FFF;
	font-weight: 700;
	margin: 0 auto;
	padding: 0 15px;
	text-align: right;
}
			
.content
{
	width: 700px;
	margin: 0 auto;
	padding: 20px 0 0 0;
}
			
.content h1
{
	font-weight: 600;
	margin: 0;
	padding: 0 20px 20px 20px;
	font-size: 15px;
}
			
.content p
{
	margin: 0;
	padding: 0 20px 20px 40px;
	font-size: 13px;
}
			
.content ul
{
	margin: 0 0 0 40px;
	padding: 0 20px 20px 20px;
	font-size: 13px;
}
			
.content ul.bigBullet
{
	margin: 0 0 0 40px;
	padding: 0 20px 20px 0;
	font-size: 13px;
	list-style-type: none;
}
			
.content ul.bigBullet li
{
	margin-bottom: 10px;
	padding: 0 0 0 20px;
	background: url('images/bullet.png') no-repeat;
	background-position: 0 4px;
}
			
.content ul.bigBullet_small
{
	width: 140px;
	margin: 0 auto;
	padding: 0 0 20px 0;
	font-size: 13px;
	list-style-type: none;
	font-weight: 600;
}
			
.content ul.bigBullet_small li
{
	margin-bottom: 3px;
	padding: 0 0 0 20px;
	background: url('images/bullet.png') no-repeat;
	background-position: 0 4px;
}
			
.content ol
{
	margin: 0 0 0 40px;
	padding: 0 20px 20px 20px;
	font-size: 13px;
}
			
.content ol li
{
	margin: 10px 0;
}
			
.assessmentDrop
{
	width: 150px;
	height: 20px;
	line-height: 20px;
	border: 1px solid #b3b3b3;
	-webkit-appearance:none;
	-moz-appearance:none;
	-o-appearance:none;
	appearance: none; 
	background: #ebebeb url('images/arrow.png') no-repeat;
	background-position: 133px 5px;
}
			
.assessmentDrop::-ms-expand
{
	display: none;
}
			
.buttons
{
	width: 175px;
	height: 30px;
	margin: 20px auto 40px auto;
}
			
.previous
{
	width: 80px;
	height: 30px;
	line-height: 27px;
	color: #FFF;
	font-weight: 600;
	font-size: 12px;
	text-align: center;
	background: #959595;
	cursor: pointer;
	border: 0;
}
			
.next
{
	width: 80px;
	height: 30px;
	line-height: 27px;
	color: #FFF;
	font-weight: 600;
	font-size: 12px;
	text-align: center;
	background: #959595;
	cursor: pointer;
	margin: 0 0 0 10px;
	border: 0;
}
			
.content input[type=text]
{
	width: 284px;
	height: 30px;
	line-height: 30px;
	padding: 0 13px;
	margin: 15px auto;
	background: #ebebeb;
	border: solid 1px #b3b3b3;
	font-size: 12px;
	display: block;
}
			
.continueButton
{
	width: 150px;
	height: 30px;
	line-height: 28px;
	margin: 30px auto;
	color: #FFF;
	font-weight: 600;
	font-size: 15px;
	background: #00a651;
	border: 1px solid #609b7d;
	cursor: pointer;
	display: block;
}
			
.secure
{
	width: 700px;
	height: 98px;
	background: url('images/netsolsiteseal.png') center right no-repeat;
	padding: 30px 0;
}
			
.footer
{
	width: 100%;
	height: 24px;
	background: #000;
	border-top: 3px solid #959595;
	border-bottom: 3px solid #959595;
}
			
.footer_text
{
	position: relative;
	width: 700px;
	height: 24px;
	line-height: 24px;
	margin: 0 auto;
	font-size: 12px;
}
			
.footer_left
{
	position: absolute;
	top: 0;
	left: 0;
	height: 30px;
	color: #FFF;
}
			
.footer_right
{
	position: absolute;
	top: 0;
	right: 0;
	height: 30px;
	color: #959595;
}

tr.questionRow > td
{
    padding-bottom: 1em;
}

.questionRow td
{
	border: 1px;
}
			
.questionText
{
	font-size: 13px;
	color: rgb(0, 0, 0);
	line-height: 1.5;
	text-align: right;
}

.questionText tr td 
{
	line-height: 2.0;
	text-align: left !important;
}

.confirmText
{
	font-size: 13px;
	font-family: "Open Sans";
	color: rgb(0, 0, 0);
	line-height: 2.5;
	text-align: right;
}

.introduction
{
	font-size: 13px;
	font-family: "Open Sans";
	color: rgb(0, 0, 0);
}

.introduction > td
{
    padding-bottom: 10px;
}

.navButtons
{
	text-align: center;
	padding: 20px 0 20px 0;
}
			
.content p.note
{
	padding: 0 0 20px 20px;
	color: rgb(0, 0, 0);
	font-size: 12px;
}
			
select.questionText
{
	background-color: rgb(235, 235, 235);
}

.groupInstText
{
    font-size: 13px;
	font-family: "Open Sans";
	color: rgb(0, 0, 0);
}

.groupText
{
    font-size: 13px;
	font-family: "Open Sans";
	color: rgb(0, 0, 0);
}