#sharePopup {
	background-image: url(../images/ajax/share/share_loader_black.gif);
	background-position: center center;
	background-repeat: no-repeat;
	z-index: 1000;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-color: #333333;
	border-style: solid;
	border-width: 2px;
	background-color: black;
	left: 50%;
	top: 50%;
	display: block;
	position: absolute;
	height: 300px;
	width: 400px;
}

#subscribePopup {
	background-image: url(../images/ajax/share/share_loader_black.gif);
	background-position: center center;
	background-repeat: no-repeat;
	z-index: 1000;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-color: #333333;
	border-style: solid;
	border-width: 2px;
	background-color: black;
	left: 50%;
	top: 50%;
	display: block;
	position: absolute;
	height: 300px;
	width: 400px;
}

body.white #sharePopup{
	background-color: white;
	border-color: #cccccc;
	color: #666666;	
}

#shareOverlay{
}

#sharePopup input#your_email, #sharePopup input#friend_email{
	margin-bottom: 10px;
	height: 20px;
	width: 260px;
}


#sharePopup label{
	margin-bottom: 10px;
	height: 20px;
	padding-right: 10px;
	display: inline;
	float: left;
	width: 120px;
}

#sharePopup #share_message{
	height: 50px;
	display: inline;
	clear: both;
	float: left;
	width: 390px;
}

#share_links{
	width: 400px;
	margin-top: 10px;
	padding-top: 10px;
	border-top-color: #333333;
	border-top-style: solid;
	border-top-width: 1px;
	display: inline;
	clear: both;
	float: left;
}

.share_logo{
	padding-right: 5px;
	height: 32px;
	width: 32px;
	display: inline;
	float: left;
}

#sharePopup h3.share_this_title{
	background-position: left top;
	background-image: url(../images/ajax/share/share_head.gif);
	background-repeat: no-repeat;
	height: 40px;
	width: 300px;
	overflow: hidden;
	text-indent: -9999px;
}

#sharePopup h3.share_success_message{
	background-position: left top;
	background-image: url(../images/ajax/share/message-sent.gif);
	background-repeat: no-repeat;
	height: 100px;
	width: 400px;
	overflow: hidden;
	text-indent: -9999px;
}

.shareSubmit{
	height: 24px;
	display: inline;
	float: left;
	clear: both;
}

#sharePopup label#share_message_label{
	padding: 0px;
	margin: 0px;
	height: 20px;
	width: 400px;
	display: inline;
	clear: both;
	float: left;
}

.shareError{
	font-size: 1.4em;
	line-height: 32px;
	border-color: #cc9900;
	border-style: solid;
	border-width: 2px;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-right: 32px;
	padding-left: 32px;
	color: #660000;
	background-color: yellow;
	width: 400px;
	height: 32px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;	
}

.subscribeError{
	font-size: 1em;
	line-height: 32px;
	border-color: #cc9900;
	border-style: solid;
	border-width: 2px;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-right: 32px;
	padding-left: 32px;
	color: #660000;
	background-color: yellow;
	width: 400px;
	height: 32px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;	
}

.processing{
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 10px;
	border-style: none;
	border-width: 0px;
	height: 24px;
	width: 16px;
	padding: 0px;
	background-position: left 4px;
	background-repeat: no-repeat;
	background-image: url(../images/ajax/share/submit_loader.gif);
	overflow: hidden;
	text-indent: -9999px;
	background-color: transparent;
}

.share_actions{
	height: 32px;
	margin-top: 10px;
	clear: both;
	display: inline;
	float: left;
}

.ajax_actions{
	height: 32px;
	margin-top: 10px;
	clear: both;
	display: inline;
	float: left;
}

.input_ok{
	background-position: right center;
	background-repeat: no-repeat;
	background-image: url(../images/ajax/share/input_tick.gif);
}

