.saving {
	background: url( ../assets/savingNotice.png ) no-repeat top left;
	width: 96px;
	height: 31px;
	position: fixed;
	left: 12px;
	top: 12px;
}

.info {
	color: #666666;
	padding-left: 10px;
}

.info a {
	color: #666666;
}

.link {
	cursor: pointer;
	text-decoration: none;
	margin-right: 8px;
}

a:link.link.confirm {
	color: #32a457;
	border-bottom: 1px solid #19552c;
}

a:link.link.cancel {
	color: #767676;
	border-bottom: 1px solid #767676;
}

a:link.link { border-bottom: 1px #ffffff solid; }
a:visited.link { border-bottom: 1px #ffffff solid; }
a:hover.link { border-bottom: 2px #ffffff solid; }
a:active.link { border-bottom: 2px #ffffff solid; }


#box {
	width: auto;
	padding: 0px;
	margin: 0px;
	position: relative;
	height: 100%;
}

#header {
	overflow: hidden;
	margin-bottom: 20px;
}

#content {
	text-align: center;
}

#footer {
	position: absolute;
	right: 20px;
	bottom: 20px;
	color: #393939;
	font-size: 9px;
}

.list {
	margin-left: 15px;
	margin-bottom: 15px;
}

.image {
	margin: 0px 0px 25px 0px;
	line-height: 0px;
}

.thumb {
	float: left;
	margin: 0px 10px 6px 0px;
	line-height: 0px;
	cursor: pointer;
}

.small {
	margin: 0px 0px 0px 0px;
	padding: 5px;
	background-color: #151515;
	line-height: 0px;
}

.notice {
	position: absolute;
	width: 500px;
	height: 300px;
	left: 50%;
	margin-left: -250px;
	top: 50%;
	margin-top: -150px;
	z-index: 99999;
}

.button {
	background-color: #eee;
	color: #000;
	font-weight: bold;
	padding: 5px 0px;
	font-size: 13px;
	overflow: auto;
	text-align: left;
	margin-right: 5px;
}

.button.disabled {
	color: #c0c0c0;
	cursor: default;
}

.button.auto {
	padding-left: 10px;
	padding-right: 10px;
}

a.button {
	text-decoration: none;
	outline: none;
}

/* popup */

#blockout {
	position: fixed;
	display: none;
	z-index: 3000;
	width: 100%;
	height: 100%;
	background-color: #000000;
	left: 0px;
	top: 0px;
	overflow: hidden;
}

#loading {
	background: url( ../assets/loading.gif ) center center no-repeat;
	width: 100%;
	height: 100%;
}