/* Lightbox */
#LightBox
{
	position: absolute;
	z-index: 1000;
	font-size: 0.7em;
}
		#LightBoxShadow td
		{
			width: 50%;
		}
		#LightBox .top .left
		{
			background: transparent url('/images/lightbox/lightbox_shd.png') top left no-repeat;
		}
		#LightBox .top .right
		{
			background: transparent url('/images/lightbox/lightbox_shd.png') top right no-repeat;
		}
		#LightBox .bottom .left
		{
			background: transparent url('/images/lightbox/lightbox_shd.png') bottom left no-repeat;
		}
		#LightBox .bottom .right
		{
			background: transparent url('/images/lightbox/lightbox_shd.png') bottom right no-repeat;
		}
		.LightBox .content
		{
			position: absolute;
			top: 55px;
			left: 55px;
			background: #ffffff;
			width: 300px;
			padding: 15px;
			z-index: 1000;
		}
			#LightBox .content h3
			{
				font-size: 16px;
				font-weight: bold;
				margin-bottom: 4px;
			}

	#LightBox .buttons
	{
		clear: both;
		border-top: 1px solid #cecece;
		padding: 8px 0 0 0;
		text-align: center;
		position: absolute;
		left: 0;
		bottom: 8px;
		width: 100%;
	}
	#LightBox .button
	{
		width: 57px;
		height: 23px;
		text-align: center;
		background: none;
		border: 0;
		color: #ffffff;
		cursor: pointer;
		font-weight: bold;
		letter-spacing: -1px;
		margin: 0 2px;
		vertical-align: middle;
	}
	#LightBox .button:hover
	{
		color: #000000;
	}
	#LightBox .submit
	{
		display: inline-block;
		background: transparent url('/images/bg-button-green.gif') top left no-repeat;
		line-height: 23px;
		font-size: 13px;
		font-weight: bold;
		padding-left: 3px;
	}
		#LightBox .submit .right
		{
			float: right;
			height: 100%;
			width: 4px;
			background: #fff url('/images/bg-button-green.gif') top right no-repeat;
		}
	#LightBox .cancel
	{
		font-weight: normal;
		background: transparent url('/images/loginpage_b_cancel.gif') top left no-repeat;
	}
	#LightBox .close
	{
		position: absolute;
		top: 0;
		right: 0;
		background: transparent url('/images/lightbox/lightbox_x.gif') 0 0 no-repeat;
		display: block;
		width: 16px;
		height: 16px;
		cursor: pointer;
		z-index: 10;
	}
	#LightBox .close:hover
	{
		background-position: 0 -15px;
	}
	#LightBox .handle
	{
		position: absolute;
		top: 0;
		left: 0;
		cursor: move;
		display: block;
		width: 100%;
		z-index: 5;
		padding: 0;
		height: auto;
	}
	#LightBox .handle:hover, #LightBox .handle.hover
	{
		background: #eee;
	}


.LoginLightBox
{
	top: -1000px;
	left: -1000px;
}
.LoginLightBox .content
{
	width: 300px;
	height: 187px !important;
}
.LoginLightBox #LoginForm
{
	float: left;
}
	.LoginLightBox #LoginForm div
	{
		clear: both;
		padding: 3px 0 3px 50px;
	}
	.LoginLightBox #LoginForm div label
	{
		display: block;
		float: left;
		width: 55px;
		padding-top: 3px;
	}
	.LoginLightBox #LoginForm div input.txt
	{
		float: left;
		width: 100px;
		border: 1px solid #aaa;
	}
	.LoginLightBox #LoginForm div .forgot
	{
		display: block;
		float: left;
		margin: 3px 0 0 2px;
	}
	.LoginLightBox #LoginForm div input.chk
	{
		float: left;
		margin-left: 0;
		padding: 0;
		vertical-align: middle;
	}
	.LoginLightBox #LoginForm div .chklbl
	{
		width: auto;
	}
	.LoginLightBox .buttons .signupnow
	{
		font-size: 1.1em;
		color: #666;
		margin-top: 10px;
	}
	.LoginLightBox .buttons .signupnow .link
	{
		font-weight: bold;
	}
	.LoginLightBox #LoginForm .formerror
	{
		/*position: absolute;
		top: 25px;
		left: 70px;*/
	}


