/* CSS Document */

body {
	background-color: #FFFFFF;
	margin: 0px;
	font-family: "Helvetica Neue", Helvetica, Verdana, Arial,sans-serif;
	font-size:66%;
	line-height:130%;
	color: #666666;
}
a:link {
	color: #666666;
}
a:visited {
	color: #999999;
}
a:hover {
	color: #333333;
}
a:active {
	color: #EE1D22;
}

#wrapper {
	margin: 0px auto;
	top:0px;
	width: 935px;
	position: relative;
	z-index:1;
}
#logo {
	width: 325px;
	position: absolute;
	top: 26px;
	left: 0px;
}
#topRight {
	width: 331px;
	position: absolute;
	top: 48px;
	left: 552px;
}
#contentContainer {
	width: 772px;
	position: relative;
	margin-left: 156px;
	margin-top: 87px;
	height: 467px;
	background: url(../_images/containerBG.gif) top left no-repeat;

}
/* IE Fixes */
* html #contentContainer { margin-top: 98px; }
*+ html #contentContainer { margin-top: 100px; }

#menu {
	position:absolute;
	left:0px;
	top:144px;
	width:125px;
	height:374px;
	z-index:2;
}

#contentContainer #content {
	margin: 0px;
	height: 345px;
	width: 586px;
	overflow: auto;
	background: transparent;
	overflow: auto;
	clear: right;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1.1em;
	line-height: 15px;
	background:url(../_images/contentBG.gif) top left no-repeat;
	margin-left: 27px;
	padding: 15px;
}


* html #contentContainer #content { background-attachment: fixed; }
#feedback #contentContainer #content { 
 margin-bottom: 10px;
}

#home #contentContainer #content, 
#about #contentContainer #content, 
#account #contentContainer #content,
#hiw #contentContainer #content, 
#note #contentContainer #content, 
#noteHome #contentContainer #content,
#file #contentContainer #content,
#feat #contentContainer #content,
#images #contentContainer #content,
#window #contentContainer #content, 
#system #contentContainer #content, 
#affinity #contentContainer #content,
#download #contentContainer #content,
#myaccount #contentContainer #content {
	background-image: none;
	margin: 0px;
	overflow: hidden;
	width: 750px;
}

#myaccount #contentContainer #content {
	padding-top:0px;
	padding-left:27px;
}

#notegrid #contentContainer #content {
	background-image: none;
	padding-top:0px;
	margin-top:5px;
	padding-left: 0px;
	width:650px;
}
#home #contentContainer #content { height: 407px; }

#about #contentContainer #content { 
	height: 380px; padding: 0px;
	overflow:auto;
}

#hiw #contentContainer #content { 
	/*font-size: 11px; */
	font-size: 1em; 
	margin-left: 13px; 
	padding-top: 4px; 
	height: 376px; 
	width: 715px; 
	padding-right: 0px; 
}

#tutorial #contentContainer #content { 
	/*font-size: 11px; */
	font-size: 1.1em; 
	margin-left: 13px; 
	height: 376px; 
	width: 772px; 
	padding-top: 0px; 
	padding-right: 0px;
	padding-left: 4px;
	background:none;
}

#contentContainer #content a { color: #D22020; }



/* COMPANY INFORMATION */
#company #contentContainer #content {   height: 346px; }
#images #contentContainer #content {   height: 347px; padding: 15px 15px 15px 3px; }

/* PRESS */
#press #contentContainer #content {
	margin-left: 27px;
	height: 407px;
	overflow: hidden;
	background: transparent;
	width: auto;
	clear: right;
}

/* MY ACCONUNT */
#account #contentContainer #content {	padding: 25px; height: 387px; width: 586px; }

/* MY NOTEMARK */
#note #contentContainer #content, #file #contentContainer #content { 
	margin-left: 16px; 
	font-size: 1em; 
	padding-top: 0px; margin-top: 4px; width: 700px; height: 362px; 
}
#noteHome #contentContainer #content { margin-left: 16px; font-size: 1em; padding-top: 0px; margin-top: 4px; width: 630px; height: 362px; }
#file #contentContainer #content { margin-top: 0px; height: 366px; }

/* FEATURES */
 #feat #contentContainer #content { margin-left: 12px; font-size: 1em; padding-top: 0px; width: 720px; margin-top: 0px; height: 365px; }
 #feat #contentContainer .personalize { height: 382px; }

