body {
	margin: 0px auto;
	color:#585858;
  font-family: "Lucida Grande", Geneva, Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: 16px;
	padding-top: 40px;
	padding-bottom: 40px;
}

a,
a:link,
a:visited {
	color: #333;
	text-decoration: none;
}

a:active {
	color: #333;
}

a:hover	{
	color: #333;
	text-decoration: underline;
}

input, textarea {
	border: 1px solid #ddd;
	padding: 7px;
	width: 195px;
}

.textarea {
  font-family: "Lucida Grande", Geneva, Arial, Verdana, sans-serif;
	font-size: 12px;
}

.button {
	border: 1px solid #ddd;
	color: #fff;
	background-color: #aaa;
	width: 212px;
	padding: 15px;
}

#page {
	padding: 50px 0px 50px 0px;
	width: 1000px;
	border-top: 5px solid #ddd;
	border-bottom: 5px solid #ddd;
	margin-bottom: 15px;
	display: inline-block;
}

#page_bts {
	padding: 10px 0px 25px 0px;
	width: 1000px;
	border-top: 5px solid #ddd;
	border-bottom: 5px solid #ddd;
	margin-bottom: 15px;
	display: inline-block;
}

.headings {
	font-weight: bold;
	color: #333;
}

img {
	border: 10;
}

#copyright {
	font-size: 11px;
}

.big_lists {
	font-size: 11px;
	text-align: justify;
}

.imgfader {
	display: none;
}

.thumbnails {
	margin: 0px;
	border:0;
}

#photo_shadow {
	background: url(/templates/moodaholic/photo_shadow.png) no-repeat;
	background-image: url(/templates/moodaholic/photo_shadow.png);
	background-repeat: no-repeat;
	background-attachment: initial;
	background-position-x: 50%;
	background-position-y: 0%;
	-webkit-background-clip: initial;
	-webkit-background-origin: initial;
	background-color: initial;
	padding-top: 20px;
}