/* Register */
.RegisterLightBox
{
	top: 80px;
}
	.RegisterLightBox .content
	{
		width: 250px !important;
		height: 310px !important;
	}
	.VerificationLightBox .content
	{
		height: 246px !important;
	}
	.RegisterLightBox #RegisterForm
	{
		font-size: 1.1em;
	}
	.RegisterLightBox #RegisterForm div
	{
		clear: both;
		height: 20px;
		padding: 4px 0;
	}
	.RegisterLightBox #RegisterForm div label
	{
		float: left;
		width: 66px;
		padding-top: 2px;
	}
	.RegisterLightBox #RegisterForm div label.chklbl
	{
		width: auto;
		display: block;
		float: left;
		margin-top: 2px;
	}
	.RegisterLightBox #RegisterForm div input.txt
	{
		float: left;
		width: 164px;
		border: 1px solid #a4b97f;
	}
	.RegisterLightBox #RegisterForm .verify
	{
		margin-top: 10px;
	}
		.RegisterLightBox #RegisterForm .verify label
		{
			width: 130px;
		}
		.RegisterLightBox #RegisterForm .verify .txt
		{
			width: 65px;
		}
	.RegisterLightBox #RegisterForm div input.chk
	{
		float: left;
		margin-left: 0;
		padding: 0;
		vertical-align: middle;
	}
	.RegisterLightBox .problems
	{
		text-align: left;
		font-size: 1.1em;
		margin-top: 10px;
	}
		.RegisterLightBox .problems li
		{
			line-height: 1.5em;
			padding-left: 15px;
		}
/* ----- */

/* Send Message */
.SendMessageLightBox
{
	top: 200px;
	left: 300px;
}
	.SendMessageLightBox .content
	{
		width: 390px !important;
		height: 232px !important;
	}
	.SendMessageLightBox .avatar
	{
		margin-right: 5px;
	}
	.SendMessageLightBox div
	{
		clear: both;
		padding: 3px 0;
	}
	.SendMessageLightBox label
	{
		font-weight: bold;
		float: left;
		width: 60px;
	}
	.SendMessageLightBox .txt
	{
		width: 315px;
	}
/* ------------ */

/* Share a Graze */
.SharePageLightBox
{
}
	.SharePageLightBox .content
	{
		width: 597px !important;
		height: 428px !important;
	}

	.SharePageLightBox .formfield
	{
		clear: both;
		padding: 8px 0;
	}
	.SharePageLightBox .subject
	{
		border-top: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
	}
	.SharePageLightBox .preview
	{
		border-bottom: 1px solid #ccc;
	}
	.SharePageLightBox label
	{
		float: left;
		font-weight: bold;
		width: 100px;
		padding-top: 3px;
	}
		.SharePageLightBox .subject label
		{
			padding-top: 0;
		}
	.SharePageLightBox .de, .ShareGrazeLightBox label .de
	{
		font-weight: normal;
		font-size: 0.8em;
		font-style: normal;
		color: #999;
	}
	.SharePageLightBox span.de
	{
		display: block;
		margin-left: 100px;
	}
	.SharePageLightBox .txt, .SharePageLightBox textarea
	{
		width: 300px;
	}
	.SharePageLightBox .SharePreview
	{
		clear: both;
		font-size: 1.1em;
	}
		.SharePageLightBox .SharePreview .actions
		{
			width: 118px;
		}
	.SharePageLightBox .sent
	{
		text-align: center;
		margin-top: 170px;
	}
	.SharePageLightBox .fail
	{
		color: #a00;
	}

