* {
	behavior: url(/iepngfix.htc);
}

body {
	background: #000 repeat-x;
	margin: 0;
	padding: 0;
}

a:link, a:active, a:visited {
	color: #C42C11;
	text-decoration: none;
}

a:hover {
	color: #35c5d9;
	text-decoration: none;
}

h1 {
	font: 13pt bold Helvetica, Arial, sans-serif;
	color: #C42C11;
}

.bodycopy {
	font: 10pt bold Helvetica, Arial, sans-serif;
	color: #666;
	line-height: 18px;
}

.bodycopy a:link, a:active, a:visited {
	color: #C42C1;
	text-decoration: none;
}

.bodycopy a:hover {
	color: #35c5d9;
	text-decoration: none;
}

.formcopy {
	font: 10pt bold Helvetica, Arial, sans-serif;
	color: #C42C11;
}

#container {
	width: 100%;
	height: 562px;
}
		
#header {
	background: url(/images/background.jpg);
	width: 100%;
	min-width: 1024px;
	height: 139px;
}
		
#logo {
	/*background: url(/images/logo.jpg) no-repeat;*/
	background: url(/images/jobulator-logo.jpg) no-repeat;
	width: 226px;
	height: 83px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 10px;
}
		
#navbar {
	position: relative;
	width: 334px;
	/*width: 265px;*/
	height: 27px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 16px;
	behavior: none;
	z-index: 999;
}

#navbar ul {
	margin: 0;
	padding: 0;
}




/*NEW BUTTON FOR AUG*/
#interfaceButton,
#freeTrail,
#myAccountButton,
#buyItNowButton,
#helpButtonNew
{
	position: absolute;
	display: block;
	height: 27px;
	margin-top: 3px;
}

#interfaceButton {
	background: url(/images/home-button.png) no-repeat;
	width: 68px;
}

#freeTrail
{
	background: url(/images/freeTrailButton.jpg) no-repeat;
	width: 99px;
	margin-left: 68px;
}
#myAccountButton
{
	background: url(/images/MyAccount.jpg) no-repeat;
	width: 119px;
	margin-left: 167px;
}

#helpButtonNew
{
	background: url(/images/helpButton.jpg) no-repeat;
	width: 62px;
	margin-left: 286px;
}

#interfaceButton:hover,
#freeTrail:hover,
#buyItNowButton:hover,
#myAccountButton:hover,
#helpButtonNew:hover
{
	background-position: 0px -27px;
}


/* END NEW BUTTON FOR AUG*/


#helpButton {
	position: absolute;
	display: block;
	background: url(/images/helpButton.jpg) no-repeat;
	width: 62px;
	height: 27px;
	margin-top: 3px;
	/*margin-left: 231px;*/
	margin-left: 201px;
}

#helpButtonActive {
	position: absolute;
	display: block;
	background: url(/images/helpButton.jpg) 0px -27px no-repeat;
	width: 62px;
	height: 27px;
	margin-top: 3px;
	/*margin-left: 231px;*/
	margin-left: 201px;
}

#helpButton:hover {
	position: absolute;
	display: block;
	background: url(/images/helpButton.jpg) 0px -27px no-repeat;
	width: 62px;
	height: 27px;
	margin-top: 3px;
	/*margin-left: 231px;*/
	margin-left: 201px;
}

#faqButton {
	position: absolute;
	display: block;
	background: url(/images/faqButton.jpg) no-repeat;
	width: 53px;
	height: 27px;
	margin-top: 3px;
	/*margin-left: 290px;*/
	margin-left: 260px;
}

#faqButtonActive {
	position: absolute;
	display: block;
	background: url(/images/faqButton.jpg) 0px -27px no-repeat;
	width: 53px;
	height: 27px;
	margin-top: 3px;
	/*margin-left: 290px;*/
	margin-left: 260px;
}

#faqButton:hover {
	position: absolute;
	display: block;
	background: url(/images/faqButton.jpg) 0px -27px no-repeat;
	width: 53px;
	height: 27px;
	margin-top: 3px;
	/*margin-left: 290px;*/
	margin-left: 260px;
}

#mobileButton {
	position: absolute;
	display: block;
	background: url(/images/mobilejobulator-button.png) no-repeat;
	width: 148px;
	height: 27px;
	margin-top: 3px;
	margin-left: 260px;
}

