body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #8A9BA1;
}
img{
border:0px;

}
body {
	background-color: #D5ECF3;
	margin-left: 20px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	background-image: url(/photobrowser/body_bg.jpg);
	background-position:top;
	background-repeat:no-repeat;
}
a:link {
	color:#8A9BA1;
	text-decoration: none;
	font-weight:bold;
}
a:visited {
	color:#8A9BA1;
	text-decoration: none;
	font-weight:bold;

}
a:hover {
	text-decoration: none;
	color: #FF6600;
	font-weight:bold;

}
a:active {
	text-decoration: none;
	color: #8A9BA1;
	font-weight:bold;
	color:#8A9BA1;


}
-->


.page_shadow_top_left{
	width:10px;
	height:10px;
	background-image:url(/photobrowser/page_shadow_top_left.png);
	background-position:bottom;
	background-repeat:repeat-x;
}

.page_shadow_top{
	width:auto;
	height:10px;
	background-image:url(/photobrowser/page_shadow_top.png);
	background-position:bottom;
	background-repeat:repeat-x;
}

.page_shadow_top_right{
	width:10px;
	height:10px;
	background-image:url(/photobrowser/page_shadow_top_right.png);
	background-repeat:repeat-x;
}

.page_shadow_right{
	width:10px;
	height:auto;
	background-image:url(/photobrowser/page_shadow_right.png);
}

.page_shadow_left{
	width:10px;
	height:auto;
	background-image:url(/photobrowser/page_shadow_left.png);
}

.page_shadow_bottom{
	width:auto;
	height:10px;
	background-image:url(/photobrowser/page_shadow_bottom.png);
	background-position:top;
	background-repeat:repeat-x;
}

.page_shadow_bottom_right{
	width:10px;
	height:10px;
	background-image:url(/photobrowser/page_shadow_bottom_right.png);
	background-position:top;
	background-repeat:repeat-x;
}

.page_shadow_bottom_left{
	width:10px;
	height:10px;
	background-image:url(/photobrowser/page_shadow_bottom_left.png);
	background-position:top;
	background-repeat:repeat-x;
}

.page_center{
	background-color:#FFFFFF;
	border:1px #FFFFFF solid;
	padding:20px;
	background-image:url(page_bg.gif);
	background-repeat:repeat-x;
}

.page_container{
	margin:auto;
	margin-top:20px;
	margin-bottom:20px;
}

.info{
text-align:center;
margin-bottom:40px;
}

.message{
	width:500px;
	text-align:center;
	background-color:#FFFFFF;
	border:1px #FFFFFF solid;
	padding:20px;
	background-image:url(page_bg.gif);
	background-repeat:repeat-x;
	
	position:absolute;
	top:200px;
	left:50%;
	margin-left:-270px;
	z-index:100;

}

.button_container{
text-align:center;
margin-bottom:40px;

}

.button_container a:link,
.button_container a:visited{
	text-align:center;
	background-color:#FFFFFF;
	border:1px #FFFFFF solid;
	padding:10px;
	background-image:url(page_bg.gif);
	background-repeat:repeat-x;
	margin-right:10px;
	margin-left:10px;
}

h1{
font-size:18px;
color:#333333;
font-weight:bold;
margin:0px;
margin-bottom:10px;
}