/* NOTEMANAGER */
#window #contentContainer #content { height: 380px; padding-left: 27px; padding-top: 0px; }

/* FAQS */
#faq #wrapper #contentContainer #content { height: 363px; }

/* SYSTEM REQUIREMENTS */
#system #wrapper #contentContainer #content { height: 393px; margin-left: 27px; padding: 0px; }


/* AFFINITY */
#affinity #wrapper #contentContainer #content { height: 407px; padding-top: 0px; }
#affinityscroll #wrapper #contentContainer #content { width: 640px; height: 407px; padding-top: 10px;}

/* DOWNLOAD */
#download #wrapper #contentContainer #content { 
	padding-top: 0px; 
	margin-top: 0px; 
	height: 380px;
	overflow:auto; 
}






/********** FOOTER ***********/
#footer #menuFooter {
	list-style: none;
	margin: 0px auto;
	padding: 0px;
	height: 25px;
	text-align:center;
	position: relative;
	top: 10px;
}
#footer #menuFooter li {
	display: inline;
	font-size: .9em;
	border-left: 1px solid #CCCCCC;
	padding: 4px 11px;
	margin: 0px;
}
#footer #menuFooter li a {
	text-decoration:none;
	color: #707070;
}
#footer #menuFooter #footerHome {
	border-width: 0px;
	border-style: none;
}
/********** END FOOTER ***********/




/********** H1 TAGS *************/

h1 {
	color: #d22020;
	font-weight: bold;
	/*font-size: 18px;*/
	font-size:1.8em;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-bottom: 4px;
	margin-top: 20px;
}
#home #contentContainer h1 { margin: 0px; padding: 0px; }
#affinity #contentContainer h1 { margin: 0px 0px 0px 0px; font-size: 2.1em; padding: 0px; font-weight: bold; }
#affinity #contentContainer h1 .gray { color: #7D7D7D; font-size: 14px; font-weight: normal; }
#affinityscroll #contentContainer h1 { margin: 0px 0px 10px 27px; font-size: 2.1em; padding: 0px; font-weight: bold; }
#contentContainer h1 { margin-top: 19px; padding-left: 27px; clear: right; margin-bottom: 20px;
	line-height:120%; }
#about #contentContainer h1 { margin-bottom: 15px; }
#company #contentContainer h1 { margin: 17px 0px 4px 0px; }
#press #contentContainer h1 { margin: 17px 0px 4px 0px; padding: 0px; }
#account #contentContainer h1 { margin: 0px 0px 8px 0px; padding: 0px; }

#hiw #contentContainer h1 {
	margin-bottom: 0px;
}


#tutorial #contentContainer h1 { margin-bottom: 0px;  }
#download h1 { margin-bottom: 6px; padding-bottom: 0px; }
#feedback h1 { padding-top: 10px; }
#note h1, #noteHome h1,
#notegrid h1 {
	background: url(../_images/h1-notegrid.gif) center left no-repeat;
	padding-left: 25px;
	margin-left: 29px;
	margin-top: 16px;
	margin-bottom: 0px;
}

#file h1 { background: url(../_images/h1-filedrawer.gif) center left no-repeat;
	padding-left: 36px;
	margin-left: 26px;
	margin-top: 16px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#feat h1 { 
	padding-left: 28px;
	margin-left: 27px;
	margin-top: 17px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#feat h1#features {
	background: url(../_images/h1-notegrid.gif) center left no-repeat;
	padding-left: 25px;
	margin-left: 29px;
	margin-top: 16px;
	margin-bottom: 0px;
}
#feat #email { background: url(/_images/h1-email.gif) center left no-repeat; }
#feat #Email { background: url(/_images/h1-email.gif) center left no-repeat; }
#feat #print { background: url(/_images/h1-print.gif) center left no-repeat; }
#feat #capture { background: url(/_images/h1-capture.gif) center left no-repeat; padding-left: 37px; }
#feat #favorites { background: url(/_images/h1-favorites.gif) center left no-repeat; padding-left: 29px; }
#feat #history { background: url(/_images/h1-history.gif) center left no-repeat; }
#feat #rightclick { background: url(/_images/h1-filedrawer.gif) center left no-repeat; padding-left: 37px; font-size: 18px; }
#feat #dropdown { background-image: none; margin-left: 0px; }
#note #personalize, #note #browserintegration { margin-left: 5px; background-image: none; }
#note #rss { background: url(/_images/h1-rss.gif) center left no-repeat; padding-left: 29px; }
#noteHome #websearch  { background: url(/_images/h1-websearch.gif) center left no-repeat; padding-left: 26px; }
#noteHome #notemark { background: none; width: 360px; margin-left: 0px; line-height: 19px; }
#images h1 { margin-top: 16px; margin-bottom: 4px; }

