/*
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.2.1
*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}ol,ul {list-style:none;}caption,th {text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;}


:focus {
	outline: 0;
}

html {
	/* This behavior is applied to "html" and not to "body" because it is
	   incompatible with "behavior: url('#default#homePage');" */
	behavior: url(http://home.alot.com/files/css/csshover.htc);
}

body {
	min-width: 1000px;

	font-family: verdana;
	font-size: 100%;

	/* Attach the IE-only "homepage" behavior to the body, for script access. */
	behavior: url('#default#homePage');
}

/* IE6 hack, needed for DIVs with height:100% */
* html body {
	height: 100%;
}

#main {
	width: auto;
	min-width: 1000px;
}

/* 3 columns */
.column {
	float: left;
	width: 33.28%;
	overflow: hidden;
	margin-top: 10px;
}

#col3 {
	width: 33%;
}

.holder {
	width: auto;
	font-size: 0.1px;
	height: 0.1px;
}


#header {
	position: relative;

	width: 100%;
	height: 104px;

	padding-top: 14px;

	text-align: center;
	z-index: 9999;
}

#logoWrap {
	float: left;

	width: 210px;
	height: 63px;
	overflow: hidden;

	margin-top: 15px;
}

#searchWrap {
	display: inline-block;
	clear: both;
	position: relative;
	top: 0;
	left: 0;

	width: 800px;
	height: 90px;

	margin-left: auto;
	margin-right: auto;
}

/* Link to user preferences */
#preferencesLink {
	position: absolute;
	top: 6px;
	right: 0px;

	padding-right: 6px;

	font-family: tahoma,arial;
	font-size: 0.7em;
}

#preferencesLink a, .preferencesLink a:visited {
	color: #06c;
}

#preferencesLink a:hover {
	color: #039;
}

/* error bar */
#errorbar {
	padding: 4px;
	text-align: center;

	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;

	color: #555;
	background-color: #B6DAFF;
}


#footer {
	clear: both;

	width: 100%;

	margin-top: 10px;

	color: #333;
	font-family: tahoma;
	text-align: center;
	font-size: 0.71em;
}

#footer p {
	margin-top: 10px;
}

#footer a {
	color: #0066CC;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}


.pod {
	margin: 0px 0px 5px 5px;
	font-size: 0.7em;
	font-family: verdana;
	position: relative;
	overflow: hidden;
	width: 99%;
	z-index: 1;
}

.drg table {
	margin: 7px 0px 0px 0px;
}

.drg td {
	white-space: nowrap;
	font-size: 1.25em;
	padding-left: 7px;
}

.drg td a {
	color: #0066cc;
	text-decoration: none;
}

.drg td a:hover {
	text-decoration: underline;
}

.drg td a:active {
	color: #3399ff;
	text-decoration: underline;
}

.drg td img {
	width: 30px;
	height: 20px;
}

