input.frm_txt220{
	border:1px solid #FFFF00;
	background-repeat: no-repeat;
	width: 220px;
	height: 24px;
	border: none;
	font-size: 11px;
	padding-left: 5px;
	padding-top:5px;
}
input.frm_txt220err{
	border:1px solid #ff0000;
	background-repeat: no-repeat;
	width: 220px;
	height: 24px;
	border: none;
	font-size: 11px;
	padding-left: 5px;
	padding-top:5px;
	color: #ff0000;
	font-weight: bold;
}

input.frm_txt180{
	border:1px solid #FFFF00;
	background-repeat: no-repeat;
	width: 184px;
	height: 24px;
	border: none;
	font-size: 11px;
	padding-left: 5px;
	padding-top:5px;
}

input.frm_txt180err{
	border:1px solid #ff0000;
	background-repeat: no-repeat;
	width: 184px;
	height: 24px;
	border: none;
	font-size: 11px;
	padding-left: 5px;
	padding-top:5px;
	color: #ff0000;
	font-weight: bold;
}

input.frm_txt100{
	border:1px solid #FFFF00;
	background-repeat: no-repeat;
	width: 100px;
	height: 24px;
	border: none;
	font-size: 11px;
	padding-left: 5px;
	padding-top:5px;
}

input.frm_txt100err{
	border:1px solid #ff0000;
	background-repeat: no-repeat;
	width: 100px;
	height: 24px;
	border: none;
	font-size: 11px;
	padding-left: 5px;
	padding-top:5px;
	color: #ff0000;
	font-weight: bold;
}



	/* Page Navigation
------------------------------ */
ul.pagelist {
	clear: both;
	padding: 0;
	margin: 20px 0 0 0;
	list-style-type: none;
}
ul.pagelist li {
	display: inline;
}
ul.pagelist li a, ul.pagelist span.disabledlink {
	padding: 4px;
}
ul.pagelist li.current a {
	font-weight: bold;
	text-decoration: none;
	cursor: default;
	color: #748da0;
}
ul.pagelist li.prev {
	margin-right: 10px;
}
ul.pagelist li.next {
	margin-left: 10px;
}
.disabledlink {
	color: #294550;
	cursor: default;
}
.pagenav {
	clear: both;
}


/* AJAX
------------------------------ */
#albumDescEditable {
	margin-bottom: 12px;
}
#imageDescEditable {
	margin-top: 24px;
}

/* Image Thumbnails
------------------------------ */
.imagethumb a, .imagethumb a:visited {
	display: block;
	margin: 5px;
	line-height: 0px;
}
.imagethumb a:hover {
	background: #383838;
}
.imagethumb {
	float: left;
}


/* Album Thumbnails
------------------------------ */
.album {
	padding: 10px;
	margin-bottom: 12px;
	clear: both;
	border: 1px solid #444;
}
.album img {
	float: left;
}
.album h3 {
	padding: 0;
	margin: 0;
}
.album h3 a {
	display: block;
	width: 340px;
	padding: 3px 0 6px 0;
}
.album p {
	margin: 0 0 4px 0;
}
.albumdesc {
	float: right;
	width: 480px;
}
.albumdesc small {
	margin-top: 8px;
	line-height: 130%;
	width: 120px;
	float: right;
	color: #888;
}


/* Individual Image
------------------------------ */
.image { 
	margin: 0;
	padding: 0;
	border: 0;
}
#image {
	text-align: center;
	line-height: 0;
}
.imgnav {
	float: right;
	width: 140px;
	text-align: center;
	border: 1px solid #444;
	background: #282828;
	margin-top: 13px;
	_margin-top: 8px; /* IE Only */
}
.imgnav .imgprevious a, .imgnav .imgnext a {
	display: block;
	width: 50%;
	height: 100%;
	float: left;
	padding: 4px 0;
	font-size: 120%;
	text-decoration: none;
	line-height: 200%;
	color: #666;
}
.imgnav .imgprevious a:hover, .imgnav .imgnext a:hover {
	background-color: #333;
	text-decoration: none;
	color: #888;
}
.imgnav .imgprevious a {
	float: left;
}
.imgnav .imgnext a {
	float: right;
}
#narrow {
	margin: 0 auto;
	width: 440px;
}


/* Comments
------------------------------ */
#comments {
	clear: both;
}
.error { 
  color: #C33; 
  font-weight: bold; 
}
.comment {
	padding: 10px;
	border: 1px solid #444;
	background: #333;
	margin-bottom: 12px;
}
.commentmeta {
	margin-bottom: 12px;
}
.commentauthor {
	font-weight: bold;
}
.commentdate {
	margin-top: 12px;
	color: #555;
	font-size: 85%;
}


/* Forms
------------------------------ */


.checkbox {
	cursor: pointer;
}
.pushbutton {
	cursor: pointer;
	padding: 5px 10px;
	color: #888;
	background: #333;
	border: 1px solid #444;
}
label {
	cursor: pointer;
}
label:hover {
	color: #999;
}