/* @group GUESTBOOK */

div#entries {
	background: #fff;
	color: #333;
	border:1px solid #999;
}

div.gbhead {
	color : #fff;
	background : #173154;
	padding:2px 5px;
	font-weight: bold
}

div.gbhead span.commentsheader {
	position:absolute;
	left: 206px;
}

div.gbmessagename {
	float:left;
	padding: 5px;
}

div.gbcomment {
	width:379px;
	float:right;
	border-bottom: 1px solid #999;
	margin-bottom: .5em;
	padding-top: 5px;
	margin-right: 5px;
}

div#entries p.reply {
	font-style: italic;
	color: #999;
	padding-top: 1em;
	border-top: 1px solid #999;
	text-align: left;
}

div.gbfooter {
	clear: both;
	text-indent: 35%;
	position: relative;
	width: 100%;
	padding-bottom: 5px;
	font-size: 90%;
}

div.gbfooter span.admin {
	position: absolute;
	right: 0;
}

div#guestbook span.admin a, div#guestbook span.admin a:hover, div#guestbook span.admin a:active {
	background: none;
	border: none;
}

div#guestbook div.gbfooter img {
	display: inline;
}

#guestbook h2 {
	width: 10em;
	margin: 20px auto 0; padding: 10px; 
}

#guestbook p {
	text-align: center;
}

#guestbook ul {
	list-style: none;
	text-align: center;
	margin: 1em 0 15px 15px; padding-top: 5px;
}

#guestbook li {
	display: inline;
	margin-right: 2em;
}

#guestbook li a {
	border: 1px solid #999;
	background: #fff;
	padding: 4px;
}

#guestbook li a:hover {
	border: 1px solid #999;
	background: #dfdfff;
	color: #999;
}

#guestbook li a:active {
	background: #173154;
	border: 1px solid #173154;
	color: #fff;
}

#guestbook li.active {
	background: #173154;
	border: 1px solid #173154;
	color: #fff;
	padding: 4px;
}

/* @end */

/* @group FORMS */

form {
	width: 588px;
	color: #fff;
	margin-top: 20px;
	text-align: left;
}

form h3 {
	font-weight: bold;
	background: none;
	border: 1px solid;
	float: left;
	padding: 0 1em;
}

div#guestbook form p {
	text-align: left;
}

div#guestbook form a {
	background: none;
	color: #fff;
	border: none;
	border-bottom: 1px dotted;	
}

div#guestbook form a:hover {
	background: #173154;
	color: #fff;
	border: none;
}

div#guestbook form a:active {
	background: none;
	color: #fff;
	border: none;
	border-bottom: 1px dotted;
}

input.submit {
	margin-right: 10px;
}

input#submit {
	display: block;
	margin: 10px auto;
}

input#mysecnum {
	width: 95px;
}

form input, form textarea {
	font-family: verdana, lucida grande, trebuchet ms, trebuchet, arial, helvetica, sans-serif;
	font-size: 1em;
	padding: 3px;
}

form textarea {
	width: 72%;
}

label.textarealabel {
	display: block;
}

#guestbook ol, #guestbook p {
	clear: left;
}

#guestbook form li {
	display: block;
}

fieldset {
	padding: 20px;
}

fieldset, input, textarea, fieldset#comments img {
	border: 1px solid #999;
}

fieldset#aboutyou li,
fieldset#login li,
fieldset#spam li {
	width: 21em;
}

fieldset#aboutyou {
	background: url(../i/gallery/students_07/79.jpg);
	margin-bottom: 20px;
}

fieldset#aboutyou li em {
	font-size: 90%;
}

fieldset#comments {
	background: url(../i/gallery/wreck_07/026.jpg);
}

fieldset#comments img {
	margin-right: 10px;
	vertical-align: middle;
}

fieldset#login {
	background: url(../i/gallery/redsea_07/14.jpg);
	margin-bottom: 20px;
}

fieldset#delete {
	background: url(../i/gallery/redsea_07/08.jpg) right bottom;
}

fieldset#reply {
	background-image: url(../i/gallery/adeline_05/18.jpg);
}

fieldset#ip {
	background: url(../i/gallery/students_06/09.jpg) left bottom;
}

fieldet#spam {
	background-image: url(../i/gallery/wreck_07/051.jpg);
}

/* @end */

/* @group MISC. CLASSES */

.smaller {
	font-size: 90%;
}

/* @end */
