body {
	background-color: 		#8484FF;
	background-position:	bottom;
	background-image: 		url('bg_meadow.gif');
	background-repeat:		repeat-x;
	background-attachment:	fixed;
}
.photopreview, #banner, .subtitle {
	-moz-box-shadow: 0px 4px 5px #666;
	-webkit-box-shadow: 0px 4px 5px #666;
}
#frame, #popupbox {
	background-color:	#FFF;
}
body, input, .caption, .field, textarea, select, a, #banner, .subtitle {
	color:				#000;
}
.photopreview, input, .caption, .field, textarea, select {
	background-color:	#DDD;
	border-color:		#AAA;
}
.caption {
	background-color:	#CCC;
	border: 2px outset #AAA;
	color: #666;
}
.subtitle a, #banner, .subtitle, .field {
	color:				#FFF;
}
#banner, .subtitle, .field {
	background-color: 	#CCC;
}
input, .caption, .field, textarea, select {
	border-color:		#BBB;
}