#window h1 {
	padding-left: 0px;
	margin-left: 28px;
	margin-top: 19px;
	margin-bottom: 0px;
}


/********** END H1 TAGS *********/





/********** H2 TAGS *********/
h2 { 
	margin: 0px 0px 6px 0px;
	padding: 0px;
	color: #7d7d7d; font-size: 1.1em; font-weight: normal; 
	font-family: "Helvetica Neue", Helvetica, Verdana, Arial,sans-serif;  }

#company h2 { margin-left: 27px; }
#account h2 { font-size: 1.2em; /*margin-bottom: 3px; */}
#affinity h2 { color: #d22020; font-size: 1.6em; font-weight: bold; }
#affinity .gray { color: #7d7d7d; font-size: 1.1em;}
#download h2 { color: #636363; font-size: 1.2em; margin-top: 2px; margin-left: 13px; }
#tutorial h2 { font-size: 12px; font-weight: bold; color: #d22020; margin-left: 34px; }

/********** END H2 TAGS *********/

h6 {
	color: #004a80;
	font-size: 14px;
	margin: 25px 0px 0px 10px;
	padding: 0px;
	font-weight: normal;
}


#download h3 { font-size: 14px; margin-top: 25px; text-align: right;}

p {
	margin-top: 3px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	/*font-size: 11px;*/
	font-size: 1.1em;
	/*width: 344px;*/
}

#hiw p { padding: 0px; margin: 0px; font-size: 1em; width: 569px; line-height: normal }
#window p { padding: 0px; margin: 0px; font-size: 1em; }
#noteHome p, #note p { width: 516px; margin:0px; }
#file p { width: 586px; margin:0px; 
	margin-bottom: 4px;
	line-height: normal; padding-top: 0px;
}
#feat p { width: 566px; margin-top:2px; margin-bottom: 10px;  }
#feat p img { margin-top: 22px; }
#download #left p { text-align: right; width: 290px; }
#news p { width: auto; }

#etoNotice { display: none; }

input { color: #333; }

ol { margin: 0px; padding: 0px 15px 0px 15px;}
* html ol { padding-left: 20px; margin-left: 10px; }
ol li { padding: 0px 0px 15px 0px; letter-spacing: normal; }
ol ol { list-style-type: lower-alpha; margin-left: 23px; }
ol ol li { padding: 18px 0px 0px 0px; }



/* PRESS PAGE */

#press a { color: #D22020; text-decoration: none; }
#press a:hover { text-decoration: underline; color: #7d7d7d; }

#left { 
	float: left;
	width: 300px;
	padding-top: 10px;
}

#company #wrapper #contentContainer #content #left { padding-top: 5px; width: 200px; }
#company #wrapper #contentContainer #content #right { padding-top: 15px; }

#dmk { 
	float: left;
	width: 300px;
	height: 55px;
	margin-left: 80px;
	background: url(../_images/press-dmk.gif) 0px 130px no-repeat;
	padding-top: 205px;
}

#dmk a {
	display: block;
	text-align: center;
	background-image:url(../_images/menuMain_bg.jpg);
	width: 125px;
	height: 18px;
	margin: 0 auto;
	text-decoration: none;
	padding-top: 2px;
	font-size: 10px;
}

#dmk a:hover { text-decoration: none; 
	background-image:url(../_images/menuMain_bg_hover.gif);}

.blurb {
	border: 1px #c0c0c0 solid;
	margin: 12px 0px 12px 45px;
	padding: 4px;
	color: #313131;
	line-height: 12px;
	width: 375px;
}