#mobileButtonActive {
	position: absolute;
	display: block;
	background: url(/images/mobilejobulator-button.png) 0px -27px no-repeat;
	width: 148px;
	height: 27px;
	margin-top: 3px;
	margin-left: 260px;
}

#mobileButton:hover {
	position: absolute;
	display: block;
	background: url(/images/mobilejobulator-button.png) 0px -27px no-repeat;
	width: 148px;
	height: 27px;
	margin-top: 3px;
	margin-left: 260px;
}

#content {
	background: #E3F7FA;
 	min-height: 567px;
 	min-width: 1024px;
  	height: auto !important;
  	height: 567px;
}

#flashContainer {
	width: 777px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

#flash {
	_position: absolute;
	.margin-left: 50px;
}

.freeTrialTriangle {
	position: relative;
	float: right;
	background: url(/images/freeTrail.png) no-repeat;
	/*background: url(/images/getitnow-triangle.png) no-repeat;*/
	width: 135px;
	height: 137px;
	margin-top: 5px;
	margin-right: 10px;
	z-index: 999;
	cursor: pointer;
}

.freeTrialTriangle:hover {
	position: relative;
	float: right;
	background: url(/images/freeTrailHover.png) no-repeat;
	/*background: url(/images/getitnow-triangle-rollover.png) no-repeat;*/
	width: 135px;
	height: 137px;
	margin-top: 5px;
	margin-right: 10px;
	z-index: 999;
	cursor: pointer;	
}

#orderTopContainer {
	width: 669px;
	margin-left: auto;
	margin-right: auto;
	.margin-top: -142px;
	.clear: both;
}

#orderTop {
	width: 669px;
	height: 148px;
}

#padTop {
	width: 669px;
	height: 1px;
}

/*.thirtyDollars {
	position: absolute;
	background: url(/images/thirtyDollars2.png) no-repeat;
	width: 177px;
	height: 148px;
	margin-top: 32px;
}
*/
.realTimeText {
	position: absolute;
	background: url(/images/realTimeText.png) no-repeat;
	width: 244px;
	height: 79px;
	margin-left: 113px;
	margin-top: 52px;
}

.trialExplain {
	position: absolute;
	background: url(/images/Free_Trial_Explanation.jpg) no-repeat;
	width: 669px;
	height: 181px;
}

.needHelp {
	position: relative;
	background: url(/images/needHelp.png) 0 50px no-repeat;
	width: 398px;
	height: 77px;
	margin-left: auto;
	margin-right: auto;
	_margin-top: 50px;
	padding-bottom: 100px;
	_padding-bottom: 0px;
	z-index: 100;
	_clear: both;
}

.jobMobile {
	position: relative;
	background: url(/images/jobulator-mobile-headl.png) 0 50px no-repeat;
	width: 376px;
	height: 77px;
	margin-left: auto;
	margin-right: auto;
	_margin-top: 50px;
	padding-bottom: 100px;
	_padding-bottom: 0px;
	z-index: 100;
	_clear: both;
}

#mobileWrap{
	width:620px;
	margin-left:auto;
	margin-right:auto;
}

.questions {
	position: relative;
	background: url(/images/questionsButton.png) 0 50px no-repeat;
	width: 387px;
	height: 67px;
	margin-left: auto;
	margin-right: auto;
	_margin-top: 50px;
	padding-bottom: 100px;
	_padding-bottom: 0px;
	z-index: 100;
}

.submitButton {
	position: absolute;
	background: none;
	width: 81px;
	height: 38px;
	margin-top: -27px;
	.margin-top: -48px;
	_margin-top: -47px;
	margin-left: 570px;
	_margin-left: 569px;
}

#submitButton {
	position: absolute;
	display: block;
	background: #000 url(/images/submitButton2.png) no-repeat;
	width: 81px;
	height: 38px;
	margin-top: -80px;
	.margin-top: -46px;
	margin-left: 570px;
}

#submitButton:hover {
	position: absolute;
	display: block;
	background: url(/images/submitButton2.png) 0px -38px no-repeat;
	width: 81px;
	height: 38px;
	margin-top: -40px;
	.margin-top: -46px;
	margin-left: 570px;
}

#footerRepeatingBackground {
	position: relative;
	height: auto;
	padding-top: 15px;
	padding-bottom: 15px;
	
}

