body {
	background-image: url(../images/home/bg_home_page.gif);
	background-repeat:repeat-x;
	background-position: top left;
	height:100%;
	margin: 0;
}
a {
	text-decoration:none;
	color: #3585A7;
}
a:hover {
	text-decoration:underline;
	color: #267191;
}
a:active {
	text-decoration:underline;
	color: black;
}
a.disabled {
	color: #C2DDE7;
	cursor:default;
}

.adCenter {
	position:absolute;
	left: 8px;
	top: 8px;
	width: 220px;
}
.adLeft {
	position:absolute;
	left: 5px;
	top: 1px;
	width: 200px;
	text-align: left;
}
.adRight {
	position:absolute;
	right: 5px;
	bottom: 0px;
	width: 200px;
	text-align: right;
}
#donatePopup {
	position:absolute;
	right: 10px;
	bottom: 10px;
	width: 200px;
	height: 80px;
	white-space:normal;
	font-size: 90%;
	padding: 0px;
	border: 0px none;
	display: none;
	z-index: 777;
	text-align:center;
	vertical-align: bottom;
	background-image:url(../images/home/donationInfo.gif);
	background-repeat: no-repeat;
}
#blogdonate {
	width: 230px;
	margin: 0px;
	overflow: hidden;
	font-size: 10px;
	position: absolute;
	right: 9px;
	bottom: 2px;
	background:#FFFFFF;
	border-top: 1px solid #CCCCCC;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding-top: 4px;
	white-space:nowrap;
	height: 14px;
}
#blogdonate form{
	display: block;
	position: absolute;
	right: 1px;
	top: 2px;
	width: 109px;
	height: 17px;
}
#blogdonate2 {
	width: 230px;
	margin: 0px;
	overflow: hidden;
	font-size: 10px;
	position: absolute;
	right: 9px;
	bottom: 2px;
	background:#FFFFFF;
	border-top: 1px solid #CCCCCC;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding-top: 4px;
	white-space:nowrap;
	height: 54px;
}
#blogdonate2 form{
	display: block;
	position: absolute;
	left: 1px;
	bottom: 0px;
	width: 109px;
	height: 17px;
}

.adHeadline {font: bold 11px Verdana,Arial; text-decoration: underline; display:block; clear:both; height: 12px; cursor:pointer;}
.adText {font: normal 9px Verdana,Arial; text-decoration: none; color:#333333; line-height: 9px;}
a.adText:hover, a.adText:active {
	text-decoration: none;
	color: #267191;
}
#importButton {
	width: 76px;
	heigh: 22px;
	float: right;
	margin-right: 20px;
}

