#wishmaster_frame {
	position: relative;
}

div#wishmaster .ui-autocomplete-loading {
	background: white url("/images/ui-anim-basic.gif") right center no-repeat;
}

@keyframes emphasiseSuccess {
	0% {
		color: #0f0;
	}
	
	25% {
		color: #0f0;
	}
	
	100% {
		color: #fff;
	}
}
@-webkit-keyframes emphasiseSuccess {
	0% {
		color: #0f0;
	}
	
	25% {
		color: #0f0;
	}
	
	100% {
		color: #fff;
	}
}
@-moz-keyframes emphasiseSuccess {
	0% {
		color: #0f0;
	}
	
	25% {
		color: #0f0;
	}
	
	100% {
		color: #fff;
	}
}
@-o-keyframes emphasiseSuccess {
	0% {
		color: #0f0;
	}
	
	25% {
		color: #0f0;
	}
	
	100% {
		color: #fff;
	}
}
@-ms-keyframes emphasiseSuccess {
	0% {
		color: #0f0;
	}
	
	25% {
		color: #0f0;
	}
	
	100% {
		color: #fff;
	}
}

div#wishmaster .emphasiseSuccess {
	animation: emphasiseSuccess 1s;
	-webkit-animation: emphasiseSuccess 1s;
	-moz-animation: emphasiseSuccess 1s;
	-o-animation: emphasiseSuccess 1s;
	-ms-animation: emphasiseSuccess 1s;
}

@keyframes emphasiseFailure {
	0% {
		color: #f00;
	}
	
	25% {
		color: #f00;
	}
	
	100% {
		color: #fff;
	}
}
@-webkit-keyframes emphasiseFailure {
	0% {
		color: #f00;
	}
	
	25% {
		color: #f00;
	}
	
	100% {
		color: #fff;
	}
}
@-moz-keyframes emphasiseFailure {
	0% {
		color: #f00;
	}
	
	25% {
		color: #f00;
	}
	
	100% {
		color: #fff;
	}
}
@-o-keyframes emphasiseFailure {
	0% {
		color: #f00;
	}
	
	25% {
		color: #f00;
	}
	
	100% {
		color: #fff;
	}
}
@-ms-keyframes emphasiseFailure {
	0% {
		color: #f00;
	}
	
	25% {
		color: #f00;
	}
	
	100% {
		color: #fff;
	}
}

div#wishmaster .emphasiseFailure {
	animation: emphasiseFailure 1s;
	-webkit-animation: emphasiseFailure 1s;
	-moz-animation: emphasiseFailure 1s;
	-o-animation: emphasiseFailure 1s;
	-ms-animation: emphasiseFailure 1s;
}

#wishmaster_search:focus {
	outline: none;
}

#wishmaster_results,
#wishmaster_results * {
	color: black;
}

#wishmaster_results {
	display: none;
	
	position: absolute;
	
	background-color: white;
	
	margin: 0 10px;
	margin-top: -10px;
}

#wishmaster_results > a {
	display: block;
	
	margin: 0;
	padding: 5px;
	
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	
	font-size: 12pt;
}

#wishmaster_results > a:hover {
	color: #fff;
	background-color: rgb(7,141,238);
}

#wishmaster_results > a > span {
	color: #000;
	background-color: #fff;
	position: absolute;
	right: 5px;
	text-align: right;
	
	padding: 0 5px;
	
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	
	opacity: 0;
	max-width: 0;
	
	transition: opacity .25s, max-width .75s ease-in;
	-webkit-transition: opacity .25s, max-width .75s ease-in;
	-moz-transition: opacity .25s, max-width .75s ease-in;
	-o-transition: opacity .25s, max-width .75s ease-in;
	-ms-transition: opacity .25s, max-width .75s ease-in;
}

#wishmaster_results > a:hover > span {
	opacity: 1;
	max-width: 50%;
	
	transition: opacity .25s, max-width .75s ease-out;
	-webkit-transition: opacity .25s, max-width .75s ease-out;
	-moz-transition: opacity .25s, max-width .75s ease-out;
	-o-transition: opacity .25s, max-width .75s ease-out;
	-ms-transition: opacity .25s, max-width .75s ease-out;
}

#wishmaster_results > a:hover > span:hover {
	max-width: 90%;
	
	transition: max-width .75s ease-out;
	-webkit-transition: max-width .75s ease-out;
	-moz-transition: max-width .75s ease-out;
	-o-transition: max-width .75s ease-out;
	-ms-transition: max-width .75s ease-out;
}

#wishmaster_search:focus + #wishmaster_results {
	display: block;
	
	z-index: 1;
}

#wishmaster_playbutton {
	float: right;
}

div#wishmaster > fieldset input,
div#wishmaster > fieldset select {
	margin-bottom: 10px;
}

div#wishmaster > fieldset input[type="button"] {
	width: 200px;
}

div#wishmaster > fieldset > div {
	width: 606px;
}

#wishmaster_messages {
	margin: 10px 0;
}

#wishmaster_info {
	position: absolute;
	
	bottom: 10px;
	
	font-size: .8em;
}

#wishmaster_wishlist td:first-child {
	width: 2em;
}

#wishmaster_wishlist a:hover {
	color: rgb(7,141,238);
}

a.edit, a.edit:hover {
	color: red !important;
}

a.edit:hover {
	text-decoration: underline;
}

a.nope, a.nope:hover {
	text-decoration: underline;
}