#footer {
	width: 495px;
	margin-left: auto;
	margin-right: auto;
	font: 7pt bold Helvetica, Arial, sans-serif;
	color: #828282;
	letter-spacing: 1px;
}

#footer a:link img, #footer img:active, #footer img:visited {
	border: none;
}

#footer a:link, #footer a:active, #footer a:visited {
	color: #828282;
	font-weight: bold;
}

#footer a:hover {
	color: #FFF;
	text-decoration: underline;
}

#contentAreaTop {
	position: relative;
	background: url(/images/contentAreaTop.png) 1px no-repeat;
	width: 681px;
	height: 44px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	z-index: 1;
	.clear: both;
	behavior: none;
}

#contentWrap{
	width:963px;
	margin-left:auto;
	margin-right:auto;
}

#contentAreaRepeat {
	position: relative;
	background: url(/images/contentAreaRepeat.png) 1px 0 repeat-y;
	_background: url(/images/contentAreaRepeat.png) 2px 0 repeat-y;
	width: 679px;
	_width: 680px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	z-index: 1;
	behavior: none;
}

#contentRepeatSmall {
	position: relative;
	background: url(/images/contentRepeatSmall.png) 1px 0 repeat-y;
	_background: url(/images/contentRepeatSmall.png) 2px 0 repeat-y;
	width: 260px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	z-index: 1;
	behavior: none;
}

#contentAreaBody {
	position: relative;
	background: url(/images/contentAreaBody.png) -6px 0 no-repeat;
	_background: url(/images/contentAreaBody.png) 1px 0 no-repeat;
	width: 667px;
	_width: 679px;
  	height: auto;
  	min-height: 100px;
	margin-left: auto;
	margin-right: auto;
	z-index: 0;
	behavior: none;
}

.supportHeader{
	font: 12pt bold Helvetica, Arial, sans-serif;
	color: #C42C11;
	line-height: 18px;
	margin-bottom: 10px;
}

#contentAreaSmall {
	position: relative;
	/*background: url(/images/contentAreaBody.png) -6px 0 no-repeat;
	_background: url(/images/contentAreaBody.png) 1px 0 no-repeat;*/
	width: 260px;
  	height: auto;
	z-index: 0;
	behavior: none;
}

#contentAreaBottom {
	position: relative;
	background: url(/images/contentAreaBottom.png) 1px 0 no-repeat;
	width: 679px;
	height: 7px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 40px;
	z-index: 1;
}

#contentBottomSmall {
	position: relative;
	background: url(/images/contentBottomSmall.png) 1px 0 no-repeat;
	width: 260px;
	height: 7px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 40px;
	z-index: 1;
}

#contentAreaBottomGetJobulator {
	position: relative;
	background: url(/images/contentAreaBottomGetJobulator.png) no-repeat;
	width: 679px;
	height: 7px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 70px;
	z-index: 1;
	behavior: none;
}

#groundContainer {
	width: 1024px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

/*

.groundLook {
	position: absolute;
	background: url(/images/groundLook.png) no-repeat;
	width: 1024px;
	height: 176px;
	margin-top: 320px;
}

*/

.title {
	position: absolute;
	margin-left: 25px;
	margin-top: 4px;
	.margin-top: 14px;
}

.text {
	padding: 25px;
	padding-left: 20px;
}

.topics {
	padding: 25px;
}

#noNeed {
	position: absolute;
	color: red;
	font-size: 18px;
	margin-top: 20px;
	margin-left: 70px;
	z-index: 999;
}

/* All of these .textInputs have the same styles except for the "width" tag */

.textInput {
	/*
	background: #fafafa;
	border: 1px solid #e5e5e5;
	*/
	background: #eae7e3;
	border:none;
	color: #666666;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 2px;
	margin-right: 15px;
	margin-left: 8px;
	width: 195px;
	height: 16px;
	font-size: 9pt;
}

.textInputForIE {
	/*
	background: #fafafa;
	border: 1px solid #e5e5e5;
	*/
	background: #eae7e3;
	border:none;
	height: 16px;
	width: 200px;
	.width: 200px;
	font-size: 9pt;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 2px;
	margin-right: 15px;
	margin-left: 8px;
	color: #666;
}

.textInputShort {
	/*
	background: #fafafa;
	border: 1px solid #e5e5e5;
	*/
	background: #eae7e3;
	border:none;
	height: 16px;
	width: 195px;	
	font-size: 9pt;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 2px;
	margin-right: 15px;
	margin-left: 8px;
	color: #666;
}