/* ------------- */
/* Share a Graze */
.ShareGrazeLightBox
{
}
	.ShareGrazeLightBox .content
	{
		width: 597px !important;
		height: 405px !important;
	}

	.ShareGrazeLightBox .formfield
	{
		clear: both;
		padding: 8px 0;
	}
	.ShareGrazeLightBox .subject
	{
		border-top: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
	}
	.ShareGrazeLightBox .preview
	{
		border-bottom: 1px solid #ccc;
	}
	.ShareGrazeLightBox label
	{
		float: left;
		font-weight: bold;
		width: 100px;
		padding-top: 3px;
	}
		.ShareGrazeLightBox .subject label
		{
			padding-top: 0;
		}
	.ShareGrazeLightBox .de, .ShareGrazeLightBox label .de
	{
		font-weight: normal;
		font-size: 0.8em;
		font-style: normal;
		color: #999;
	}
	.ShareGrazeLightBox span.de
	{
		display: block;
		margin-left: 100px;
	}
	.ShareGrazeLightBox .txt, .ShareGrazeLightBox textarea
	{
		width: 300px;
	}
	.ShareGrazeLightBox .SharePreview
	{
		clear: both;
	}
		.ShareGrazeLightBox .ShareLeft
		{
			float: left;
			margin-right: 15px;
			width: 100px;
		}
			.ShareGrazeLightBox .ShareLeft b
			{
				font-size: 1.5em;
				display: block;
			}
			.ShareGrazeLightBox .ShareLeft .clicks
			{
				margin-top: 5px;
			}
			.ShareGrazeLightBox .ShareLeft .thumb
			{
				width: 102px;
				height: 77px;
				border: 3px solid #fff;
				position: relative;
			}
			.ShareGrazeLightBox .ShareLeft .thumb
			{
				border-color: #f7f7f7;
			}
				.ShareGrazeLightBox .ShareLeft img.thumbnail
				{
					display: block;
					border: 1px solid #ccc;
					height: 75px;
					width: 100px;
				}
				.ShareGrazeLightBox .ShareLeft .type
				{
					position: absolute;
					bottom: 0;
					left: 0;
				}
			.ShareGrazeLightBox .ShareLeft .thumb:hover, .ShareGrazeLightBox .ShareLeft .thumbover
			{
				border-color: #768920;
			}

		.ShareGrazeLightBox .ShareRight
		{
			float: right;
			width: 155px;
			color: #666;
		}
		.ShareGrazeLightBox .ShareRight .user, .SpreadOnList .user
		{
			background: transparent url('/images/graze/user-bg.gif') 0 0 no-repeat;
			height: 28px;
		}
			.ShareGrazeLightBox .ShareRight .user a, .SpreadOnList .user a
			{
				font-weight: bold;
			}
		.ShareGrazeLightBox .ShareRight .favorite, .SpreadOnList .favorite
		{
			background: transparent url('/images/graze/user-bg-fav.gif') 0 0 no-repeat;
			color: #000;
		}
			.ShareGrazeLightBox .ShareRight .favorite a, .SpreadOnList .favorite a
			{
				color: #fff;
			}
			.ShareGrazeLightBox .ShareRight .favorite .avatar:hover, .SpreadOnList .favorite .avatar:hover
			{
				background: #fff;
				border-color: #fff;
			}

		.ShareGrazeLightBox .ShareRight .me, .SpreadOnList .me
		{
			background: transparent url('/images/graze/user-bg-me.gif') 0 0 no-repeat;
			color: #fff;
		}
			.ShareGrazeLightBox .ShareRight .me a, .SpreadOnList .me a
			{
				color: #fff;
			}
		.ShareGrazeLightBox .ShareRight .avatar, .SpreadOnList .avatar
		{
			display: block;
			float: left;
			border: 1px solid #666;
			background-color: #fff;
			padding: 1px;
			width: 20px;
			height: 20px;
			margin: 2px 3px 0 2px;
		}
			.ShareGrazeLightBox .ShareRight .avatar img, .SpreadOnList .avatar img
			{
				width: 20px;
				height: 20px;
			}
		.ShareGrazeLightBox .ShareRight .avatar:hover, .SpreadOnList .avatar:hover
		{
			border-color: #768920;
			background-color: #768920;
		}

		.ShareGrazeLightBox .ShareRight .stats
		{
			padding: 5px 0;
			margin: 5px 0;
		}
			.ShareGrazeLightBox .ShareRight .stats .noclicks
			{
				font-weight: normal;
				color: #ccc;
			}
			.ShareGrazeLightBox .ShareRight .stats .ShowHide
			{
				float: right;
				margin-right: 5px;
				padding-left: 11px;
			}
			.ShareGrazeLightBox .ShareRight .stats .show
			{
				background: transparent url('/images/plus-expand.gif') 0 3px no-repeat;
			}
			.ShareGrazeLightBox .ShareRight .stats .hide
			{
				background: transparent url('/images/minus-collapse.gif') 0 3px no-repeat;
			}
			.ShareGrazeLightBox .ShareRight .stats .share
			{
				background: transparent url('/images/icon-user-message.gif') 0 2px no-repeat;
				padding-left: 13px;
			}

		.ShareGrazeLightBox .ShareContent
		{
			margin-right: 170px;
			padding-left: 115px;
			font-size: 1.2em;
		}
			.ShareGrazeLightBox .ShareContent h1
			{
				font-weight: bold;
				font-size: 1.2em;
				margin-top: -5px;
			}
			.ShareGrazeLightBox .ShareContent a
			{
				color: #000;
			}
			.ShareGrazeLightBox .ShareContent p
			{
				color: #626262;
				font-size: .8em;
				line-height: 1.2em;
				height: 3.6em;
				overflow: hidden;
			}
			.ShareGrazeLightBox .ShareContent .url
			{
				font-size: .8em;
				margin: 4px 0;
				height: auto;
			}
			.ShareGrazeLightBox .ShareContent .url a
			{
				color: #b6b6b6;
				font-weight: bold;
			}
			.ShareGrazeLightBox .ShareContent .tags
			{
				background: transparent url('/images/graze/icon-tags.gif') 0 2px no-repeat;
				padding-left: 20px;
				height: 1.3em;
				overflow: hidden;
				color: #96a93e;
			}
				.ShareGrazeLightBox .ShareContent .tags a
				{
					color: #768920;
				}
	.ShareGrazeLightBox .sent
	{
		text-align: center;
		margin-top: 170px;
	}
	.ShareGrazeLightBox .fail
	{
		color: #a00;
	}

