﻿/* 為 DIV 加陰影 */ 
.out {
		position: relative;
		background: #d8d8d8;
		border: 0.5px dotted #fff;
		margin: 20px auto;
		margin-left: 15px;
		width: 98%;
		*margin-bottom: -5px;
		}
.in {
		background: #fff;
		border: 1px solid #555;
		padding: 10px 5px;
		position: relative;
		top: -3px;
		left: -3px;
		text-align: center;
		}

/* 為圖片加陰影 */ 
.alpha-shadow {
	float:left;
	background: url(../images/shadow.gif) no-repeat bottom right;
	margin: 10px 0 0 5px;
	}

.alpha-shadow div {
  background: url(../images/shadow2.png) no-repeat left top !important;
  background: url(../images/shadow2.gif) no-repeat left top;
  float: left;
  padding: 0px 6px 6px 0px;
  }

.alpha-shadow div img {
  background-color: #fff;
  border: 1px solid #a9a9a9;
  padding: 3px;
  margin: 0;
  }
