.white-popup {
    position: relative;
    background: #FFF;
    padding: 20px;
    width: 300px;
    height: 150px;
    margin: 20px auto;
}
.video_menu a.ajax-popup-link {
	padding: 8px 5px 0 5px; 
	width: 90px;
}
.share-email-window {
	max-width:400px; 
	margin: 20px auto;
}
#share-form .zend_form dt {
	width: 100px;
}
#share-form .zend_form #email {
	width: 220px;
}
#share-main-content .share-message {
	text-align: left;
}
#share-main-content .share-message-after {
	text-align: left;
	display: none;
}
#share-form #submit {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	line-height: 12px;
	width: 80px;
	/*background: url(../images/edit_btn.png) no-repeat -81px 0px;*/
	margin: 0;
	padding: 0;
	border: 0;
	height: 19px;
}

/*#share-form #submit:hover {
	background: url(../images/edit_btn.png) no-repeat 0px 0px;
}*/

#share-main-content .share-error-message {
	display: none;
	color: #FF0000;
}

#share-success-message {
	display: none;
	color: #33CC00;
	padding-bottom: 15px;
}
#share-form #submit-element {
	width: 130px;
}
#share-form #cancel-element {
	width: 60px;
}
#share-form #cancel-label{
	clear: none;
	width: 2px;
}
#share-form #cancel {
	display: none;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	line-height: 12px;
	width: 80px;
	margin: 0;
	padding: 0;
	border: 0;
	height: 19px;
	/*background: url(../images/edit_btn.png) no-repeat -81px 0px;*/
}

#share-loading {
	display: none;
	text-align: center;
	padding: 60px 0;
}