input.search-box{
	width:200px;
}
#referralEmailStatusDiv{
	width:350px;
	float:left;
}
#referralEmailStatusDiv1{
	float:left;
}

#referralRewardDiv{
	width:50%;
	float:left;
}
#referrerReward{
	width:100%;
}

.multiple_emails-container { 
	border:3px #ccc solid; 
	border-radius: 4px; 
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075); 
	padding:0; margin: 0; cursor:text; width:100%; 
}

.multiple_emails-container input { 
	clear:both; 
	width:95%; 
	border:0px; 
	outline: none; 
	margin-bottom:3px; 
	padding-left: 5px; 
}

.multiple_emails-container input.multiple_emails-error {	
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px red; 
	outline: thin auto red; 
}

.multiple_emails-container ul {	
	list-style-type:none; 
	padding-left: 0; 
}

.multiple_emails-email { 
	margin: 3px 5px 3px 5px; 
	padding: 3px 5px 3px 5px; 
	border:1px #BBD8FB solid;	
	border-radius: 3px; 
	background: #F3F7FD;
	word-break: break-all; 
}

.multiple_emails-close { 
	float:left; 
	margin:0 3px;
}


.referralAdvertisment h1 {
	font-size: 14px;
}

.referralFaq, .referralTandC, 
.referralAdvertisment, .referralMedium,
.referralRewardSetting
{
	padding: 10px 0 10px 0;
}

.referralEmailContainer{
	height:auto;
	clear: both;
	display: block;
	border: 1px solid #cccccc;
	padding:15px;
	padding-bottom: 2cm;
	margin: 1% ;
}

.referralEmailContainer .left{
	width:60%;
}

.faq, .TandC{
	margin-top:2%;
	margin-bottom:2%;
}

.sendEmailConatiner{
	width:98%;
	height:98%;
	border: 1px solid #cccccc;
    padding: 1%;
    word-break: break-all;
    margin: 0.5%; 	
}

.customBody, .customSubject{
	clear:both; 
	border: 3px solid #ccc;
	outline: none;
	width:100%; 
}

.referralCode{
	font-size:18px;
  	font-weight:80;
  	color:red;
  	vertical-align: middle;
  	padding: 0 10px 0 10px;
}

.referralCodeIntro {
	vertical-align: middle;
}

.referralNav a {
	color: #fff;
}

.table-fill {
  background: white;
  border-radius:3px;
  border-collapse: collapse;
  margin: auto;
  padding:5px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  animation: float 5s infinite;
}
 
.table-fill th {
  color:#fff;
  background:#aaa;
  border-bottom:3px solid #C1C3D1;
  border-right: 1px solid #C1C3D1;
  border-left: 1px solid #C1C3D1;
  font-weight: 100;
  padding:10px;
  text-align:center;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  vertical-align:middle;
}
  
.table-fill tr {	
  color:#666B85;
  font-weight:normal;
  text-shadow: 0 1px 1px rgba(256, 256, 256, 0.1);
}

.table-fill td {
  border: 1px solid #C1C3D1;
  background:#FFFFFF;
  padding:5px;
  text-align:center;
  vertical-align:middle;
  font-weight:300;
  text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.1);
  border-right: 1px solid #C1C3D1;
}
 
.table-fill tr:hover td {
  background:#F1F2EE;
  border-top: 1px solid #22262e;
  border-bottom: 1px solid #22262e;
}
#referralEmailInput{
	width:99.5%;
}
#alreadyMemberList, #failedList, #alreadySentTodayList{
	word-break: break-all;
	margin:	1%;
	padding: 1%;
	display: block;
	border: 1px solid #cccccc;
}

#refereeStatus{
	margin-bottom:10px;
	margin-right:5px;
}
#refereeEmailInput{
	width:195px;
	margin-bottom:8px;
	margin-left:5px;
	margin-right:5px;
}
#search_btn{
	margin-bottom:5px;
	margin-left:5px;
}

#bpLoader {
	position: fixed;
	height: 100%;
	width: 100%;
	z-index: 9000;
	background: black;
	opacity:.4;
	display:none;
	top:0;
	left:0;
}

.loaderImage {
	position: relative;
	top: 50%;
	text-align:center;
}