.DuplicatesLightBox
{

}
	.DuplicatesLightBox .content
	{
		width: 388px !important;
		height: 401px !important;
	}
		.DuplicatesLightBox .content .top
		{
			font-size: 1.5em;
			border-bottom: 1px solid #c6c6c6;
			height: 120px;
		}
			.DuplicatesLightBox .content .top strong
			{
				display: block;
				color: #666;
			}
			.DuplicatesLightBox .content .top strong, .DuplicatesLightBox .content .top p
			{
				padding: 1px 0;
				font-weight: bold;
			}
		.DuplicatesLightBox .content ul
		{
			height: 254px;
			overflow-y: auto;
		}
			.DuplicatesLightBox .content ul li
			{
				clear: both;
				padding: 12px 2px 0 2px;
			}
				.DuplicatesLightBox .content ul li .avatar
				{
					width: 70px;
				}
				.DuplicatesLightBox .content ul li div
				{
					float: left;
					color: #666666;
				}
				.DuplicatesLightBox .content ul li .username
				{
					margin-left: 5px;
				}
					.DuplicatesLightBox .content ul li div h4
					{
						color: #a5a5a5;
						font-size: 1.2em;
					}

.ScoreHistoryLightBox
{
}
	.ScoreHistoryLightBox .content
	{
		width: 380px !important;
		height: 420px !important;
	}
		.ScoreHistoryLightBox .content h3
		{
			font-size: 2em;
			padding: 10px 0 15px 0;
		}
		.ScoreHistoryLightBox .content h4
		{
			font-size: 1.2em;
			font-weight: bold;
			padding: 2px 0;
		}
		.ScoreHistoryLightBox .content ul
		{
			margin: 10px 0;
		}
			.ScoreHistoryLightBox .content ul li
			{
				padding: 2px;
				border-top: 1px solid #e8e8e8;
				border-bottom: 1px solid #e8e8e8;
				margin-bottom: -1px;
				clear: both;
				height: 14px;
			}
				.ScoreHistoryLightBox .content ul li b
				{
					float: right;
					font-weight: bold;
					font-size: 1.3em;
					letter-spacing: -1px;
					line-height: 1em;
				}
				.ScoreHistoryLightBox .content ul li .gain
				{
					color: #789900;
				}
				.ScoreHistoryLightBox .content ul li .lose
				{
					color: #bf0202;
				}
