#emails {
	margin-bottom: 30px !important;
	list-style: none;
	clear: both;
}

* html #emails { margin-bottom: 30px !important; }

* html #emails {
	margin-bottom: 80px;
}

#emails li {
	float: left;
	width: 48px;
	height: 49px;
	background: #FFFFFF url(/invite/images/mail_box_off.png) top left no-repeat;
	margin-right: 1px;
	text-align: center;
	cursor: pointer;
}

#emails li.on {
	background: #FFFFFF url(/invite/images/mail_box_on.png) top left no-repeat;
}

#emails li.on p {
	color: #333333 !important;
}

#emails img {
	padding: 9px 0 0 0;
}

#emails .title {
	margin-top: 3px;
	font-size: 9px;
	color: #009DDC;
	clear: both;
}

* html #emails .title {
	margin-top: 5px;
}

#credentials {
	margin-bottom: 20px;
	font-size: 12px;
	clear: both;
    display:none;
}

#credentials label {
	font-weight: bold;
	margin-right: 5px;
	font-size: 12px;
}

#credentials input {
	border: 1px solid #009DDC;
	padding: 3px;
	margin-right: 25px;
	width: 100px;
	color: #666666;
	font-size: 12px;
}


/*.clear { clear: both; height: 2px; }*/


#credentials #submit {
	width: 65px;
	height: 22px;
	border: none;
	margin: 0;
	padding: 0;
	text-align: center;
	cursor: pointer;
	color: #FFFFFF;
	font-weight: bold;
	background: #FFFFFF url(/invite/images/ok_button.gif) top left no-repeat;
}

#invitations label {
	margin: 1px 10px 0 0;
	font-size: 11px;
}

#showMail{
	clear: both;
}

#invitees {
	border: 1px solid #CECECE;
	margin: 5px 0;
	padding: 5px;
	clear: both;
}

#invitees tbody td {
	width: 140px;
	height: 82px;
	padding: 6px 8px 8px 8px;
	margin: 25px;
    cursor:pointer;
}

* html #invitees tbody td {
	padding-top:4px;
}

#invitees tbody td.chover {
	background: #FFFFFF url(/invite/images/cb_hover.png) top left no-repeat;
}

#invitees tbody td.on {
	background: #FFFFFF url(/invite/images/cb_on.png) top left no-repeat;
}

#invitees tbody td.on .in_name, #invitees td.hover .in_name #invitees tbody td.on .in_mail, #invitees td.hover .in_mail {
	color: #333333;
}

#invitees tbody td.on a {
	color: #FFFFFF;
}

#invitees tbody img {
	float: left;
	padding: 2px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
}

.in_name {
	padding: 8px 0 0 0;
	margin-left: 1px;
	width: 65px;
	float: left;
	font-size: 11px;
    overflow:hidden;
   text-align:left;
}
 #page p.in_name{
	line-height:1.2em;
}

.in_mail {
	clear: both;
	/*padding-top: 2px;*/
  	margin:0px;
	padding:4px 0px 0px 0px;
    font-size:12px;
   	overflow:hidden;
	width:124px;
    /*font-weight:600;*/
    
}

#friends_list{
    display:none;
}

#paging {
	text-align: center;
	margin: 5px 0;
	font-size: 10px;
}

#paging a {
	padding: 0 5px;
}

#send_invitations {
	width: 160px;
	height: 22px;
	border: none;
	font-size: 12px;
	padding-bottom: 2px;
	text-align: center;
	cursor: pointer;
	color: #FFFFFF;
	font-weight: bold;
	background: #FFFFFF url(/invite/images/send_button.gif) top left no-repeat;
    display:none;
}

#friends_manual {
	display: none;
}

#friends_manual textarea {
	border: 1px solid #009DDC;
	padding: 3px;
	width: 500px;
	color: #666666;
	font-size: 12px;
	margin-bottom: 20px;
}

.manual_exp {
	font-size: 12px;
	color: #666666;
	padding-left: 10px;
	font-weight: normal;
}

.pageNum{
	border:1px lightblue solid;
    width:24px !important;
}

.credit {
	width: 100%;
	text-align: center;
	font-size: 10px;
	padding-top: 20px;
}

/* invite results panel styles */

#confirmation {
	border: 1px solid #CECECE;
	padding: 20px;
	margin: 20px 0 0 0;
    display:none;
}

#innerbox .confirmed {
	background: transparent url(/invite/images/confirmed.gif) top left no-repeat;
	padding-left: 55px;
	margin-bottom: 20px;
    display:none;
	height: 45px;
}

#innerbox .rejected {
	background: transparent url(/invite/images/rejected.gif) top left no-repeat;
	padding-left: 55px;
	height: 45px;
}

#innerbox h3 {
	font-size: 12px;
	color: #666666;
	margin: 0;
	padding: 6px 0;
    font-weight:bold;
}

#innerbox ul {
	font-size: 12px;
}

#innerbox li {
	margin-bottom: 5px;
}

#msg {
	display:none;
	clear: both;
	margin-bottom: 40px;
}

#wait {
	clear: both;
	margin-bottom:10px;
	padding-top:0px;
	display:none;
}