/* AFFINITY */
#affinity #wrapper #contentContainer #content img, #affinityscroll #wrapper #contentContainer #content img  { padding-left: 40px; padding-right: 20px; }
#affinity #wrapper #contentContainer #content p { width: 640px; }
#affinity #wrapper #contentContainer #content p b { font-size: 1.2em; line-height: normal; font-weight: bold; }
#affinity #wrapper #contentContainer #content #list { font-size: 1em; margin-left: 250px; }
#affinity #wrapper #contentContainer #content #list b { font-size: 0.95em; font-weight: bold; }
#affinity #wrapper #contentContainer #content #list p { 
	background: url(../_images/bullet-red.gif) center left no-repeat; 
	padding-left: 23px;
	padding-right: 70px;
	width: auto;
	line-height: normal;
}
#affinity #wrapper #contentContainer #content #list p.nobullet {
	background: none;
	background-image: none;
} 


/* ABOUT PAGE */
#about .left { float:left; width: 163px; padding: 22px 18px 15px 61px; }
#about .right { float: left; width: 403px; }
#about img { margin-right: 20px; }




/* MY ACCOUNT PAGE */
#account .left { float:left; width: 140px; text-align: right; font-size: 14px; line-height: 150%; }
#account .right { float: left; width: 200px; padding-left: 20px; line-height: 150%; }
#account input {
	border: 1px #7d7d7d solid; margin-bottom: 6px; font-size: 10px;
}
#account input#button { 
	border:0px; 
	background: transparent url(../_images/button-bg.gif) top left no-repeat; 
	width: 125px; 
	height: 20px; 
	text-align: center;
	font-size: 12px;
	color: #7d7d7d;
	margin-left:110px;
}





/* HOW IT WORKS PAGE */
#hiw #content .left { float: left; width: 412px; padding-top: 13px; padding-left: 11px; }
#hiw #content .right { float: left; width: 287px; padding-top: 15px; }
#hiw #content .right p { width: 250px; }

#hiw h3 { font-size: 1.1em; font-weight: 750; margin: 0px; padding:0px; margin-bottom: 2px; }
#hiw h4, #window h4 { font-size: 11px; margin: 3px 0px 1px 0px; padding:7px 0px 0px 0px; }
#hiw .list { 
	font-size: 1em; 
	line-height: 12px; color: #646464;
	padding-top: 3px; margin-bottom: 8px;
}

#hiw #content #drag .left { width: 410px; }
#hiw #content #drag .right { width: 255px; }
#hiw #drag .right img { margin: 0px 6px 34px 0px; }

#hiw #content #mark .left { width: 377px; padding-left: 17px; padding-right: 20px; }
#hiw #content #mark .right { width: 269px; }
#hiw #content #mark .left img { margin: 0px 6px 34px 0px; }
#hiw #content #mark .right .list img { margin: 2px 6px 34px 0px; }
#hiw #content #mark .left b { color: #E92026; font-weight: 750; }

#hiw #content #manager .right, #window #content .right { 
	float: right; width: 336px; padding-top: 36px; line-height: 98%; font-size: 10px; }
#hiw #content #manager .right .list, #window #content .right .list {
	margin: 5px 6px 3px 0px; }




/* NOTEGRID */
#noteHome .left { float: left; text-align: right; width: 360px; padding-right: 15px; }
#noteHome .right { float: left; width: 95px; padding-top: 50px; }



/* NOTEMARK*/
#noteHome #left { float: left; width: 303px; padding-top: 10px;}
#noteHome #right { float: left; width: 290px; padding-left: 35px; }
#noteHome #left p { width: 303px; line-height: 15px; padding: 10px 0px; font-size: 1em; }
#noteHome #left p a { color: #0072BC; }


/* FILE DRAWER */
#file .left { float: left; text-align: right; width: 380px; padding-right: 20px; }
#file .right { float: left; width: 260px; padding-top: 42px;
	font-size:1.1em;
}
#file .list { clear: right; margin-top: 8px; }
#file .list img { margin: 2px 6px 13px 0px; }
#file p { line-height: 120%; }