/* ------------- */

/* WIZRAD */
.WizardDescriptionLightBox
{
	top: 150px;
	left: 200px;
}
	.WizardDescriptionLightBox .content
	{
		width: 397px !important;
		height: 115px !important;
	}
	.WizardDescriptionLightBox h4
	{
		font-size: 1.1em;
		font-weight: bold;
		margin-bottom: 2px;
	}
	.WizardDescriptionLightBox textarea
	{
		font: normal 1.1em Arial, Sans-Serif;
		line-height: 1.1em;
		color: #666;
		display: block;
		width: 100%;
		border: 1px solid #cecece;
	}
	.WizardDescriptionLightBox .buttons
	{
		border-top-width: 0 !important;
	}
.WizardTagsLightBox
{
	top: 160px;
	left: 200px;
}
	.WizardTagsLightBox .content
	{
		width: 397px !important;
		height: 115px !important;
	}
	.WizardTagsLightBox h4
	{
		font-size: 1.1em;
		font-weight: bold;
		margin-bottom: 2px;
	}
	.WizardTagsLightBox #txtTags
	{
		font: normal 1.1em Arial, Sans-Serif;
		line-height: 1.1em;
		color: #666;
		display: block;
		width: 100%;
		border: 1px solid #cecece;
	}
	.WizardTagsLightBox .buttons
	{
		border-top-width: 0 !important;
	}
.WizardImagesLightBox
{
	top: 120px;
	left: 150px;

}
	.WizardImagesLightBox .content
	{
		width: 180px !important;
		height: 285px !important;
	}
	.WizardImagesLightBox .select
	{
		padding: 10px 15px 8px 15px;
		margin: 0 -15px;
	}
		.WizardImagesLightBox .select div
		{
			height: 220px;
			overflow-y: auto;
		}
		.WizardImagesLightBox .select img
		{
			display: block;
			margin: 0 auto 15px auto;
			height: 76px;
			width: 106px;
			border: 1px solid #ccc;
			cursor: pointer;
			padding: 2px;
			background: #ddd url('/images/wizard/loading-anim-small2.gif') 1px 1px no-repeat;
		}
		.WizardImagesLightBox .select img:hover
		{
			border-color: #789900;
		}

.WizardLanguageLightBox
{
	top: 50px;
	left: 280px;
}
	.WizardLanguageLightBox .content
	{
		width: 157px !important;
		height: 295px !important;
	}
	.WizardLanguageLightBox h4
	{
		font-size: 1.1em;
		font-weight: bold;
		margin-bottom: 2px;
	}
	.WizardLanguageLightBox .langs
	{
		height: 253px;
		overflow-y: scroll;
	}
		.WizardLanguageLightBox .langs a
		{
			display: block;
			padding: 4px 10px;
			font-size: 1.2em;
		}
		.WizardLanguageLightBox .langs a:hover, .WizardLanguageLightBox .langs a.chosen
		{
			background-color: #799900;
			color: #fff;
			text-decoration: none;
		}
