/* {Photoalbum} */
/* NOTE: photoalbum.css will be included before this file */

Body { margin:5px}

.pictureTitle { font-weight:bold; }
.pictureDescription { }
.pictureFooter {
	text-align: left;
	font-family: verdana, Arial, Helvetica, Geneva, sans-serif;
	font-size: 12px;
}

/********* SLIDESHOW **********/
/* Used for postcards layout  */
/******************************/

form#postcard { margin: 0; padding: 0; }
#cardform { padding: 0px; }
#cardform table { border: 1px solid #999; }
#cardform .cardhead td { background-color: #ddd; font-weight: bold; }
#cardform th {
	font: 0.8em verdana,arial,helvetica,sans-serif;
	font-weight: bold;
	text-align: left;
	background-color: #ccc;
	border-bottom: 1px solid white;
}
#cardform td {
	font: 0.8em verdana,arial,helvetica,sans-serif;
	background-color: #eee;
	text-align: left;
}
#cardform td input, #cardform td textarea {
	border: 1px solid #ccc;
    font:1em verdana,arial,helvetica,sans-serif;
}
#cardform td input#submit {
	font-weight: bold;
	margin: 0px 1px;
}
#postcard p { border-bottom: 1px dashed #aaa;}
#postcard { text-align: center; }
#postcard img { border: 1px solid black; width:100% }
#btn_postcard input {
	background-color: #ccc;
	color: #333;
    height:1.5em;
}
div.postcardThanks {
    font:1em verdana,arial,helvetica,sans-serif;
	text-align: center;
}
div.postcardRegister { text-align: center; }
div.postcardRegister input { font-weight: bold; }