.textInputShort2 {
	/*
	background: #fafafa;
	border: 1px solid #e5e5e5;
	*/
	background: #eae7e3;
	border:none;
	height: 16px;
	width: 178px;
	font-size: 9pt;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 2px;
	margin-right: 15px;
	margin-left: 8px;
	color: #666;
}

.textInputDropDown {
	/*
	background: #fafafa;
	border: 1px solid #e5e5e5;
	*/
	background: #eae7e3;
	border:none;
	font-size: 9pt;
	padding-top: 1px;
	margin-right: 15px;
	margin-left: 8px;
	color: #666;
}

.textInputDropDown2 {
	/*
	background: #fafafa;
	border: 1px solid #e5e5e5;
	*/
	background: #eae7e3;
	border:none;
	font-size: 9pt;
	padding-top: 1px;
	margin-left: -10px;
	color: #666;
}

.textInputCC {
	/*
	background: #fafafa;
	border: 1px solid #e5e5e5;
	*/
	background: #eae7e3;
	border:none;
	height: 16px;
	width: 185px;
	font-size: 9pt;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 2px;
	margin-right: 15px;
	margin-left: 8px;
	color: #666;
}

.textInputCCHolder {
	/*
	background: #fafafa;
	border: 1px solid #e5e5e5;
	*/
	background: #eae7e3;
	border:none;
	height: 16px;
	width: 170px;
	font-size: 9pt;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 2px;
	margin-right: 15px;
	margin-left: 8px;
	color: #666;
}

.textInputCCSecurity {
	/*
	background: #fafafa;
	border: 1px solid #e5e5e5;
	*/
	background: #eae7e3;
	border:none;
	height: 16px;
	font-size: 9pt;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 2px;
	margin-right: 15px;
	margin-left: 8px;
	color: #666;
}

.textInputEmail {
	/*
	background: #fafafa;
	border: 1px solid #e5e5e5;
	*/
	background: #eae7e3;
	border:none;
	height: 16px;
	width: 246px;
	font-size: 9pt;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 2px;
	margin-right: 15px;
	margin-left: 8px;
	color: #666;
}

.horizontalDividingLine {
	border-top: 1px solid #ededed;
	width: 645px;
	height: 1px;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: -10px;
}

.faqDetail {
	margin-bottom: 20px;
}

#FirstNameRequired {
	position: absolute;
	margin-left: -307px;
	margin-top: -20px;
	width: 160px;
	border: none;
	background: none;
	color: #35c5d9;
	font-size: 12px;
}

#LastNameRequired {
	position: absolute;
	margin-left: -301px;
	margin-top: -20px;
	width: 160px;
	border: none;
	background: none;
	color: #35c5d9;
	font-size: 12px;
}

#EmailRequired {
	position: absolute;
	margin-left: -317px;
	margin-top: -20px;
	width: 160px;
	border: none;
	background: none;
	color: #35c5d9;
}

#AesopIDRequired {
	position: absolute;
	margin-left: -270px;
	margin-top: -20px;
	width: 160px;
	border: none;
	background: none;
	color: #35c5d9;
}

#AesopPinRequired {
	position: absolute;
	margin-left: -275px;
	margin-top: -20px;
	width: 160px;
	border: none;
	background: none;
	color: #35c5d9;
}

#contentAreaBody div.text span.bodycopy div.faqDetail span.formcopy {
	color: #35c5d9;
	font-size: 16px;
}

.pageTitleGet {
	/*background: url(/images/pageTitleGet.png) no-repeat;*/
	background: url(/images/free30dayTrailSignUp.png) no-repeat;
	width: 215px;
	/*width: 124px;*/
	height: 20px;
	margin-top: 10px;
}

.pageTitleDownload{
	
	background: url(/images/Download.png) no-repeat;
	width: 215px;
	height: 20px;
	margin-top: 10px;
}


.pageTitleAccount {
	/*background: url(/images/pageTitleGet.png) no-repeat;*/
	background: url(/images/MyAccount.png) no-repeat;
	width: 215px;
	/*width: 124px;*/
	height: 20px;
	margin-top: 10px;
	.margin-top: 1px;
}

