@charset "UTF-8";
/* CSS Document */

.ticket-box {
	background: url('/images/invite/ticket-bg-gray.png') no-repeat;
	padding-bottom: 10px;
	width: 783px;
	/* border-right: 15px solid #439639; */
}
/* ie6 */
* html .ticket-box {
	background: transparent none;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/invite/ticket-bg-gray.png', sizingMethod='crop');
	border-right: 0px;
}

.ticket-box-bottom {
	background: url('/images/invite/ticket-bg-gray-bottom.png') no-repeat;
	height: 18px;
	/* border-right: 15px solid #439639; */
}
/* ie6 */
* html .ticket-box-bottom {
	background: transparent none;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/invite/ticket-bg-gray-bottom.png', sizingMethod='image');
	border-right: 0px;
}

.ad-placeholder { padding-right: 33px;border-width:0px;}
* html .ad-placeholder { border-right-width: 0px; }


/* ie6 overrides */
#ticket-label-event {background: url('/images/invite/section-event.png') no-repeat;}
* html #ticket-label-event {background: transparent none;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/invite/section-event.png', sizingMethod='image');}
#ticket-label-ticket {background: url('/images/invite/section-ticket.png') no-repeat;}
* html #ticket-label-ticket {background: transparent none;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/invite/section-ticket.png', sizingMethod='image');}
#ticket-label-to {background: url('/images/invite/section-to.png') no-repeat;}
* html #ticket-label-to {background: transparent none;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/invite/section-to.png', sizingMethod='image');}
#ticket-label-from {background: url('/images/invite/section-from.png') no-repeat;}
* html #ticket-label-from {background: transparent none;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/invite/section-from.png', sizingMethod='image');}


.ticket-column-left {
	margin-left: 23px;
	position:relative;
}
.ticket-column-right {
	margin-top: 15px;
	position:relative;
}

.ticket-box-label {
	margin-left: 6px;
	width:20px;
	margin-top:100px;
}

#event-image {
	height: 220px;
	overflow: hidden;
}

.header-img {
	background-image:url(../../img/iggli-logo.gif);
	background-repeat:no-repeat;
	background-position:top-left;
	display:block;
	width:300px;
	line-height:100px;
	text-align:left;
	}
	

div.autocomplete {
  position:absolute;
  width:250px;
  background-color:white;
  border:1px solid #888;
  margin:0px;
  padding:0px;
}
div.autocomplete ul {
  list-style-type:none;
  margin:0px;
  padding:0px;
}
div.autocomplete ul li.selected { background-color: #ffb;}
div.autocomplete ul li {
  list-style-type:none;
  display:block;
  margin:0;
  padding:2px;
  cursor:pointer;
}
ul#recipient-list li {
	line-height: 20px; height: 20px; overflow: hidden;
}
ul#recipient-list li img {
	margin-right: 5px;
	display:inline;
}
ul#recipient-list li span { 
	display:inline;
}
.invitee {
	font-size: 12px;
}
.invitee-status {
	margin:0px 3px 0px 5px;
}