.drg {
	cursor: move;
	width: 91%;
	color: #777;
	font-family: Helvetica,Arial,sans-serif;
	font-weight: bold;
	position: absolute;
	top: 1px;
	left: 1px;
	z-index: 2;
	overflow: hidden;
	/* ie7 hack */
	background: transparent url(http://files.alot.com/home/img/transp.gif) no-repeat;
	background-position:right;
}

.drg:hover {
	color: #e50;
}

/* standard pod buttons (close, min, edit, reload)*/
.buttons {
	position: absolute;
	top: 8px;
	right: 12px;
	z-index: 100;
}

.pod .close {
	cursor: pointer;
	background-color: transparent;
	border: 0px;
	width: 20px;
	height: 20px;
	background: transparent url(http://files.alot.com/home/img/logos.png) no-repeat;
	background-position: -344px -29px;
}

.pod .closeHover {
	background-position: -344px -49px;
}

.pod .edit {
	cursor: pointer;
	border: 0px;
	margin-right: 5px;
	width: 20px;
	height: 20px;
	background: transparent url(http://files.alot.com/home/img/logos.png) no-repeat;
	background-position: -304px -29px;
}

.pod .editHover {
	background-position: -304px -49px;
}

.pod .minimize {
	cursor: pointer;
	border: 0px;
	margin-right: 5px;
	width: 20px;
	height: 20px;
	background: transparent url(http://files.alot.com/home/img/logos.png) no-repeat;
	background-position: -324px -29px;
}

.pod .minimizeHover {
	background-position: -324px -49px;
}

.pod .refresh {
	cursor: pointer;
	border: 0px;
	margin-right: 5px;
	width: 20px;
	height: 20px;
	background: transparent url(http://files.alot.com/home/img/logos.png) no-repeat;
	background-position: -364px -29px;
}

.pod .refreshHover {
	background-position: -364px -49px;
}

.podContentContainer {
	padding-top: 30px;
}

.podContent {
	overflow-x: hidden;
	width: 100%;
	color: #008;
}

.outline {
	margin: 0px 5px 13px 5px;
	border: 3px solid #fff;
	background:url(http://files.alot.com/home/img/stripes4.png);
}

.loading {
	margin: 0px 5px 13px 5px;
	border: 3px solid #fff;
	background:url(http://files.alot.com/home/img/stripes4.png);
	padding: 10px;
	height: 40px;
}

.loading div {
	font-size: 0.7em;
	font-weight: bold;
	color:#39f;
	padding: 7px;
	font-family: tahoma, arial;
	border: 1px solid #9cf;
	float:left;
	background-color:#fff;
}

.pod .error {
	padding: 5px;
	color:#f00;
	font-weight: bold;
}


.preferences {
	position: relative;
	top: 5px;

	overflow-y:hidden;

	border: 1px solid #ddd;
	margin-bottom: 10px;
	padding: 0px;
}

.prefWrap {
	border: 1px solid #85c2e0;

	background: url(http://files.alot.com/home/img/section_bg.png) repeat-x;
	background-position: bottom;
}

.preferences .prefHdr {
	border-bottom: 1px solid #85c2e0;
	padding: 6px;

	background: url(http://files.alot.com/home/img/section_bg.png) repeat-x;
	background-position: bottom;

	color: #09c;
	font-family: tahoma;
	font-weight: bold;
}

.preferences .prefBody {
	padding: 16px;

	color: #333;
	font-family: arial;
	font-weight: bold;
	font-size: 1.3em;
}

.preferences .prefButtons {
	text-align: right;
}

.preferences .save {
	margin-left: 10px;
}

.preferences .prefInp {
	border: 1px solid #007;
	padding: 1px;	
}

.preferences .prefSel {
	border: 1px solid #007;
	padding: 1px;
	margin: 0px;
}


.multiSearchPod {
	margin-top: 5px;
}

.multiSearchPod .inp {
	float: left;

	width: 60%;
}

.multiSearchPod .btn {
	float: right;

	width: 35%;

	margin: 5px 10px 0 0;
}

.multiSearchPod .button {
	width: 100%;

	margin-bottom: 5px;
	border: 0;
	padding: 3px 5px 3px 5px;

	background-color:#84B9ED;

	color:#FFFFFF;
	font-size: 1.1em;
	font-family: tahoma,arial,Helvetica;
	font-weight: bold;
	text-align: left;
	word-wrap: break-word;

	cursor:default;
}

.multiSearchPod .button:hover {
	background-color: #4490dc;
}

.multiSearchPod .inp input.txt {
	width: 95%;

	border: 1px solid #7E9DB9;
	margin-top: 5px;
	padding: 2px;

	color: #058;
	font-size: 1.1em;
}


.dialog .rssTitle {
	border: 1px solid #D6E6F1;
	margin-top: 10px;
	padding: 5px;

	background: url(http://files.alot.com/home/img/section_bg.png) repeat 100%;
	background-position: bottom left;

	color: #777;
	font-size: 1em;
	font-weight: bold;
	font-family: tahoma, arial, helvetica;
}

.rssBody {
	padding: 10px 0px 10px 25px;

	background: url(http://files.alot.com/home/img/section_fade.png) repeat-x 100%;
	background-position: top;
}

.rssBody a.rssItem {
	font-size: 1.072em;
	color: #06c;
	font-weight: bold;
	font-family: tahoma,arial,Helvetica;
	text-decoration: none;
	line-height: 140%;
}

.rssBody a.rssItem:hover {
	color: #06c;
	text-decoration: underline;
}

.rssBody ul {
	 list-style-type:disc;
	 color: #06c;
}
.rssBody li {
	margin: 0.5em 0em 0.5em 0em;
}

.tool-tip {
	width: 30%;
	height:auto;

	border: 1px solid #ccc;

	background-color: #fff;

	color: #000;

	z-index: 13000;
}

.tool-title {
	border-bottom: 1px dotted #ccc;
	margin: 0;
	padding: 8px 16px 8px 16px;

	color: #888;
	font-weight: bold;
	font-size: 0.75em;
}

.tool-text {
	margin: 16px;

	background-color: #fff;

	color: #333;
	font-size: 0.75em;
	line-height: 140%;
	font-weight: bold;
	font-family: tahoma, arial;
}

/* A widget specifies bad CSS .. this is crafted to over-ride that */
.tool-tip .tool-text {
	padding: 0px;
}

.tool-text div {
	margin-top: 10px;

	color: #777;
	text-align: right;
	font-weight: bold;
	font-size: 0.8em;
}

.custom-tip {
	width: 130px;

	color: #000;

	z-index: 13000;
}

.custom-title {
	border-bottom: 1px solid #B5CF74;
	margin: 0;
	padding: 8px 8px 4px;

	background: #C3DF7D;

	color: #3E4F14;
	font-weight: bold;
	font-size: 0.75em;
}

.custom-text {
	padding: 4px 8px 8px;

	background: #CFDFA7;

	font-size: 0.75em;
}


.multiUrl {
	padding-top: 7px;
}

.multiUrl div.links {
	display: none;
}

.multiUrl div.children {
	margin: 0px;
	padding: 0px 0px 1px 0px;
}

.multiUrl div.item {
	border: 0px;
	margin: 0px 0px 8px 7px;
	padding: 0px 0px 0px 25px;

	font-size: 1.072em;
	font-weight: bold;
	font-family: tahoma;
	line-height: 17px;
}

.multiUrl div.parentItem {
	background: url(http://files.alot.com/home/img/multiUrlArrows.gif) no-repeat;

	color: #555;
	cursor: pointer;
}

.multiUrl div.parentItemOn {
	background-position: 0px 1px;
}

.multiUrl div.parentItemOnHover {
	background-position: 0px -17px;
}

.multiUrl div.parentItemOff {
	background-position: 0px -35px;
}

.multiUrl div.parentItemOffHover {
	background-position: 0px -53px;
}

.multiUrl div.childItem {
	line-height: 19px;
	font-weight: normal;
	padding-left: 20px;
}

.multiUrl a {
	color: #0066CC;
	text-decoration: none;
}

.multiUrl a:hover {
	color: #0066CC;
	text-decoration: underline;
}

.multiUrl div.favicon {
	margin: 0px 0px 0px 4px;
	padding: 0px 0px 0px 20px;
}

.multiUrl div.clickHere {
	display: inline;

	margin: 0px;
	padding: 0px 0px 0px 5px;

	color: #808080;
	line-height: 16px;
	font-size: 10px;
	font-weight: normal;
	font-family: tahoma;
}

.searchPod {
	margin-top: 10px;
}

.searchPod input.box {
	width: 100%;

	border: 1px solid #7E9DB9;
	padding: 2px;

	color: #058;
	font-size: 1.1em;
}

.searchPod .button {
	width: 100%;

	border: 0;
	padding: 2px;

	background-color: #84B9ED;

	color: #fff;
	font-size: 1.1em;
	font-family: tahoma,arial,Helvetica;
	font-weight: bold;
}

.searchPod .button:hover {
	background-color: #4490dc;
}


.PodBigWidget .bigWidget {
	float: left;
	clear: both;

	width: 100%;

	margin: 0 auto;
	text-align: center;

	cursor: pointer;
	cursor: hand;
}

.PodBigWidget .img {
	width:100%;
	height:70px;

	overflow:hidden;
	border:medium none;
	margin:0 auto;

	background:transparent url(http://files.alot.com/home/img/list-box-bg.gif) no-repeat scroll center top;
}

.PodBigWidget div.thumb {
	display: block;
	float: left;

	width: 100%;

	text-align: center;
}

.PodBigWidget .img img {
	margin-top: 24px;
}

.PodBigWidget a.bigWidget {
	color: #06C;
	font-family:Tahoma,Arial,sans-serif;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}

.PodBigWidget a.bigWidget:hover {
	text-decoration: underline;
}


.thirdParty {
	margin-top: 10px;

	text-align: center;
}


.PodUrl .podContent {
	display: none;
}


/*
  -- Even more rounded corners with CSS: Base stylesheet --
*/

.dialog {
 position:relative;
 margin:0px auto;
 min-width:8em;
 max-width:760px; /* based on image dimensions - not quite consistent with drip styles yet */
 color:#fff;
 z-index:1;
 margin-left:8px; /* default, width of left corner */
 margin-bottom:0.5em; /* spacing under dialog */
}

.dialog .content,
.dialog .t,
.dialog .b,
.dialog .b div {
margin-right: 4px;
 background:transparent url(http://files.alot.com/home/img/pod-bg.png) no-repeat top right;
 _background-image:url(http://files.alot.com/home/img/pod-bg.gif);
}

.dialog .content {
 position:relative;
 zoom:1;
 _overflow-y:hidden;
 padding:0px 8px 0px 0px;
}

.dialog .t {
 /* top+left vertical slice */
 position:absolute;
 left:0px;
 top:0px;
 width:8px; /* top slice width */
 margin-left:-8px;
 height:100%;
 _height:1600px; /* arbitrary long height, IE 6 */
 background-position:top left;
}

.dialog .b {
 /* bottom */
 position:relative;
}

.dialog .b,
.dialog .b div {
 height:8px; /* height of bottom cap/shade */
 font-size:1px;
}

.dialog .b {
 background-position:bottom right;
}

.dialog .b div {
 position:relative;
 width:8px; /* bottom corner width */
 margin-left:-8px;
 background-position:bottom left;
}

.dialog .hd,
.dialog .bd,
.dialog .ft {
 position:relative;
}

.dialog .wrapper {
 /* extra content protector - preventing vertical overflow (past background) */
 position:static;
 max-height:1000px;
 overflow:auto; /* note that overflow:auto causes a rather annoying redraw "lag" in Firefox 2, and may degrade performance. Might be worth trying without if you aren't worried about height/overflow issues. */
}

.dialog p {
 margin:0px; /* margins will blow out backgrounds, leaving whitespace. */
 padding:0.5em 0px 0.5em 0px;
}

.dialog h1 {
 padding-bottom:0px;
}

.overlay {
	visibility: hidden;

	position: absolute;
	left: 0;

	z-index: 9999;
}

.overlayBg {
	position: absolute;
	left: 0;
	top: 0;

	height: 100%;
	width: 100%;

	background: #000;
}

.overlayPod {
	position: absolute;
	top: 0;
}

.overlayPod .top .left {
	height: 34px;

	background: url(http://files.alot.com/home/img/overlay_top_left.gif) top left no-repeat;
}

.overlayPod .top .left .title {
	position: relative;
	left: 0;
	top: 0;

	margin-top: 10px;
	padding-right: 38px;

	color: #777;
	font-family: helvetica, arial, sans-serif;
	font-size: 17px;
	font-weight: bold;
}

.overlayPod .top .left .icon {
	margin: 0 8px 0 10px;
	vertical-align: bottom;
}

.overlayPod .top .left .close {
	display: block;
	position: absolute;
	top: 0;
	right: 2px;

	height: 20px;
	width: 20px;

	background: url(http://files.alot.com/home/img/logos.png) no-repeat scroll -344px -29px;
}

.overlayPod .top .left .close:hover {
	background-position: -344px -49px;
}

.overlayPod .right {
	width: 7px;

	font-size: 0;
	line-height: 0;
}

.overlayPod .top .right {
	background: url(http://files.alot.com/home/img/overlay_top_right.gif) top right no-repeat;
}

.overlayPod .bottom .left {
	background: url(http://files.alot.com/home/img/overlay_bottom_left.gif) bottom left no-repeat;
	padding: 4px 0 10px 7px;
}

.overlayPod .bottom .right {
	background: url(http://files.alot.com/home/img/overlay_bottom_right.gif) bottom right no-repeat;
}


#addContent {
	position: relative;
	top: 0;
	left: 0;

	height: 30px;
	width: 100%;
	overflow: hidden;

	background: #ddeeff url(http://files.alot.com/home/img/header-bar-bg.png) repeat-x top left;
	border-bottom: 1px solid #3399FF;
}

#addContent div.add, #addContent div.tutorial, #addContent div.share {
	float: left;

	margin: 6px 0 0 4px;

	cursor: pointer;
}

#addContent div.tutorial, #addContent div.share {
	margin-left: 20px;
}

#addContent .bubble {
	display: block;
	float: left;

	position: relative;
	top: 0;
	left: 0;

	height: 20px;

	color: #777;
	text-decoration:none;
	font-family:Helvetica,Arial,sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	text-align: center;
}

#addContent .bubble:hover {
	background: transparent url(http://files.alot.com/home/img/content-links-bg.gif) no-repeat scroll top left;
}

#addContent .bubble span {
	display: block;
	float: left;
	position: relative;
	top: 0;
	left: 6px;

	height: 20px;

	padding-right: 6px;

	line-height: 20px;

	cursor: pointer;
}

#addContent .bubble:hover span {
	background: transparent url(http://files.alot.com/home/img/content-links-bg.gif) no-repeat scroll top right;
}
#addContent div.add input, 
#addContent div.tutorial a.button,
#addContent div.share .button {
	display: block;
	float: left;

	width: 20px;
	height: 20px;

	margin-right: 5px;
	border: 0px;
	padding: 0;
	background: transparent url(http://files.alot.com/home/img/logos.png) no-repeat -384px -49px;

	cursor: pointer;
}

#addContent div.share .button {
	background-position: -404px -49px;
}

#addContent div.tutorial a.button {
	background-position: -384px -29px;
}

#addContent div.add input.close {
	cursor: pointer;
	border: 0px;
	width: 20px;
	height: 20px;
	background-position: -344px -49px;
}

#addContent #addContentContainer {
	height: 500px;
	width: 100%;
	background: white;
	border-top: 1px solid #3399FF;
	position: absolute;
	top: 31px;
	left: 0px;
}

#addContent #addContentContainer #hermes {
	height: 100%;
}

#addContent #addContentLoading {
	z-index: 2;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #fff;
	text-align: center;
}

#addContent #addContentLoading span {
	color: #093bb0;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	vertical-align: 6px;
}
#addContent #addContentLoading img {
	margin-top: 180px;
	margin-right: 6px;
}
	  	 
#adText {
	display: block;
	position: absolute;
	right: 6px;
	top: -1px;
	height: 31px;
	color: #f00;
	font-size: 0.75em;
	line-height: 31px;
	text-decoration: underline;
}

#accountLink {
	position: absolute;
	right: 0px;
	top: 98px;
	font-family:tahoma,arial;
	font-size: 0.7em;
	margin-right: 6px;
	z-index: 10;
}

#accountLink a {
	color: #06c;
}

#accountLink a:hover, #accountLink a:visited {
	color: #039;
}

#accountLink .displayName {
	color: #06c;
	font-weight: bold;
}


#searchLinks {
	position: absolute;
	top: 19px;
	left: 230px;

	color: #06c;
	font-family: arial, sans serif;
	font-size: 13px;
	text-align: left;
}

#searchLinks strong {
	font-weight: bold;
}