.pageTitleSupport {
	background: url(/images/jobulatorsupport.png) no-repeat;
	width: 158px;
	height: 20px;
	margin-top: 12px;
	.margin-top: 1px;
}

.pageTitleHelp {
	background: url(/images/pageTitleHelp.png) no-repeat;
	width: 47px;
	height: 20px;
	margin-top: 10px;
	.margin-top: 1px;
}

.pageTitleFaq {
	background: url(/images/pageTitleFaq.png) no-repeat;
	width: 254px;
	height: 20px;
	margin-top: 10px;
	.margin-top: 1px;
}

.pageTitleTopics {
	background: url(/images/Topics.png) no-repeat;
	width: 96px;
	height: 22px;
	margin-top: 10px;
	.margin-top: 1px;
}

.pageTitleThank {
	background: url(/images/pageTitleThank.png) no-repeat;
	width: 96px;
	height: 20px;
	margin-top: 10px;
	.margin-top: 1px;
}

#termsAndConditions {
	background: #FFF;
	width: 600px;
	border: 1px solid #999;
	padding: 10px;
	height: 250px;
	color: #999;
	overflow: auto;
}

#option1 {
	position: absolute;
	margin-top: -20px;
	.margin-top: -21px;
	margin-left: 5px;
}

#option2 {
	position: absolute;
	margin-top: -24px;
	.margin-top: -24px;
	margin-left: 40px;
	width: 500px;
}

.orderPageLine {
	position: absolute;
	/*background: url(/images/orderPageLine.png) no-repeat;*/
	background: url(/images/orderPageLine3Steps.png) no-repeat;
	width: 289px;
	height: 10px;
	margin-top: 14px;
	margin-left: 306px;
	z-index: 100;
}

.orderPageDot {
	position: absolute;
	background: url(/images/orderPageCircle.png) no-repeat;
	width: 8px;
	height: 8px;
	z-index: 0;
	margin-top: 1px;
	margin-left: 1px;
}

.orderPageDividingLine {
	position: absolute;
	background: url(/images/orderPageDividingLine.png) no-repeat;
	width: 1px;
	height: 29px;
	margin-top: 3px;
	margin-left: 606px;
	z-index: 100;
}

.nextButtonClass {
	position: absolute;
	background: url(/images/orderPageNext.png) no-repeat;
	width: 30px;
	height: 10px;
	margin-top: 14px;
	_margin-top: -14px;
	margin-left: 621px;
}

.nextButtonClass:hover {
	position: absolute;
	background: url(/images/orderPageNextRollover.png) no-repeat;
	width: 30px;
	height: 10px;
}

#nextButton {
	position: absolute;
	background: url(/images/orderPageNext.png) no-repeat;
	width: 30px;
	height: 10px;
	margin-top: 14px;
	margin-left: 620px;
}

#nextButton:hover {
	position: absolute;
	background: url(/images/orderPageNextRollover.png) no-repeat;
	width: 30px;
	height: 10px;
}

#faqAccordion ul {
	padding: 0;
	margin: 0;
}

#faqAccordion li {
	list-style: none;
	width: 620px;
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
}

#faqAccordion li.selected a {
	list-style: none;
	width: 620px;
	color: #35c5d9;
	margin: 0;
	padding: 0;
}

ul#faqAccordion.ui-accordion-container.ui-accordion {
	padding: 0;
	margin: 0;
}

ul#faqAccordion.ui-accordion-container.ui-accordion div {
	padding: 0;
	padding-top: 5px;
}

#ErrorContainer {
	position: absolute;
	font: 10pt bold Helvetica, Arial, sans-serif;
	width: 410px;
	font-weight: bold;
	z-index: 999;
	margin-left: 250px;
	margin-top: 17px;
	text-align: right;
}

.error
{
	color: #35c5d9;
	font-weight: bold;
}

.faqBubbles {
	position: relative;
	float: left;
	background: url(/images/faqBubbles.jpg) no-repeat;
	width:48px;
	height:48px;
}

.speaker {
	position: relative;
	float: left;
	background: url(/images/speaker.gif) no-repeat;
	width:48px;
	height:48px;
}

.helpBubble {
	background: url(/images/helpBubble.jpg) no-repeat;
	position:relative;
	width:48px;
	height: 48px;
	float: left;
}

.vCheck {
	position:relative;
	float:left;
	background: url(/images/viewIcon.jpg) no-repeat;
	width:48px;
	height: 48px;
}

