#divVerificationChoices {
	width: 950px;
	height: 500px;
}

#verifyStepOne {
	margin-bottom: 30px;
}

#verifyStepTwo {
	margin-bottom: 30px;
}

#verifyStepThree {
	margin-bottom: 30px;
}

.stepLeftCol {
	float: left;
	width: 100px;
	margin-right: 30px;
}

.stepRightCol {
	float: left;
	width: 480px;
}

#verifyStepOne textarea {
	display: block;
	width: 350px;
	margin: 0px auto;
}

#verifyStepTwo #badgeContainer {
	text-align: center;
}

#steps {
	width: 930px;
	float: left;
	margin: 10px 0px 10px 0px;
	padding: 0px 3px 0px 3px;
	min-height: 100px;
}

.step {
	width: 900px;
}
	
#steps table {
	width: 100%;
	margin: 10px 0px 10px 0px ;
	padding: 0px;
	border-collapse: collapse;
}

#steps td {
	text-align: left;
	line-height: 22px;
	padding: 7px 0px 15px 0px;
}

#steps td.step {
	width: 80px;
	text-align: left;
	line-height: 22px;
	padding: 10px 0px 0px 10px;
	font-size: 14px;
	font-weight: bold;
	color: #003350;
}

#steps textarea {
	margin: 0px;
	padding: 6px 0px 0px 6px;
	width: 75%;
}

#steps p { 
	margin: 0px;
	text-align: left;
	padding: 0px;
	line-height: 18px;
}

.success {
	margin-left:2px;
	margin-bottom: 20px;
	padding: 10px 10px 10px 15px;
	width: 675px;
	border: 1px solid #4A6075;
	background: #FFFFD9;
	min-height: 30px;
}

#gridContainerVerification {
	border-left: 1px solid #AFB7BA;
	border-right: 1px solid #AFB7BA;
	border-top: 1px solid #AFB7BA;
	border-bottom: 1px solid #AFB7BA;
	font-weight: bold;
	margin-bottom: 0px;
	padding: 10px;
	background: #E6F4FA;
}

#stepsWrapper1 {
	display: block;
	font-size: 11px;
}

#stepsWrapper2 {
	display: none;
	font-size: 11px;
}

#stepsWrapper3 {
	display: none;
	font-size: 11px;
}

.bigBadButton_green, .bigBadButton_red {
	font-family: "Rockwell","Century Schoolbook","Baskerville","Georgia",serif;
}

.bigBadButton_red {
	background: url('../images/bigbadbutton1.gif') top left repeat-x;
	height: 37px;
	display: block;
	font-weight: normal !important;
	width: 200px;
	float: left;
}

.bigBadButton_red a {
	display: block;
	height: 37px;
	background: url('../images/bigbadbutton1right.gif') top right no-repeat;
	padding: 0px 20px;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 21px;
	line-height: 36px;
	cursor: pointer;
	text-align: center;
}

.bigBadButton_green {
	background: url('../images/bigbadbutton1.gif') top left no-repeat;
	height: 33px;
	display: block;
	font-weight: normal !important;
	width: 200px;
	float: right;
}

.bigBadButton_green a {
	display: block;
	height: 33px;
	background: url('../images/bigbadbutton1right.gif') top right no-repeat;
	padding: 0px 20px;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 21px;
	line-height: 32px;
	cursor: pointer;
	text-align: center;
}

.bigBadButton_green_back {
	background: url('../images/bigbadbutton1.gif') top left no-repeat;
	height: 33px;
	display: block;
	font-weight: normal !important;
	width: 200px;
	float: left;
}

.bigBadButton_green_back a {
	display: block;
	height: 33px;
	background: url('../images/bigbadbutton1right.gif') top right no-repeat;
	padding: 0px 20px;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 21px;
	line-height: 32px;
	cursor: pointer;
	text-align: center;
}

#verificationStatusFormArea {
	width: 930px;
}