#searchLinks a {
	color: #06c;
}
#searchLinks a:hover {
	color: #039;
}

#searchLinks li {
	float: left;
	padding-right: 14px;
}

#searchLinks li.alotMore {
	position: relative;
	top: 0;
	left: 0;
	z-index: 100;
}
#searchLinks li.alotMore a.more {
	padding-right: 10px;
	background: url(http://files.alot.com/home/img/down-arrow.gif) right 6px no-repeat;
}
#searchLinks li.alotMore ul {
	display: none;
	background: #fff;
	float: left;
	border: 1px solid #9cf;
	width: 80px;
}
#searchLinks li.alotMore ul li {
	float: none;
	padding: 0;
}
#searchLinks li.alotMore ul li a, #searchLinks li.alotMore ul li strong {
	text-decoration: none;
	display: block;
	padding: 4px 6px;
}
#searchLinks li.alotMore ul li a:hover {
	background: #69c;
	color: #fff;
}

#homepageLink {	
	position: absolute;
	top: 6px;
	left: 0px;

	font-family: tahoma, arial;
	font-size: 0.7em;
	padding-left: 6px;
}

#homepageLink a, #homepageLink a:visited {
	color: #06c;
}

#homepageLink a:hover {
	color: #039;
}

.homepageInstruction {
	position: absolute;
	top: 30px;
	left: 54px;
	max-width: 300px;
	z-index: 10001;

	padding: 12px;

	background: #f8fafc;
	border: 1px solid #b7b8b9;

	font-family: tahoma, arial;
}