.WizardCategoriesLightBox
{
	top: 30px;
	left: -30px;
}
	.WizardCategoriesLightBox .content
	{
		width: 750px !important;
		height: 350px !important;
	}
	.WizardCategoriesLightBox h4
	{
		font-size: 1.1em;
		font-weight: bold;
		margin-bottom: 10px;
	}
	.WizardCategoriesLightBox ul
	{
		float: left;
		margin: 0 19px 20px 0;
		width: 100px;
	}
	.WizardCategoriesLightBox ul .title
	{
		font-weight: bold;
		color: #666;
	}
	.WizardCategoriesLightBox .categories a
	{
		display: block;
		padding: 2px 4px;
		text-transform: capitalize;
	}
	.WizardCategoriesLightBox .categories a:hover, .WizardCategoriesLightBox .categories a.chosen
	{
		background-color: #799900;
		color: #fff;
		text-decoration: none;
	}
.WizardTypeLightBox
{
	top: 30px;
	left: 200px;
}
	.WizardTypeLightBox .content
	{
		width: 157px !important;
		height: 245px !important;
	}
	.WizardTypeLightBox h4
	{
		font-size: 1.1em;
		font-weight: bold;
		margin-bottom: 10px;
	}
	.WizardTypeLightBox ul a
	{
		display: block;
		padding: 4px 4px 4px 24px;
		text-transform: capitalize;
		background: transparent url('') 0 0 no-repeat;
	}
	.WizardTypeLightBox ul a:hover, .WizardTypeLightBox ul a.chosen
	{
		background-color: #799900;
		color: #fff;
		text-decoration: none;
		background-position: 0 -20px;
	}

.WizardDuplicatesLightBox
{
	top: 20px;
	left: 103px;
}
	.WizardDuplicatesLightBox .content
	{
		width: 488px !important;
		height: 365px !important;
	}
		.WizardDuplicatesLightBox h2
		{
			color: #666666;
			font-size: 0.95em;
			padding-bottom: 4px;
			border-bottom: 2px solid #000;
		}
		.WizardDuplicatesLightBox ul
		{
			height: 316px;
			overflow-y: auto;
			position: relative;
		}
			.WizardDuplicatesLightBox ul li
			{
				border-bottom: 1px solid #000;
				padding: 8px 0;
				font-weight: bold;
				position: relative;
			}
				.WizardDuplicatesLightBox ul li .favicon
				{
					position: absolute;
					top: 7px;
					left: 1px;
					width: 16px;
					height: 16px;
				}
				.WizardDuplicatesLightBox ul li h4, .WizardDuplicatesLightBox ul li .clicked, .WizardDuplicatesLightBox ul li .url
				{
					margin: 0 158px 0 22px;
				}
				.WizardDuplicatesLightBox ul li .user
				{
					float: right;
				}
				.WizardDuplicatesLightBox ul li h4 a
				{
					font-weight: bold;
					font-size: 11px;
				}
				.WizardDuplicatesLightBox ul li .url
				{
					padding: 3px 0;
					color: #9a9a9a;
					font-weight: bold;
				}
				.WizardDuplicatesLightBox ul li .clicked
				{
					color: #666666;
					font-weight: bold;
				}
/* ------ */