.videoIcon {
	position: relative;
	float: left;
	background: url(/images/tutorial-48.jpg) no-repeat;
	height: 48px;
	width:48px;
}

.videoIcon a {
	padding-left: 30px;
}

.pdfIcon {
	position: relative;
	float: left;
	background: url(/images/pdfIcon.jpg) 0 1px no-repeat;
	height: 48px;
	width:48px;

}

.pdfIcon2 {
	position: relative;
	background: url(/images/readerwhite32.jpg) 0 1px no-repeat;
	height: 18px;
	padding:16px 0px 0px 40px;
}
.pdfIcon a {
	padding-left: 32px;
}

.downloadicon2 {
	position:relative;
	float:left;
	background: url(/images/downloadIcon.jpg) no-repeat;
	width:48px;
	height:48px;
}


.downloadicon2 a {
	padding-left: 25px;
}

.winIcon {
	background: url(/images/winIcon.png) 0 1px no-repeat;
	padding-left: 30px;
	padding-bottom: 6px;
	padding-top: 3px;
	margin-left: 20px;
}

.macIcon {
	background: url(/images/macIcon.png) 0 1px no-repeat;
	padding-left: 30px;
	padding-bottom: 6px;
	padding-top: 4px;
	margin-left: 20px;
}

.downloadIcon {
	background: url(/images/downloadIcon.jpg) 0 -1px no-repeat;
	padding-left: 30px;
	padding-bottom: 2px;
	padding-top: 4px;
	margin-left: 20px;
}

.floatLeft{
	position:relative;
	float:left;
	left: 35px;
}

.floatRight{
	float:right;
}

.clearBoth{
	clear:both;
}

.helpCopy{
	position:relative;
	float:right;
	width:550px;
	z-index: 0x;
}

#facebox .tl {
	behavior:none;
}

#facebox .b {
	behavior:none;
}

#facebox .tr {
	behavior:none;
}

.Code
{
	border: #8b4513 1px solid;
	padding-right: 5px;
	padding-left: 5px;
	color: #000066;
	font-family: 'Courier New' , Monospace;
	background-color: #ff9933;
}

.greyTitles {
	font: 10pt bold Helvetica, Arial, sans-serif;
	color: #666;
	line-height: 18px;
}

.redTitles {
	font: 10pt bold Helvetica, Arial, sans-serif;
	color: #C42C11;
	line-height: 18px;
}

a.next
{
    display: block;
    float: right;
    width: 70px;
    height: 38px;
    background: url(/images/Next_normal.png);
}
a.next:hover
{
    background: url(/images/Next_rollover.png);
}		

a.finish
{
    display: block;
    float: right;
    width: 70px;
    height: 38px;
    background: url(/images/Finish_normal.png);
}
a.finish:hover
{
    background: url(/images/Finish_rollover.png);
}	

div.finished
{
    display: block;
    float: right;
    width: 70px;
    height: 38px;
    background: url(/images/Finished_normal.png);
}	


.freeTrialTriangleNew {
	float:right;
	height:137px;
	margin-right:10px;
	margin-top:5px;
	position:relative;
	width:135px;
	z-index: 999;
	cursor: pointer;

}

a#Yahoo_Windows
{
    display: block;
    float: left;
    width: 215px;
    height: 35px;
    background: url(/images/Download_for_Windows_normal.png);
}
a#Yahoo_Windows:hover
{
    background: url(/images/Download_for_Windows_rollover.png);
}		
a#Yahoo_Mac
{
    display: block;
    float: left;
    width: 174px;
    height: 35px;
    background: url(/images/Download_for_Mac_normal.png);
}
a#Yahoo_Mac:hover
{
    background: url(/images/Download_for_Mac_rollover.png);
}
a#Widget_Download
{
    display: block;
    float: left;
    width: 252px;
    height: 35px;
    background: url(/images/Download_Jobulator_normal.png);
}
a#Widget_Download:hover
{
    background: url(/images/Download_Jobulator_rollover.png);
}
p.step1
{
    padding-left: 50px;
    background: url(/images/Red_Circle_1.png) no-repeat;
    
}
p.step2
{
    padding-left: 50px;
    background: url(/images/Red_Circle_2.png) no-repeat;
}

div.widgetdownloadlinks
{
    padding-bottom: 25px;
    padding-left: 50px;
    clear: both;
}