/* FEATURES */
#feat .left, #feat .right { float: left; width: 255px; padding: 20px; text-align: center; }
#feat .left p, #feat .right p { width: auto; padding-top: 7px; text-align: left; line-height: 15px; }
#feat .left img, #feat .right img { margin: 0px; }
#feat .left p img, #feat .right p img {
	margin: 0px 5px 55px 0px;
}
#fineprint {
	font-size: .9em;
	font-weight: 450;
	width: 320px;
	margin-top: -15px;
	line-height: 135%;
}
#notegrid #fineprint {
	font-size: .9em;
	font-weight: 450;
	line-height: 135%;
	margin-top: -35px;
	width: 300px;
}


/* NOTEMARK IMAGES */
#images .left { float: left; width: 365px; padding-left: 35px; }
#images .right { float: left; width: 185px; text-align: center;  }



/* LIVE RSS IMAGES */
#note .left { float: left; width: 412px; text-align: right; padding-right: 10px; padding-top: 30px; }
#note .right { float: left; width: 95px; padding-top: 90px; }



/* SEARCH & SAVE */
#noteHome .left { padding: 18px 0px 0px 13px;}
#noteHome #ss { position: absolute; width: 360px; top: 377px; left: 235px; font-size: 1em; }
#noteHome #ss img { margin: 0px 6px 30px 0px; }


/* NOTEGRID */
#notegrid .left {
	float: left;
	width: 125px;
	padding-top: 18px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 130px;
	text-align: right;
}
#notegrid #ss { position: absolute; width: 360px; top: 377px; left: 235px; font-size: 1em; }
#notegrid #ss img { margin: 0px 6px 30px 0px; }

/* AFFINITY */
/*#affinity #menu p { font-size: 10px; width: 140px; }*/


/* DOWNLOAD */
#download #left { 
	width: 330px; 
	padding-top: 10px; 
	padding-right: 25px; 
	padding-left: 10px; 
	text-align: right; 
}
#download #left ul { width: 315px; list-style: none; margin-left: 0px; padding-left: 0px; }
*html #download #left ul { margin-bottom: 0px; } /* IE 6 and Lower */
*+html #download #left ul { margin-bottom: 0px; } /* IE 7 */
#download #wrapper #contentContainer #content #left ul li { 
	background:url(../_images/download-bullet.gif) 0px 3px no-repeat; padding-left: 20px;
	margin-left: 0px; margin-bottom: 20px; text-align: left; }
#download .field { 
	border: 1px #7d7d7d solid; 
	font-size: 10px; 
	width: 180px; 
	/*margin: 6px 0px 7px 0px; */
}
#download .left { float: left; width: 170px; padding: 43px 20px 0 0; font-size: 14px; line-height: 155%; text-align: right; }
#download .right { float: left;  width: 200px; padding-top: 40px; }
#download .button { padding-bottom: 3px; }
#download .interface, #account .interface { position: absolute; top: 40px; left: 420px; z-index: 100; }


/* TUTORIALS */
#tutorial .left, #tutorial .right {
	width: 353px;
	float: left;
	margin: 30px 0px 0px 13px;
}
#tutorial .right { margin-left: 0px; width: 392px; }

#tutorial ul.tuts { 
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#tutorial ul.tuts li { 
	height: auto;
	width: 353px;
	margin: 0px;
	padding: 0px;
}
#tutorial .right ul.tuts li { width: 392px; }

#tutorial #wrapper #contentContainer ul.tuts li a { 
	font: 1em Arial, Helvetica, sans-serif;
	color: #7d7d7d;
	font-weight: bold;
	text-decoration: none;
	padding: 8px 0px 8px 35px;
	margin: 0px;
	display: block;
	width: 318px;
	height:23px;
}
#tutorial #wrapper #contentContainer ul.tuts li a:hover {
	color: #d22020; 
}
#tutorial #wrapper #contentContainer .right ul.tuts li a { width: 370px; }

