/* global Styles */
body {
	margin:0px;
	background-color: #DAEAB9;
	}	
td {
	background-position: top;
	text-align: justify;
	}

/* id Styles */
#album{
	font:normal 11px/2em Tahoma;
	color:#000000;
	}

/* id buttons */
.font {
	font-family: Tahoma;
	font-size: 11px;
	color: #FFF;
}
.createbutton {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	height: 24px;
	width: 187px;
}
.button {
	font-family: Webdings;
	font-size: 12px;
	font-weight: bold;
	height: 24px;
	width: 30px;
	padding-top: -1px;
}
.input1 {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	height: 22px;
	width: 300px;
}
.input2 {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	width: 300px;
}

