* {
	font-family: "trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 11px;
}
a:link    { 
	text-decoration: none;
	color: #3333CC;
}
a:visited { 
	text-decoration: none;
	color: #6666CC; 
}
a:active  { 
	text-decoration: none;
	color: #D2D2D2; 
}
a:hover   { 
	text-decoration: none;
	color: #CC9933;
}
BODY {
	background: #AAA;
	margin: auto;
	width: 748px;
}
FIELDSET {
	margin: 0px;
	margin-bottom: 10px;
	background: #DDD;
	border: 0px none;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
FIELDSET DIV {
	text-align: center;
}
LEGEND, .header {
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	padding-right: 10px;
	margin-left: 10px;
	background: #DDD;
	height: 20px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.header {
	margin: 10px 0px;
	padding-left: 10px;
}

.thumb {
	width: 160px;
	height: 80px;
	border: 1px double #AAA;
	background-color: #EEE;
	background-position: center;
	background-repeat: no-repeat;
}

.thumbs {
	margin: 5px;
	padding: 5px;
	border: 1px solid #FFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.texts {
	overflow: auto;
	height: 55px;
	text-align: left;
}
.infoline {
	float: right;
	width: 540px;
}

LABEL {
	display: block;
	font-size: 12px;
	font-style: italic;
	color: #EEE;
	background-color: #AAA;
	text-align: left;
	padding: 2px;
}
.displayko {
	display: none;
}
.displayok {
	display: block;
}
.clips {
	overflow: hidden;
	height: 0px;
}
.btns {
	float: left;
	background-color: #BBB;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin-top: 1px;
	margin-right: 3px;
}
.iconbtn {
	margin: 3px;
	cursor: pointer;
}
.actions {
	margin: auto;
	width: 100px;
	height: 20px;
	line-height: 20px;
	cursor: pointer;
	background-color: #BBB;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.loupe {
        border: 0px none;
	width: 48px;
	height: 40px;
	margin: 40px 0px 0px 112px;
}
.loader {
	position: absolute;
	top: 40px;
	left: auto;
	width: 748px;
	height: 600px;
	background: url('../images/loading.gif') center no-repeat #FFF;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