#tutorial ul.tuts li.dragdrop{
	background: url(../_images/tut-dragdrop.gif) center left no-repeat;
}
#tutorial ul.tuts li.folders {
	background: url(../_images/tut-folders.gif) center left no-repeat;
}
#tutorial ul.tuts li.notewindow {
	background: url(../_images/tut-notewindow.gif) center left no-repeat;
}
#tutorial ul.tuts li.mynotemark {
	background: url(../_images/tut-mynotemark.gif) center left no-repeat;
}
#tutorial ul.tuts li.rightclick {
	background: url(../_images/tut-rightclick.gif) center left no-repeat;
}
#tutorial ul.tuts li.files {
	background: url(../_images/tut-files.gif) center left no-repeat;
}
#tutorial ul.tuts li.share {
	background: url(../_images/tut-share.gif) center left no-repeat;
}	
#tutorial ul.tuts li.search {
	background: url(../_images/tut-search.gif) center left no-repeat;
}
#tutorial ul.tuts li.print {
	background: url(../_images/tut-print.gif) center left no-repeat;
}
#tutorial ul.tuts li.favorites {
	background: url(../_images/tut-favorites.gif) center left no-repeat;
}
#tutorial ul.tuts li.screen {
	background: url(../_images/tut-screen.gif) center left no-repeat;
}
#tutorial ul.tuts li.reminder {
	background: url(../_images/tut-reminder.gif) center left no-repeat;
}

#tutorial ul.tuts li.collapse {
	background: url(../_images/tut-collapse.gif) center left no-repeat;
}

#tutorial p {
	margin: 2px 0px 16px 10px;
	padding: 0px;
	font-size: 1em;
}
#tutorial h2 {
	margin: 25px 0px 2px 10px;
	padding: 0px;
	font-weight: bold;
	font-size: 1.1em;
	color: #747474;
}

/* ACCOUNT FORM */
#accountForm {
	width:320px;
}
#accountForm td, #accountForm input {
	font-size: 11px;
	line-height: 135%;
}

#accountForm input {
	margin-left: 6px;
	width: 120px;
}

#accountForm input#opt_in {
	margin-left: 6px;
	width: auto ;
}

#accountForm INPUT#button {
	BORDER-TOP-WIDTH: 0px; BORDER-LEFT-WIDTH: 0px; FONT-SIZE: 12px; BACKGROUND: url(../_images/button-bg.gif) no-repeat left top; FLOAT: right; BORDER-BOTTOM-WIDTH: 0px; WIDTH: 125px; COLOR: #7d7d7d; HEIGHT: 20px; TEXT-ALIGN: center; BORDER-RIGHT-WIDTH: 0px
}

/*  SHARE THE NOTEMARK FORM */
#share label {
	width: 80px;
	padding: 6px 0px 0px 0px;
	margin: 0px;
	clear: both;
}
#share input {
	float:l eft;
}
#share div {
	width: 290px;
}
#share #accountEmailDisplay {
	float: left;
	width: 194px;
}

.error {
	font-weight: bold;
	color: #ff0000;
	font-size: 11px;
	text-align: right;
}
#download label {
	/*float:left;*/
	padding:0px;
	margin:0px;
	margin-right:10px;
	width:100px;
	line-height:135%;	/*border:#FF0000 solid 1px;*/
}
#download form div {
	padding:0px;
	margin:4px 0px;
	/*border:blue solid 1px;*/
}

.clearFloat {
	clear:both;
	padding:0px;
	margin:0px;
}




/* FEEDBACK */
p a.callout1, p a.callout2 {
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	background-color:transparent;
	padding-left:47px;
	line-height:35px;
	display:block;
	height:35px;
	width:100px;
	text-decoration:none;
}

p a.callout1 {
	background:#fff url(/feedback/images/sfeedback.png) 0 0 no-repeat;
}

p a.callout2 {
	background:#fff url(/feedback/images/sreportbug.png) 0 0 no-repeat;
}

p a.callout1:hover {
	background:#fff url(/feedback/images/sfeedback_o.png) 0 0 no-repeat;
}

p a.callout2:hover {
	background:#fff url(/feedback/images/sreportbug_o.png) 0 0 no-repeat;
}

p a.callout1:hover, p a.callout2:hover {
	color:#d22020;
}


#myaccountContent {
	padding-left:12px;
}

#myaccountContent #myaccountMenu {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#myaccountContent #myaccountMenu li {
	margin-bottom:10px;
}
#myaccountContent #myaccountMenu li#tutorial {
	padding-top:10px;
}

#contentContainer #content input#button,
#contentContainer #content a.button:link,
#contentContainer #content a.button:visited {
	color:#333;
	background-image:url(/_images/menuMain_bg.jpg);
	background-repeat:no-repeat;
}

#contentContainer #content a.button:hover {
	color:#333;
	background-image:url(/_images/menuMain_bg_hover.gif);
}

.finePrint {
	font-size:9px;
}
