#front
{
	top: 0px;
	left: 0px;
	position: absolute;
}
#back {
	display: none;
} 
.backinfo {
	position: absolute;
	text-decoration: none;
	color: #333;
	text-shadow: #ccc 0px 1px 1px;
	width: 180px;
	left: 40px;
	top: 16px;
}
.backinfo a {
	text-decoration: none;
	border-bottom: 1px dotted #444;
	color: #333;
}
.done {
	position: absolute;
	top: 24px;
	left: 225px;
	cursor: pointer;
}


.flip {
	position:absolute;
	top: 16px;
	left: 205px;
	width:13px;
	height:13px;
}

#flip {
	opacity:0;
	background: url(file:///System/Library/WidgetResources/ibutton/black_i.png) no-repeat top left;
	z-index:8000;
}

#fliprollie {
	display:none;
	opacity:0.25;
	background: url(file:///System/Library/WidgetResources/ibutton/black_rollie.png) no-repeat top left;
	z-index:7999;

}

.backgroundImage {
	position: absolute;
	top: 0px;
	left: 0px;
}

form {
	margin: 0;
}

/* --------------- */
#search {
	position: relative;
	top: 45px;
	left: 34px;
	width: 200px;
}
#search input {
	width: 190px;
}
#gpr {
	position: absolute;
	top: 13px;
	left: 242px;
	width: 45px;
	text-align: center;
	padding-top: 10px;
	font: bold 20px 'Lucida Grande';
	color: #333c00;
	text-shadow: #fff 0px 1px 2px;
}
#gpr a {
	color: #333c00;
	text-decoration: none;
}
#gpr a:hover {
	color: #000;
}