#exportTypes {
	margin-top:10px;
}
#exportOptions {
	border-top: 1px solid #E8E8E8;
	padding-left: 10px;
	padding-top: 15px;
	margin-top: 20px;
	margin-bottom: 20px;
	position: relative;	
}
#exportOptions #exporttitle {
	position: absolute;
	left: 10px;
	padding-left: 5px;
	top: -8px;
	font-size: 90%;
	color:#666666;
	background-color:white;
	overflow:visible;
}
#ANNOUNCEMENT {
	background-image:none;
	position:absolute;
	left: 355px;
	top: 18px;
	height: 60px;
	font-size:11px;
	font-family:Tahoma, Verdana, Arial, sans-serif;
	width:370px;
	z-index:1000;
	line-height: 10px;
	color:#526C70;
}
#ANNOUNCEMENT strong {
	color:#D43827;
}
#header {
	height: 70px;
	width: 100%;
	overflow: hidden;
	position:relative;
	cursor: default;
}

	#header #logo {
		display: block;
		position:absolute;
		left:10px;
		top:0;
		background-image:url(../images/home/logo_home.gif);
		width:339px;
		height:70px;
		z-index:10;
	}
	#header #headercontent {
		position:absolute;
		right:125px;
		top:0px;
		background-image:url(../images/home/bg_home_header_rt.gif);
		width:401px;
		height:70px;
		z-index:9;
		text-align:right;
		padding: 4px;
		font-family:Tahoma, Verdana, Arial, sans-serif;
		font-size: 12px;
		letter-spacing:1px;
	}

	body.loggedin {
		background-image: url(../images/home/bg_home_page_loggedin.gif);
	}
	body.loggedin #header #logo{
		background-image:url(../images/home/logo_home_loggedin.gif);
	}
	body.loggedin #header #headercontent{
		background-image:url(../images/home/bg_home_header_rt_loggedin.gif);
	}

	#headerTabs {
		position:absolute;
		height:23px;
		width: 350px;
		bottom: 18px;
		right:0px;
		text-align:right;
		overflow: hidden;
	}
	#headerTabs div {
		float:right;
		clear:none;
		height:23px;
		width: auto;
		position:relative;
		background-image:url(../images/home/headertab_m.gif);
		background-repeat:repeat-x;
		padding: 6px 2px 0 2px;
		margin: 0 6px 0 7px;
	}
	#headerTabs div.selected {
		padding-top: 4px;
		background-image:url(../images/home/headertab_sel_m.gif);
	}
	#headerTabs div a {
		font-size: 12px;
		font-weight:bold;
		margin: 0;
		padding: 0;
		text-decoration:none;
		background-color: transparent;
	}
	#headerTabs div.selected a {
		color:#000000;
	}
	#headerTabs div a .left {
		display:block;
		position:absolute;
		width:6px;
		height:23px;
		left:-6px;
		top:0px;
		background-image:url(../images/home/headertab_l.gif);
		background-repeat:no-repeat;
	}
	#headerTabs div.selected a .left {
		background-image:url(../images/home/headertab_sel_l.gif);
	}
	#headerTabs div a .right {
		display:block;
		position:absolute;
		width:6px;
		height:23px;
		right:-6px;
		top:0px;
		background-image:url(../images/home/headertab_r.gif);
		background-repeat:no-repeat;
	}
	#headerTabs div.selected a .right {
		background-image:url(../images/home/headertab_sel_r.gif);
	}
	#header #headercontent #topright a {
		text-decoration:none;
		color: #3585A7;
	}
	#header #headercontent #topright a:hover {
		text-decoration:underline;
		color: #267191;
		background-color:white;
	}
	#header #headercontent #topright a:active {
		text-decoration:underline;
		color: black;
		background-color:white;
	}