.CopySet
{
}
	.CopySet .content
	{
		height: 250px;
		width: 250px;
	}
	.CopySet input, .CopySet label
	{
		vertical-align: middle;
	}
	.CopySet label
	{
		font-weight: bold;
	}
	.CopySet div
	{
		padding: 2px 0;
	}
	.CopySet .t
	{
		padding-top: 20px;
	}
	.CopySet .f
	{
		padding: 2px 0 2px 20px;
	}
	.CopySet .f select, .CopySet .f input
	{
		width: 212px;
	}
	.CopySet .spt
	{
		margin-top: 15px;
		cursor: default;
	}
	.CopySet #spages
	{
		display: none;
		margin-left: 18px;
		line-height: 1.2em;
	}
		.CopySet #spages label
		{
			font-weight: normal;
		}
	.CopySet .war
	{
		position: absolute;
		bottom: 45px;
		left: 20px;
	}

.DemoLightBox .content
{
	width: 594px !important;
	height: 400px !important;
}
	.DemoLightBox .content .dbutton
	{
		position: absolute;
		bottom: 50px;
		left: 176px;
	}
		.DemoLightBox .content .dbutton a.get
		{
			display: block;
			width: 252px;
			height: 42px;
			background: transparent url('../images/b_get_grazeit_bg.gif') top left no-repeat;
			padding: 20px 20px 0 0;
			color: #fff;
			font-size: 2em;
			text-decoration: none;
			text-align: center;
			line-height: .7em;
		}
		.DemoLightBox .content .ie a.get{ background-image: url('../images/b_get_grazeit_bg_ie.gif'); }
		.DemoLightBox .content .ff a.get{ background-image: url('../images/b_get_grazeit_bg_ff.gif'); }
		.DemoLightBox .content .other a.get{ background-image: url('../images/b_get_grazeit_bg_other.gif'); }

		.DemoLightBox .content .dbutton a.get:hover
		{
			text-decoration: none;
		}
		.DemoLightBox .content .dbutton a.get span
		{
			display: block;
			color: #4f6407;
			font-size: .45em;
			font-weight: bold;
		}
		.DemoLightBox .content .dbutton p
		{
			color: #656565;
			text-align: center;
			padding: 0;
		}
.ReqInviteLightBox
{
}
	.ReqInviteLightBox .content
	{
		width: 300px !important;
		height: 125px !important;
	}

/* Alert */
.AlertLightBox
{
	top: 150px;
	left: 600px;
}
	.AlertLightBox .content
	{
		width: 300px !important;
		height: 125px !important;
	}
		.AlertLightBox .content padding
		{
			line-height: 1.1em;
		}

.DeleteBlogFromBot
{
}
	.DeleteBlogFromBot .content
	{
		height: 100px !important;
	}

.EditBlogFromBot
{
}
	.EditBlogFromBot .content
	{
		height: 170px !important;
	}

.RunBot
{
}
	.RunBot .content
	{
		width: 400px;
		height: 150px;
	}

.AuthLightBox, .Invite2Bot
{
}
	.AuthLightBox #AuthTitle, .Invite2Bot .title
	{
		font-size: 13px !important;;
	}
	.AuthLightBox .content
	{
		padding-top: 10px;
		height: 	 240px !important;
		width: 	 350px !important;
		font-size:   12px;
	}
	.Invite2Bot .content
	{
		padding-top: 10px;
		height: 	 210px !important;
		width: 	 350px !important;
		font-size:   12px;
	}
	.AuthLightBox td, .Invite2Bot td, .EditBlogFromBot td
	{
		padding: 4px 5px 4px 0;
	}
	.Invite2Bot input
	{
		border: 1px solid #aaa;
		color: gray;
	}


/* -------- */

.tooltip
{
	z-index: 1000;
}
	.tooltip .tip
	{
		border: 1px solid #999999;
		background: #fff;
		font-size: 12px;
		width: 235px;
		padding: 10px;
		height: 90px;
	}
	.tooltip .tip-bottom
	{
		background: transparent url('/images/bubble-tip-bottom.gif') 0 0 no-repeat;
		height: 10px;
		width: 255px;
		margin-top: -1px;
	}