/* POPUP */
.popup {
	width: 480px;
	color: #FFF;
	border: 1px solid #717070;
	margin: 0px auto;
	position: absolute;
	left: 10px;
	top: 10px;
	display: none; 
    z-index: 100;
}
.helper {
  background-color: #fff;
  color: #162934;
}
.popup .header {
	background: #fff url('../images/bkg-campaigns-title-admin.jpg') left top repeat-x;
	height: 48px;
	padding: 0px 20px;
	line-height: 48px !important;
	color: #fff;
}
.helper .header {
  height: 39px;
  line-height: 39px !important;
  margin-bottom: 1px;
}
.popup .header p {
	font-size: 20px;
	font-weight: normal;
	float: left;
}
.helper .header p {
  font-size: 15px;
  font-weight: bold;
}
.popup .header span { color: #C2E1FF !important; }
.popup .header a {
	display: block;
	background: url('../images/close-popup.png') right top no-repeat;
	line-height: 20px;
	padding: 0 25px 0 5px;
	float: right;
	margin-top: 11px;
	color: #fff;
	text-decoration: none;
	border: 1px solid #fff;
	font-weight: bold;
}
.helper .header a {
  background: url('../images/popup-helper-close.png') right top no-repeat;
  border: 0px;
  line-height: 15px;
}
.popup .content  {
	background: #FFF url('../images/bkg-content-blue.png') left -60px repeat-x;
	/*
	height: 300px;
	*/
	overflow: hidden;
	padding: 20px;
	color: rgb(65,65,65);
}
.helper .content {
  background: #c7e7fe;
  border-top: 1px #cdcdcd solid;
  color: #162934;
  font-size: 13px;
  font-weight: bold;
}
#customerService .content {
    padding: 20px 12px;
}
.popup .content .explanation { text-align: justify; }
.popup-location {
	position: absolute; 
	z-index: 10; 
	left: 20%; 
	top: 240px;
}

.message {
	text-align: center;
	color: #414141;
}
.message .buttons {
	overflow: hidden;
	width: 280px;
	margin: 10px auto;
}

#previewInvite {
	left: -126px;
	top: -65px;
	width: 750px;
}
#replace-with-edited-body { 
	color: #414141; 
	text-align: justify;
}

/* FORMS */

#edit-contact-form,
#import-contacts-form,
#popup-content-fields,
#message-after-change,
#popup-content-addContact form {
	width: 304px;
	margin: 0px auto;
	color: #414141;
	font-weight: bold;
	font-size: 12px;
	overflow: hidden;
}
#form-for-invites { color: #414141; }
#popup-content-addContact #add-contact-form .formfield,
#edit-contact-form .formfield,
#import-contacts-form .formfield,
#popup-content-fields .formfield {
	margin-top: 10px;
	overflow: hidden;
	width: 304px;
}
#add-contact-form .formfield {
  width: 315px !important;
} 
#popup-content-addContact #add-contact-form .field,
#edit-contact-form .field,
#import-contacts-form .field,
#popup-content-fields .field,
#popup-content-forgotPassword .field { clear: both; }

#popup-content-addContact #add-contact-form label,
#edit-contact-form label,
#import-contacts-form label,
#popup-content-fields label {
	display: block;
	float: left;
	width: 100px;
	line-height: 22px;
	color: #1677b4;
	font-size: 13px;
}
/*#add-contact-form input,*/
#edit-contact-form input,
#import-contacts-form input,
#popup-content-addContact input,
#popup-content-changePassword input,
#popup-content-fields input	{
	background: #FFF url('../images/bkg-input-admin.png') left top repeat-x;
	border: 2px solid #999;
	float: left;
	width: 196px;
	height: 18px;
	padding: 2px;
	color: #414141;
}
#add-contact-form .button,
#edit-contact-form .button,
#import-contacts-form .button,
.delete-contact .button,
#form-for-invites .button,
.message .button,
#popup-content-fields .button,
#message-after-change .button,
.submit-buttons .button {
	background: none;
	height: 50px;
	margin: 20px auto 0px;
	overflow: hidden;
	padding: 0px;
	width: 120px;
}

.centered-button .button-type-1 {
	margin: 20px auto 0px;
	width: 122px;
}