.input_warning{
	background-position: right center;
	background-repeat: no-repeat;
	background-image: url(../images/ajax/share/input_error.gif);
}

#sharePopup p, #loginPopup p{
	margin: 0px;
	padding: 0px;
}

.shareClose{
	background-image: url(../images/ajax/share/close_black.gif);
	background-position: left top;
	background-repeat: no-repeat;
	right: 0px;
	top: 0px;
	position: absolute;
	display: block;
	width: 16px;
	height: 16px;
	overflow: hidden;
	text-indent: -9999px;
	margin-right: 10px;
	margin-top: 10px;
}

.subscribeClose{
	background-image: url(../images/ajax/share/close_black.gif);
	background-position: left top;
	background-repeat: no-repeat;
	right: 0px;
	top: 0px;
	position: absolute;
	display: block;
	width: 16px;
	height: 16px;
	overflow: hidden;
	text-indent: -9999px;
	margin-right: 10px;
	margin-top: 10px;
}

#loginPopup{
	background-image: url(../images/ajax/share/share_loader_black.gif);
	background-position: center center;
	background-repeat: no-repeat;
	z-index: 1000;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-color: #333333;
	border-style: solid;
	border-width: 2px;
	background-color: black;
	left: 50%;
	top: 50%;
	display: block;
	position: absolute;
	height: 300px;
	width: 400px;
}

#loginPopup label{
	margin-bottom: 10px;
	height: 20px;
	padding-right: 10px;
	display: inline;
	float: left;
	width: 120px;
}

#loginPopup input#login_email, #loginPopup input#login_password{
	margin-bottom: 10px;
	height: 20px;
	width: 260px;
}

#loginPopup h3.loginPopHead{
	background-position: left top;
	background-image: url(../images/ajax/login/login_head.gif);
	background-repeat: no-repeat;
	height: 40px;
	width: 300px;
	overflow: hidden;
	text-indent: -9999px;
}

#loginPopup h3.logoutPopHead{
	background-position: left top;
	background-image: url(../images/ajax/login/logout_head.gif);
	background-repeat: no-repeat;
	height: 40px;
	width: 400px;
	overflow: hidden;
	text-indent: -9999px;
}

#loginPopup label.email_label{
	background-position: left top;
	background-image: url(../images/ajax/login/email_label.gif);
	background-repeat: no-repeat;
	overflow: hidden;
	text-indent: -9999px;
}
#loginPopup label.password_label{
	background-position: left top;
	background-image: url(../images/ajax/login/password_label.gif);
	background-repeat: no-repeat;
	overflow: hidden;
	text-indent: -9999px;
}
#loginPopup a.forgot_password{
	margin-top: 5px;
	clear: both;
	display: inline;
	float: left;
	height: 20px;
	width: 400px;
}

#loginPopup h3.login_success_message{
	background-position: left top;
	background-image: url(../images/ajax/login/login_success.gif);
	background-repeat: no-repeat;
	height: 100px;
	width: 400px;
	overflow: hidden;
	text-indent: -9999px;
}

#loginPopup .success{
	color: #99cc33;
	height: 24px;
	width: 400px;
	display: inline;
	clear: both;
	float: left;
}
h2.updates{
	padding-bottom: 5px;
	margin-bottom: 5px;
	width: 500px;
	height:32px;
	background-image: url(../images/account/updates_head.png);
	background-repeat: no-repeat;
	overflow: hidden;
	text-indent: -9999px;
}
.subscribe_email_field{
	width: 240px;
	height: 24px;
}
.subscribe_label{
	padding-right: 10px;
	display: inline;
	float: left;
	width: 130px;
}

#subscribePopup h3.mailing_success{
	background-position: left top;
	background-image: url(../images/account/thank_you.gif);
	background-repeat: no-repeat;
	height: 40px;
	width: 300px;
	overflow: hidden;
	text-indent: -9999px;
}

#share_wrapper #share_links{
	width: 250px;
}