.homepageInstruction .arrow, .homepageInstruction .rightArrow {
	position: absolute;
	top: -7px;
	left: 50px;
}

.homepageInstruction .rightArrow {
	left: auto;
	right: 50px;
}

.homepageInstruction a.logo {
	display: block;
	float: left;
	width: 64px;
	height: 18px;

	margin-right: 15px;
	padding-top: 42px;

	background: url(http://files.alot.com/home/img/homepage/logo.gif) top left;
	
	font-family: tahoma, arial, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	color: #666;
}

.homepageInstruction div.drag {
	float: left;
	width: 32px;
	height: 27px;
	padding: 43px 85px 0 87px;
	
	background: url(http://files.alot.com/home/img/homepage/drag.gif) top left no-repeat;
	
	
	font-family: tahoma, arial, sans-serif;
	font-size: 7px;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	color: #666;
}
.homepageInstruction a.close {
	display: block;
	position: absolute;
	top: 4px;
	right: 4px;

	height: 11px;
	width: 11px;

	background: url(http://files.alot.com/home/img/homepage/close.gif) top left;
}

.homepageInstruction a.close:hover {
	background: url(http://files.alot.com/home/img/homepage/close.gif) top right;
}

.homepageInstruction ol {
	margin: 15px 0 5px 18px;
	list-style-type: decimal;
}

.homepageInstruction ol li {
	margin-bottom: 10px
}

.homepageInstruction p {
	font-weight: bold;
}

.homepageInstruction ol, .homepageInstruction p {
	font-size: .7em;
}


#contentAdded {
	display: none;

	position: absolute;
	top: 120px;
	left: 150px;

	height: 37px;
	width: 275px;

	background: transparent url(http://files.alot.com/home/img/content-added.gif) no-repeat top left;

	font-size: 0.7em;
	font-weight: bold;

	z-index: 50;
}

#contentAdded .message {
	position: relative;
	top: 0px;
	right: -13px;

	height: 37px;
	line-height: 37px;

	padding-right: 13px;

	background: transparent url(http://files.alot.com/home/img/content-added.gif) no-repeat top right;
}

#contentAdded .arrow {
	position: absolute;
	top: 36px;
	left: 36px;

	height: 17px;
	width: 21px;

	background: transparent url(http://files.alot.com/home/img/content-added-arrow.gif) no-repeat top left;
}

#registerPrompt {
	display: none;
}

#registerPrompt.visible {
	display: block;
	position: relative;
	top: 0;
	left: 0;

	height: 23px;

	margin-bottom: 1px;
	background: #09c;
} 

#registerPrompt a.close {
	display: block;
	position: absolute;
	top: 5px;
	right: 5px;

	width: 15px;
	height: 13px;

	background: url(http://files.alot.com/home/img/registerPrompt/close.gif) no-repeat;
}

#registerPrompt div {
	position: absolute;
	top: 0;
	right: 135px;

	color: #fff;
	font-size: .73em;
	line-height: 23px;
}

#registerPrompt strong {
	font-weight: bold;
}

#registerPrompt div a {
	color: #fff;
}

#registerPrompt div img {
	position: absolute;
	top: 5px;
	right: -23px;
}

