::selection {
	background: #C933FF;
	color: white;
}
::-moz-selection {
	background: #C933FF;
	color: white;
}
body {
	padding: 0px;
	margin: 0px;
	-webkit-user-select: none;
	-moz-user-select: none;
	overflow: hidden;
	-webkit-text-stroke: 1px transparent;
}
#con {
	width: 700px;
	margin: 0 auto;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -25px;
	margin-left: -350px;
	-webkit-animation-duration: .5s;
		-webkit-animation-iteration-count: 1;
		-webkit-animation-name: pop;
		-webkit-animation-timing-function: ease-in;
}
#bookmark {
	font: bold 25px Helvetica; 
	color: #333; 
	padding: 20px;
	display: block;
	text-align: right;
	opacity: 0.3;
	text-decoration:none;
	-webkit-transition: all 0.2s ease-in-out; 
		-moz-transition: all 0.2s ease-in-out;
}
#top {
	height: 100px;
	-webkit-box-shadow: inset rgba(0, 0, 0, 0.5) 0px 25px 45px -30px;
		-moz-box-shadow: inset rgba(0, 0, 0, 0.5) 0px 25px 45px -30px;
}
#bookmark span {
	color: #999; 
	font-weight: normal; 
	font-style: italic; 
	font-family: Georgia; 
	font-size: 50%;
}
#bookmark:hover {
	opacity: 1;
}
#overlay {
	background: black;
    -webkit-animation: fade 0.5s ease-in;
    background: -webkit-linear-gradient(rgba(30,30,30,0.7),rgba(0,0,0,1));
    	background: -moz-linear-gradient(0% 100% 90deg,rgba(0,0,0,1), rgba(30,30,30,0.7));
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 9999999;
    text-align: center;
}
#overlay .link {
	font: normal 60px/100% Helvetica;
	color: white;
	display: inline-block;
	height: 60px;
	text-shadow: rgba(0,0,0,0.6) 0px 2px 3px;
	position: relative;
	top: 50%;
	margin-top: -32px;
	-webkit-user-select: text;
	-moz-user-select: text;
	-webkit-animation-duration: .5s;
		-webkit-animation-iteration-count: 1;
		-webkit-animation-name: pop;
		-webkit-animation-timing-function: ease-in;
}
input[type=text] {
    width: 463px;
    display: block;
    padding: 0;
    height: 50px;
    padding-left: 20px;
    padding-right: 217px;
    border: 0px solid white;
    font: bold 18px Helvetica;
    color: #aaa;
    border: 1px solid #BBB;
    -webkit-box-shadow: white 0px -1px 0px inset, rgba(0, 0, 0, 0.083594) 0px 1px 4px inset;
    	-moz-box-shadow: white 0px -1px 0px inset, rgba(0, 0, 0, 0.083594) 0px 1px 4px inset;
 	-webkit-border-radius: 4px;
 		-moz-border-radius: 4px;
	    border-radius: 4px;
    margin: 0px;
    -webkit-transition: all 0.2s ease-in-out; 
    	-moz-transition: all 0.2s ease-in-out;
}
button, input[type=submit] {
	background: #A614DB;
    background:  -webkit-linear-gradient(#C933FF, #A614DB); 
    	background: -moz-linear-gradient(0% 100% 90deg,#A614DB, #C933FF);
    display: inline-block;
    padding: 2px;
    font: normal 9px Helvetica;
    color: white;
    text-shadow: #630D7A 0px 1px 1px;
    -webkit-box-shadow: white 0px 1px 0px inset, rgba(0, 0, 0, 0.0429688) 0px 1px 4px, #C933FF 0px 0px 10px;
    	-moz-box-shadow: white 0px 1px 0px inset, rgba(0, 0, 0, 0.0429688) 0px 1px 4px, #C933FF 0px 0px 10px;
    border: 1px solid #630D7A;
    padding-left: 6px;
    padding-right: 6px;
    -webkit-border-radius: 4px;
    	border-radius: 4px; 
    	-moz-border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out; 
    	-moz-transition: all 0.2s ease-in-out;
    cursor: pointer;
    position: absolute;
    bottom: 18px;
    right: 20px;
    z-index: 3;
}
.tooltip {
	font: bold 25px Helvetica; 
	color: #333; 
	width: 700px;
	height: 50px;
	background: #eee;
	margin: 0 auto;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -350px;
	margin-top: -25px;
	z-index: 999;
	line-height: 50px;
	-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
	border: 1px solid #999;
	text-shadow: #555 0px 1px 1px;
	background:  -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#ccc));
		background: -moz-linear-gradient(0% 100% 90deg, #ccc, #fff);
	-webkit-box-shadow: white 0px 1px 0px inset;
		-moz-box-shadow: white 0px 1px 0px inset;
	color: #999;
	text-shadow: white 0px 1px 0px;
	display: none;
}
button:hover, input[type=submit]:hover {
    border: 1px solid #555;
    text-shadow: #555 0px 1px 1px;
    background: #999;
    background:  -webkit-gradient(linear, 0% 0%, 0% 100%, from(#aaa), to(#777));
    	background: -moz-linear-gradient(0% 100% 90deg, #777, #aaa);
    -webkit-box-shadow: white 0px 1px 0px inset;
	    -moz-box-shadow: white 0px 1px 0px inset;
}
input:focus{
    border: 1px solid #888;
    -webkit-box-shadow: white 0px -1px 0px inset, rgba(0, 0, 0, 0.143594) 0px 1px 4px, rgba(0, 0, 0, 0.083594) 0px 1px 4px inset;
    	-moz-box-shadow: white 0px -1px 0px inset, rgba(0, 0, 0, 0.143594) 0px 1px 4px, rgba(0, 0, 0, 0.083594) 0px 1px 4px inset;
    color: #555;
    outline: none;
}
img {
	height: 8px;
	padding-right: 4px;
}

.desc {
	padding: 0px;
	list-style: none;
	display: block;
	color: white;
	text-align: left;
	font: normal 16px/24px Helvetica;
	text-shadow: black 0px 1px 2px;
	margin-top: 20px;
	-webkit-user-select: none;
	-moz-user-select: none;
}
.highlight {
	background: #ccc;
	background: -webkit-linear-gradient(white, #999);
		background: -moz-linear-gradient(0% 100% 90deg,#999, #fff);
	display: inline-block;
	padding: 5px;
	-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
	color: #444;
	text-shadow: white 0px 1px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 2px 5px, inset white 0px 1px 0px;
		-moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 2px 5px, inset white 0px 1px 0px;
	margin-left: 4px;
	margin-right: 4px;
}
@-webkit-keyframes pop { 
	from { 
		-webkit-transform: scale(.1); 
		opacity: 0 
	} 
	80% { 
		-webkit-transform: scale(1.05); 
		opacity: 1 
	} 
	to { 
		-webkit-transform: scale(1); 
	} 
}

@-webkit-keyframes 'in-right' { 
	0% { 
		-webkit-transform: translate(-100%, 0);
		opacity: 0;
	} 
	100% { 
		-webkit-transform: translate(0, 0);
		opacity: 1;
	}
}