/* GuestBook */
#table
{
	width: 555px;
	border-width: 0px;
	border-style: outset;
	border-collapse: collapse;
	text-align: left;
	table-layout: fixed;
}

#tabled
{
	border: #A1B635 1px dashed;
}

/* AdminArea */
#table_login
{
	width: 290px;
	text-align: left;
	margin-left: 120px;
}

#AdminMenuTable
{
	border: 0px #FF0000;
	border-style: none;
	border-collapse: collapse;
	text-align: left;
	width: 100%;
	height: 300px;
}

#AdminMenuTdLinks
{
	border: 0px;
	background-color: #EBEBEB;
	width: 190px;
	text-align: left;
}

#AdminMenuTdContent
{
	border: 0px;
	text-align: left;
	vertical-align: top;
}

#AdminFunction
{
	text-align: left;
	width: 100%;
	border: 0px;
	border-style: none;
}

/* Fotoshow */

#FotoshowTdThumbs
{
	width: 80px;
	height: 65px;
	border: #A1B635 1px dashed;
	text-align: center;
	vertical-align: middle;
}

#FotoshowTdPreview
{
	border: #A1B635 1px dashed;
	text-align: center;
	vertical-align: middle;
	width: 325px;
}

#FotoshowTdPageFooter
{
	height: 15px;
	border: #A1B635 1px dashed;
	text-align: center;
}

#Thumb
{
	vertical-align: middle;
}

/* General */
#error
{
	text-align:center;
	color: #FF0000;
	font-weight: bolder;
	font-size:14px;
}

#warning
{
	text-align:center;
	color: #FF9900;
	font-weight: bolder;
	font-size:13px;
}

#success
{
	text-align:center;
	color: #006633;
	font-weight: bolder;
	font-size: 12px;
}