#add-contact-form .button a,
#edit-contact-form .button a,
#import-contacts-form .button a,
.delete-contact .button a,
#form-for-invites .button a,
.message .button a,
#popup-content-fields .button a,
#message-after-change .button a,
.submit-buttons .button a {
	background: url('../images/bkg-bigbutton-green-admin.png') left top repeat-x;
	color: #FFF;
	display: block;
	line-height: 48px;
	float: left;
	font-size: 15px;
	font-weight: bold;
	height: 50px;
	padding-right: 6px;
	text-align: center;
	text-decoration: none;
	width: 94px;
}
#add-contact-form .button .left-side,
#edit-contact-form .button .left-side,
#import-contacts-form .button .left-side,
.delete-contact .button .left-side,
#form-for-invites .button .left-side,
.message .button .left-side,
#popup-content-fields .button .left-side,
#message-after-change .button .left-side,
.submit-buttons .button .left-side {
	background: url('../images/bkg-bigbutton-green-admin.png') left -60px repeat-x;
	float: left;
	width: 10px;
	height: 50px;
	position: relative;
}
#add-contact-form .button .right-side,
#edit-contact-form .button .right-side,
#import-contacts-form .button .right-side,
.delete-contact .button .right-side,
#form-for-invites .button .right-side,
.message .button .right-side,
#popup-content-fields .button .right-side,
#message-after-change .button .right-side,
.submit-buttons .button .right-side{
	background: url('../images/bkg-bigbutton-green-admin.png') left -120px repeat-x;
	float: left;
	width: 10px;
	height: 50px;
	position: relative;
}
#edit-contact-form .error-popup {
	text-align: center;
	display: none;
}
#import-contacts-form #provider-list { vertical-align: -5px; }
.delete-contact p { text-align: center; }
.delete-contact .buttons { overflow: hidden; margin-top: 20px; }
 #add-contact-form .form_error,
 #edit-contact-form .form_error,
 #import-contacts-form .form_error,
 #popup-content-fields .form_error {
 	width: 200px;
	float: right;
 }
 .contacts_error {
 	text-align: center;
	background-color:#FEE9E8;
	border: 1px solid #CC0000;
	color:#CC0000;
	line-height:20px;
 }
#message-after-change p { text-align: center; }
#confirmDeleteUploadedFile {
	margin-top: 300px;
}
p.create-invites-error { 
	text-align: center;
	color: #414141;
	font-size: 12px;
	font-weight:bold;
	text-align: center;
}
 /* end forms */
 
#confirmDeleteCampaign,
#confirmDeleteCampaign2 {
	left: 300px;
	top: 741px;
	width: 383px; 
}
#confirmDeleteCampaign2 { top: 295px; }
 
#writingTips,
#sampleWriteUps {
 	left: 575px;
 	top: 346px;
 	width: 380px;
}
#imageUsageTips {
  top: 850px;
  left: 470px;
}
#whyWeNeedThis {
  left: 270px;
  top: 393px;
}
#paymentPolicies {
  left: 362px;
  top: 200px;
}
#logoUsageTips {
  top: 450px;
  left: 270px;
}
#termsOfUse {
  top: 425px;
  left: 435px;
}
#termsOfUse .content {
  height: 400px;
  overflow-y: auto; 
}
#termsOfUse p.heading {
  font-weight: bold;
  margin: 10px 0;
}
#termsOfUse p.first-heading { margin-top: 0; }
#termsOfUse p.mb { margin-bottom: 10px; }

.sample-text,
.popup-normal {
 	color: #414141;
 	font-weight: normal;
}
.sample-text p { margin-bottom: 10px; }

#writingTips .content ul { margin: 0 0 10px 25px; }

#sampleWriteUps .sample-text { display: none; }
#sampleWriteUps .content .last { margin-bottom: 20px; }

#importLearnMore {
	top: 859px;
	left: 442px;
}
#importLearnMoreParents {
	top: 791px;
	left: 442px;
}
#importLearnMoreParents .content,
#importLearnMore .content { color: #414141; }
#importLearnMoreParents .content p,
#importLearnMore .content p { margin-bottom: 10px; }

#giftForm {
	top: 218px;
	left: 460px;
}

#cvvPopup {
	left: auto;
	right: 25px;
	top: 100%;	
}
#cvvPopup .content {
	color: #414141;
	font-weight: normal;
}
#cvvPopup .content p { margin-bottom: 10px; }

#importContact {
	left: -10px;
	width: 610px;
}

#noCampaigns { display: block; }

#customerService {
	top: auto;
	left: 250px;
	bottom: 30px;
}
#topSeeAll span ,
#emailsReview span { color: black}
#emailsReview .type-1,
#topSeeAll .type-1 {
	background-color: #FFF;
}
#emailsReview .type-2,
#topSeeAll .type-2 {
	background-color: #efefef;
}
#emailsReview .content-border,
#topSeeAll .content-border {
	border: 2px solid #E2E2E2;
	overflow-y: auto;
	max-height: 243px;
}
#information { 
	left: -277px; 
	top: 110px;
}

#changePassword {
	top: 580px;
	left: 307px;	
}
#passwordChanged {
	top: 680px;
	left: 307px;
}