#bubbles {
	width:10%;
	height:10px;
	position:absolute;
	padding:0;
	margin: 0;
	overflow: hidden;
	left:5px;
	top: 70px;
}
#rpanel {
	width:10%;
	height:10px;
	position:absolute;
	padding:0;
	margin: 0;
	background-color:white;
	overflow: hidden;
	top: 70px;
	right: 120px;
}
	#control {
		overflow:hidden;
		overflow-X:hidden;
		overflow-Y:auto;
		padding:10px 10px 10px 10px;
		font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		position:relative;
	}
		#control #errormsg {
			position:absolute;
			width: 230px;
			height: 30px;
			background-color:white;
			top:5px;
			left:10px;
			overflow:hidden;
		}
		#control #errormsg span {
			font-size:12px;
			color:#C44639;
			position:relative;
			top: 6px;
		}
		#control #errormsg #eicon {
			background-image:url(../images/home/ico_error.gif);
			background-position:center;
			width:30px;
			height:30px;
			float:left;
			clear:none;
			position:relative;
		}
		#control #editingSession label {
			padding-right: 10px;
			background-image:url(../images/home/editing_left.gif);
			background-repeat:no-repeat;
			background-position:top right;
			height: 22px;
			display: block;
			float:left;
			padding-top: 4px;
		}
		#control #editingSession input {
			background-image:url(../images/home/editing_mid.gif);
			background-repeat:repeat-x;
			height:22px;
			margin:0;
			padding-top: 0px;
			line-height: 22px;
			font-weight: bold;
			border: 0px none;
			width: 130px;
			display:block;
			float:left;
		}
		#control #btnSave {
			width: 46px;
			height:22px;
			background-image:url(../images/home/btnSave.gif);
			cursor:pointer;
			float:left;
		}
		#control #btnSaveCont .over {
			background-image:url(../images/home/btnSave_o.gif);
		}
		#control #btnSaveCont .down {
			background-image:url(../images/home/btnSave_d.gif);
		}
		#control #btnSave.disabled {
			background-image:url(../images/home/btnSave_disabled.gif);
		}
		#control #btnFindFriendCont{
			width:22px;
			height: 22px;
			position: absolute;
			right: 6px;
			top: -3px;		
		}
		#control #btnFindFriend {
			display:block;
			width: 22px;
			height:22px;
			background-image:url(../images/home/btnFind.gif);
			cursor:pointer;
			float:left;
		}
		#control #btnFindFriendCont .over {
			background-image:url(../images/home/btnFind_o.gif);
		}
		#control #btnFindFriendCont .down {
			background-image:url(../images/home/btnFind_d.gif);
		}
		#control #friendsFound {
			clear: both;
			width: 200px;
			height: 45px;
			margin-left: 5px;
			padding: 2px;
			overflow:auto;
			overflow-X:hidden;
			position:relative;
			top: -5px;
		}
		#control #friendsFound a {
			font-size:11px;
			padding: 0 0 0 24px;
			background-image:url(../images/home/ico_friend_add.gif);
			background-repeat:no-repeat;
			background-position: top left;
			height:20px;
			display:block;
			float:left;
			clear:both;
			overflow: visible;
			height:15px;
			width: 200px;
			cursor: pointer;
		}
		#control #friendsFound a:hover, #control #friendsFound a:active {
			background-image:url(../images/home/ico_friend_add_o.gif);
		}		
		#control h5 {
			clear: both;
			font-size:14px;
			margin: 0px 0 0 0;
			padding: 12px 0 0 0;
			height: 20px;
			background-image:url(../images/home/control_dotted_bg.gif);
			background-repeat:repeat-x;
			background-position: 0px 6px;
			cursor:default;
		}

		#control #shareSheetButtons {
			clear:both;
			position:relative;
			height: 25px;
		}
		#control .padLbl {
			padding-left:82px;
			margin-top: 4px;
			vertical-align:middle;
		}
		#control #buttons {
			width:100%;
			overflow:visible;
			white-space:nowrap;
			color:#999999;
			cursor:default;
		}
		#control #buttons a {
			text-decoration:none;
			color: #3585A7;
		}
		#control #buttons a:hover {
			text-decoration:underline;
			color: #267191;
			background-color:white;
		}
		#control #buttons a:active {
			text-decoration:underline;
			color: black;
			background-color:white;
		}
		#control #buttons a.disabled, #control #buttons a.disabled:hover, #control #buttons a.disabled:active {
			text-decoration:none;
			color: #C2DDE7;
			cursor:default;
		}
		#control #editingsaving {
			height:26px;
			width: 250px;
			overflow: hidden;
			cursor: default;
		}
		#control #sessionList {
			width:230px;
			font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
			overflow: auto;
			overflow-X: hidden;
			overflow-Y: auto;
			background-image:url(../images/home/bg_sessionlist.gif);
			background-repeat:repeat-x;
			margin-top: 10px;
			border:1px solid;
			border-top-color: #CCCCCC;
			border-right-color: #ececec;
			border-bottom-color: #f4f4f4;
			border-left-color: #ececec;
			background-position:top left;
			padding: 0 0 0 0;
			position:relative;
		}
			#control #sessionList h4{
				width:100%;
				text-align:center;
				font-size: 14px;
				color:#999999;
				margin: 10px 0 0 0;
				padding: 0;
				cursor: default;
			}
			
			#control #sessionList div {
				height:26px;
				font-size:12px;
				font-weight:bold;
				overflow:hidden;
				cursor:default;
				color:#000000;
				position:relative;
				background-image:none;
				margin: 0 0 0 0;
				padding: 0 0 0 0;
				width:100%;
			}
			#control #sessionList div.smallgrey, #ssFriends div.smallgrey, #ftFriends div.smallgrey {
				font-size:10px;
				font-weight:normal;
				letter-spacing:1px;
				text-align:center;
				padding: 10px;
				color:#999999;
			}
			#control #sessionList div.selected {
				color:#317794;
				background-image:url(../images/home/bg_sess_selected.gif);
			}
			#control #sessionList div.over {
				background-color:#eaf7fc;
			}
			#control #sessionList #usershares {
				background-image:url(../images/home/bg_usershares.gif);
				height: 36px;
				padding: 0;
				margin: 0;
				
			}
			#control #sessionList div#usershares.active {
				background-image:url(../images/home/bg_usershares_active.gif);
			}
			#control #sessionList div#usershares span {
				position:relative;
				top: 7px;
				left: 36px;
				font-size: 16px;
				letter-spacing: 0px;
				height: 22px;
				overflow:hidden;
				display:block;
			}
				#control #sessionList div #icon {
					background-image:url(../images/home/ico_sess.gif);
					background-position:center center;
					background-repeat:no-repeat;
					width: 26px;
					height:26px;
					float:left;
				}
				#control #sessionList div #iconshared {
					background-image:url(../images/home/ico_sess_shared.gif);
					background-position:center center;
					background-repeat:no-repeat;
					width: 26px;
					height:26px;
					float:left;
				}
				#control #sessionList div #iconsharedlocked {
					background-image:url(../images/home/ico_sess_sharedlocked.gif);
					background-position:center center;
					background-repeat:no-repeat;
					width: 26px;
					height:26px;
					float:left;
				}
				#control #sessionList div #iconcanread {
					background-image:url(../images/home/ico_rw_read.gif);
					background-position:center center;
					background-repeat:no-repeat;
					width: 26px;
					height:26px;
					position:absolute;
					right:0px;
				}
				#control #sessionList div #iconcanwrite {
					background-image:url(../images/home/ico_rw_write.gif);
					background-position:center center;
					background-repeat:no-repeat;
					width: 26px;
					height:26px;
					position:absolute;
					right:0px;
				}
				#control #sessionList div label {
					display: block;
					font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
					font-size: 12px;
					width: 175px;
					text-overflow:ellipsis;
					overflow:hidden;
					overflow-X:visible;
					overflow-Y:visible;
					white-space:normal;
					line-height: 30px;
					position:relative;
					top: -2px;
					float:left;
					padding-top: 0px;
					height: 25px;
				}
				#control #sessionList div input {
					width: 175px;
					height: 16px;
					margin-top: 2px;
					padding: 1px;
					font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
					font-size: 12px;
					background-color:#EAF7FC;
					border:1px solid;
					border-left-color: #527794;
					border-right-color: #527794;
					border-bottom-color: white;
					border-top-color: #4A5660;
				}
				#control #sessionList div span {
					margin-left: 5px;
					font-weight: normal;
				}
				#control #block {
					width:210px;
					height:25px;
					white-space:nowrap;
					clear:both;
					position:relative;
				}
					#control #block label {
						display: block;
						width: 75px;
						height: 22px;
						float: left;
						overflow: hidden;
						text-align:right;
						padding-right: 15px;
						padding-top: 3px;
						background-image:url(../images/home/editing_left.gif);
						background-position:top right;
						background-repeat: no-repeat;
					}
					#control #block label.wide {
						width: 220px;
						clear:both;
					}
					#control #block label.nobackground {
						background-image: none;
					}
					#control #block label.short {
						width:50px;
					}
					#control #block a {
						position:relative;
						left: 9px;
						top: 3px;
					}
					#control #block label.error {
						color: #EC3E2B;
						border-left:4px solid #EC3E2B;
						padding-right: 11px;
					}
					#control #block input {
						display: block;
						width: 100px;
						height:22px;
						float: left;
						padding-top: 2px;
						background-image:url(../images/home/editing_mid.gif);
						border: 0px none;
						font-weight: bold;
					}
					#control #block input.focus, #control #editingSession input.focus {
						background-image:url(../images/home/editing_mid_focus.gif);
					}
					#control #block #cap {
						display: block;
						width: 10px;
						height:22px;
						float: left;
						background-image:url(../images/home/editing_right.gif);
						background-repeat:no-repeat;
					}
					#control #block input#eaAnnouncement, #control #block input#eaAnnouncement2 {
						position:relative;
						top:8px;
						left: 10px;
						width:15px;
						height:15px;
					}
					#control #block label.smalltext {
						position: absolute;
						right:0px;
						font-size: 10px;
						clear:none;
						background-image: none;
						width:155px;
						display:block;
						text-align:left;
						height: 30px;
					}
					#control #createAccountProgress, #control #signinAccountProgress{
						float: left;
						clear: both;
						height: 28px;
						margin-top: 15px;
					}
		#helpHead {
			background-image:url(../images/home/helpHead_open.gif);
			height: 18px;			
			position:relative;
		}
		#helpHead a#helpstep {
			display: block;
			position: absolute;
			top: 3px;
			right: 10px;
			font-family:Verdana, Arial, Helvetica, sans-serif;
			font-size: 10px;
			text-decoration: none;
			font-weight: bold;
		}
		#helpHead.closed {
			background-image:url(../images/home/helpHead_closed.gif);
		}
		#helpHead.closed a#helpstep {
			display: none;
		}
		#help {
			font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
			font-size: 10px;
			overflow: auto;
			padding: 2px 5px 0px 5px;
		}
		#help div {
			margin-top:5px;
		}
		#help ul {
			margin: 0px;
		}
		h6 {
			font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
			font-size: 14px;
			color:#D43827;
			margin:5px 0px 10px 0px;
			cursor: default;
		}
		#contactBubblus {
			overflow:hidden;
		}
		#announcement ul {
			margin:0;
			padding:0 0 0 17px;
		}
		#announcement li {
			list-style:url(../images/index/bullet_1.gif);
			list-style-position:outside;
			font-size:11px;
			margin-bottom:2px;
		}
		#exportSheet h4, #importSheet h4, #createAccount h4, #signinAccount h4, #forgotPassword h4, #editAccount h4, #contactBubblus h4, #inviteFriend h4, #announcement h4, #linkSheet h4, #embedSheet h4 {
			font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
			font-size: 14px;
			color:#317794;
			margin:5px 0px 10px 0px;
			cursor: default;
		}
		#dialogText {
			font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
			font-size: 12px;
			cursor: default;
			margin: 0px 10px 0px 10px;
		}
		#dialogTextSmall {
			font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
			font-size: 11px;
			cursor: default;
			margin: 0px 10px 0px 10px;
		}
		#dialogTextSmall.altmargin, #dialogText.altmargin {
			margin: 5px 0px 5px 5px;
		}
		
			#dialogText span {
				font-weight:bold;
				border-bottom: 1px dotted #CCCCCC;
				position:relative;
			}
			#dialogText #threebtns {
				width:183px;
				margin-left: 25px;
				margin-top: 15px;
			}
			#dialogText #twobtns {
				width:183px;
				margin-left: 35px;
				margin-top: 15px;
			}
			#dialogText #onebtn {
				width:183px;
				margin-left: 0px;
				margin-top: 15px;
			}
				#ssFriends, #ftFriends {
					width: 205px;
					font-family:Verdana, Arial, Helvetica, sans-serif;
					font-size: 12px;
					margin-top:10px;
					margin-bottom:10px;
					height: 120px;
					border:1px solid;
					border-top-color: #CCCCCC;
					border-right-color: #ececec;
					border-bottom-color: #f4f4f4;
					border-left-color: #ececec;
					position:relative;
					overflow:auto;
					overflow-y:auto;
					overflow-x:hidden;
				}
				#loadingFriends {
					padding: 10px;
					color:#999999;
				}
				#friendItem {
					height:20px;
					clear:both;
					overflow:hidden;
					white-space:nowrap;
					position:relative;
					background-image:url(../images/home/ico_friend.gif);
					background-position:top left;
					background-repeat: no-repeat;
				}
				#friendItem.friendActive {
					background-image:url(../images/home/ico_friend_active.gif);
				}
				#friendItem label {
					width:180px;
					position:absolute;
					left:20px;
					top: 2px;
					height:16px;
					vertical-align:middle;
				}
				#friendItem a {
					position:absolute;
					top: 0px;
					height:20px;
					width:20px;
					display:block;
					background-position:center;
				}
				#friendItem a.deleteFriend {
					right:0px;
					background-image:url(../images/home/ico_friend_delete.gif);
				}
				#friendItem a.deleteFriend:hover {
					background-image:url(../images/home/ico_friend_delete_o.gif);
				}
				#ssFriends #friendItem a.shareRead0 {
					right:20px;
					background-image:url(../images/home/chk_shareRead0.gif);
				}
				#ssFriends #friendItem a.shareRead1 {
					right:20px;
					background-image:url(../images/home/chk_shareRead1.gif);
				}
				#ssFriends #friendItem a.shareEdit0 {
					right:0px;
					background-image:url(../images/home/chk_shareEdit0.gif);
				}
				#ssFriends #friendItem a.shareEdit1 {
					right:0px;
					background-image:url(../images/home/chk_shareEdit1.gif);
				}
				#shareSheetFriends #buttons {
					margin-top: 10px;
					margin-bottom: 0;
				}
			#dialogText select option {
				height: 18px;
			}
			#contactBubblus #block {
				left: -10px;
				margin-top: 10px;
				margin-bottom:5px;
			}
			#inviteFriend input#FriendNotify {
				position:relative;
				top: 2px;
			}
			#inviteFriendButtons, #inviteFriendProgress { 
				margin-top:10px;
			}
			textarea {
				width: 200px;
				font-family:Tahoma,Verdana,Arial,Helvetica,sans-serif;
				font-size:12px;
				font-weight:bold;
				background-image:url(../images/home/bg_sessionlist.gif);
				background-repeat:repeat-x;
				background-position: top left;
				background-color: white;
				border:1px solid;
				border-top-color: #CCCCCC;
				border-right-color: #ececec;
				border-bottom-color: #f4f4f4;
				border-left-color: #ececec;
				padding: 5px;
				margin-bottom: 10px;
			}
			textarea#makeemaillink{
				margin-top: 10px;
			}
			#contactBubblus #contactUsThankyou , #inviteFriend #inviteFriendThankyou {
				margin-top:30px;
				margin-bottom:30px;
				vertical-align:middle;
				text-align:center;
				color:#D43827;
				font-size:16px;
			}
			#simpleprogress {
				width: 220px;
				height: 27px;
				background-image:url(../images/home/progressAnim.gif);
				background-repeat: no-repeat;
				font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
				font-size:10px;
				color:white;
				text-align:center;
				padding-top:7px;
				cursor:wait;
			}
			#btnaDismiss, #btnExportOk, #btnImportOk, #btnEmbedCancel {
				width:56px;
				height:22px;
				float:left;
				background-image:url(../images/home/btn_ok.gif);
				cursor:pointer;
				margin-right: 5px;
			}
			#btnaDismissCont .over, #btnExportOkCont .over, #btnImportOkCont .over, #btnEmbedCancelCont .over {
				background-image:url(../images/home/btn_ok_o.gif);
			}
			#btnaDismissCont .down, #btnExportOkCont .down, #btnImportOkCont .down, #btnEmbedCancelCont .down {
				background-image:url(../images/home/btn_ok_d.gif);
			}
			#btnLinkPreview {
				width:76px;
				height:22px;
				float:left;
				background-image:url(../images/home/btn_preview.gif);
				cursor:pointer;
				margin-right: 5px;
			}
			#btnLinkPreviewCont .over {
				background-image:url(../images/home/btn_preview_o.gif);
			}
			#btnLinkPreviewCont .down {
				background-image:url(../images/home/btn_preview_d.gif);
			}
			#btnNewYes, #btnDeleteYes, #btnDeleteFriendYes, #btnLoadYes {
				width:56px;
				height:22px;
				float:left;
				background-image:url(../images/home/btn_confirm_yes.gif);
				cursor:pointer;
				margin-right: 5px;
			}
			#btnNewYesCont .over, #btnDeleteYesCont .over, #btnDeleteFriendYesCont .over,  #btnLoadYesCont .over{
				width:56px;
				height:22px;
				float:left;
				background-image:url(../images/home/btn_confirm_yes_o.gif);
				cursor:pointer;
				margin-right: 5px;
			}
			#btnNewYesCont .down, #btnDeleteYesCont .down, #btnDeleteFriendYesCont .down, #btnLoadYesCont .down {
				width:56px;
				height:22px;
				float:left;
				background-image:url(../images/home/btn_confirm_yes_d.gif);
				cursor:pointer;
				margin-right: 5px;
			}
			#btnNewNo, #btnDeleteNo, #btnDeleteFriendNo, #btnLoadNo {
				width:56px;
				height:22px;
				float:left;
				background-image:url(../images/home/btn_confirm_no.gif);
				cursor:pointer;
				margin-right: 5px;
			}
			#btnNewNoCont .over, #btnDeleteNoCont .over, #btnDeleteFriendNoCont .over, #btnLoadNoCont .over {
				width:56px;
				height:22px;
				float:left;
				background-image:url(../images/home/btn_confirm_no_o.gif);
				cursor:pointer;
				margin-right: 5px;
			}
			#btnNewNoCont .down, #btnDeleteNoCont .down, #btnDeleteFriendNoCont .down, #btnLoadNoCont .down {
				width:56px;
				height:22px;
				float:left;
				background-image:url(../images/home/btn_confirm_no_d.gif);
				cursor:pointer;
				margin-right: 5px;
			}
			#btnNewCancel, #btnLoadCancel, #btnLinkCancel, #btnExportCancel, #btnImportCancel {
				width:56px;
				height:22px;
				float:left;
				cursor:pointer;
				background-image:url(../images/home/btn_confirm_cancel.gif);
			}
			#btnNewCancelCont .over, #btnLoadCancelCont .over, #btnLinkCancelCont .over, #btnExportCancelCont .over, #btnImportCancelCont .over {
				background-image:url(../images/home/btn_confirm_cancel_o.gif);
			}
			#btnNewCancelCont .down, #btnLoadCancelCont .down, #btnLinkCancelCont .down, #btnExportCancelCont .down, #btnImportCancelCont .down {
				background-image:url(../images/home/btn_confirm_cancel_d.gif);
			}
			#block span {
				display:none;
				font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
				font-size: 10px;
				padding-left: 5px;
				overflow: hidden;
				clear:both;		
			}
			#block span.error {
				color: #EC3E2B;
				width: 220px;
				float:left;
				text-align:left;
				height: 15px;
				vertical-align: top;
				border-left:4px solid #EC3E2B;
				display: block;
			}
			#createAccountButtons, #signinAccountButtons, #forgotPasswordButtons, #editAccountButtons, #createAccountButtons {
				margin-left: 84px;
				margin-top: 15px;
			}
			#btnSubmit, #btnsiSubmit, #btnfpSubmit,  #btneaSubmit, #btnShareSubmit, #btncSubmit, #btniSubmit, #btnLinkSubmit {
				margin-right:5px;
				width:56px;
				height:22px;
				float:left;
				cursor:pointer;
				background-image:url(../images/home/btn_submit.gif);
			}
			#btnSubmitCont .over, #btnsiSubmitCont .over, #btnfpSubmitCont .over, #btneaSubmitCont .over, #btnShareSubmitCont .over, #btncSubmitCont .over, #btniSubmitCont .over, #btnLinkSubmitCont .over {
				background-image:url(../images/home/btn_submit_o.gif);
			}
			#btnSubmitCont .down, #btnsiSubmitCont .down, #btnfpSubmitCont .down, #btneaSubmitCont .down, #btnShareSubmitCont .down, #btncSubmitCont .down, #btniSubmitCont .down, #btnLinkSubmitCont .down {
				background-image:url(../images/home/btn_submit_d.gif);
			}
			#btnSubmitCancel, #btnsiSubmitCancel, #btnfpSubmitCancel, #btneaSubmitCancel, #btnShareCancel, #btncCancel, #btniCancel {
				width:56px;
				height:22px;
				float:left;
				cursor:pointer;
				background-image:url(../images/home/btn_confirm_cancel.gif);
			}
			#btnSubmitCancelCont .over, #btnsiSubmitCancelCont .over, #btnfpSubmitCancelCont .over, #btneaSubmitCancelCont .over, #btnShareCancelCont .over, #btncCancelCont .over, #btniCancelCont .over {
				background-image:url(../images/home/btn_confirm_cancel_o.gif);
			}
			#btnSubmitCancelCont .down, #btnsiSubmitCancelCont .down, #btnfpSubmitCancelCont .down, #btneaSubmitCancelCont .down, #btnShareCancelCont .down, #btncCancelCont .down, #btniCancelCont .down {
				background-image:url(../images/home/btn_confirm_cancel_d.gif);
			}
			#linkSheet textarea#makeemaillink {
				margin-top: 5px;
				font-size:10px;
				padding:1px;
				margin-bottom: 5px;
				overflow:hidden;
				color:#666666;
				height: 14px;
			}
			#embedSheet textarea#makeembedlink {
				margin-top: 5px;
				font-size:10px;
				padding:1px;
				margin-bottom: 0px;
				color:#666666;
				height: 80px;
				overflow:auto;
				overflow-X:hidden;
			}
	#sponsorsHead {
		background-image:url(../images/home/sponsorsHead120.gif);
		height: 18px;
	}
	#sponsors {
		background-color: white;
		text-align: center;
		font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		height:600px;
		overflow:hidden;
		position:absolute;
		right:0px;
		top: 0px;
		width: 120px;
	}
	#advertisewithus {
		position:absolute;
		bottom:2px;
		right:20px;
		width:220px;
		height:10px;
		overflow:visible;
		font-size:9px;
		font-family:Tahoma, Verdana, Arial, sans-serif;
		text-align:center;
	}
	#advertisewithus a:visited {
		color:#4A93B2;
	}
	#control #friendLookup {
		clear: both;
		margin: 5px 0 0 0;
		padding: 1px 0 5px 0;
		cursor:default;
		height: auto;
	}
	#shareSheetFriends {
		margin-top:5px;
		position: relative;
	}
.hidden {
	display:none;
}
.rightalign {
	text-align:right;
}
.clear {
	clear:both;
}
#keywords {
	width: 1px;
	height: 4px;
	color:#CCCCCC;
	overflow:hidden;
}