/* popup photos stylesheet */
/* 2.8.08 kc */

body {
	margin: 0;
	padding: 0;
	background-color: #fff;
	color: #519965;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-align: center;
	min-width: 650px;
}

#wrapper {
	position: relative;
	margin: 0 auto;
	top: 10px;
	width: 650px;
	padding: 10px;
	border: 1px #b8e0b1 solid;
}

#toolbar {
	position: absolute;
	left: 0;
	top: 0;
	padding: 5px;
	vertical-align: middle;
	width: 650px;
	}

#clickthru-buttons {
	float: right;
	width: 200px;
	text-align: right;
	}
	
/* #text {
	float: left;
	width: 460px;
	text-align: center;
	} */
		
#close {
	float: left;
	width: 100px;
	text-align: left;
	}
	
#images {
	clear: both;
	position: relative;
	}
	
#footer {
	clear: both;
	position: relative;
	font-size: .7em;
	}

	
/* general attributes */

h1 {
	font-size: 1em;
	font-weight: normal;
	color: #519965;
	line-height: 1.2 em;
	margin-bottom: 10px;
	margin-top: 15px;
}

h2 {
	font-size: .9em;
	color: #519965;
	font-weight: normal;
	line-height: 1.2 em;
	margin-bottom: .5em;
	margin-top: 5px;
}

h3 {
	color: #004990;
	font-size: 1em;
}

p {
	display: block;
	background-color: #cfeae5;
	padding: 5px;
	font-size: .7em;
	font-weight: bold;
	margin-top: 5px;
}

.numbers {
	display:inline-block;
	background-color: #cfeae5;
	border-bottom: 1px solid #cfeae5;
	padding: 6px 5px;
	font-size: .7em;
	font-weight: bold;
	}

a:link {
	color: #3998b7;
}

a:visited {
	color: #3998b7;
}

a:hover {
	color: #c78293;
}

hr {
	border: 0;
	width: 100%;
	background-color: #b8e0b1;
	color: #b8e0b1;
	height: 1px;
	margin-top: 10px;
	margin-bottom: 0;
}


/* form styles */

form {
	margin-bottom: 0;
}


.button {
	color: #fff;
	background-color: #60c2eb;
	font-size: .7em;
	font-weight: bold;
	padding: 5px;
	border: 0;
	cursor: pointer;
}


