/*
    Dark blue:    #080C4F
    Green:        #AAFF00
*/
body {
    background: #B9DFF4 url(../images/background.png) repeat-x top left;
    font:75% "Trebuchet MS", Tahoma, sans-serif;
	line-height:1.5em;
	padding:20px 25px;
	margin:0;
	overflow:hidden;
	color:#FFF;
}
a:link, a:visited, a:active, a:hover {
    color:#AAFF00;
    text-decoration:none;
}
dt {
	padding:5px;
	font-weight:bold;
}
dd {
	padding:5px;
	margin:0;

}
strong {
    color:#AAFF00;
}
#flare {
	display:none;
    position: absolute;
    top:-40px; left:-10px;
    width:870px; height:885px;
    background: transparent url(../images/flare.png) no-repeat;
}
select, input[type=text] {
	background:#EFEFEF;
    font:100% "Courier New", Courier, monospace;
    color:#333;
	padding:5px 10px 5px 30px;
	border:1px solid #AAFF00;
	background: transparent url(../images/example.png);
	margin-bottom:10px;
}
select {
	width:100%;
}
input[type=text] {
	width:85%;
}
#bookmarklet h3 {
    text-indent:-5000px;
    width:250px;
    height:30px;
	margin:0 0 0.5em -5px;
}
#bookmarklet h3{
    background:transparent url(../images/title-bookmarklet.png) no-repeat 0 0;
}
#version {
    position: absolute;
    top:-5px; right:-10px;
    width:120px; height:120px;
    background: transparent url(../images/beta.png) no-repeat;
    z-index:20;
    text-indent:-5000px;
}

