/*sample base style for drop in box #1*/
div.dropinbox{
	height:445px;
	border:1px solid black;
	background-color: #FFF;
	z-index: 5;
	margin: 3px;
	padding: 3px;
}

/*sample base style for drop in box #2*/
div.dropinboxaltstyle{
	width:300px;
	height:200px;
	padding:10px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
	background-color: #F90;
}

/* Basic CSS3 shadow */
.standardshadow{
	-webkit-box-shadow: 5px 5px 10px rgba(95, 95, 95, 0.5);
	-moz-box-shadow: 5px 5px 10px rgba(95, 95, 95, 0.5);
	box-shadow: 5px 5px 10px rgba(95, 95, 95, 0.5);
}


/* Some more "radical" CSS shadows. See http://nicolasgallagher.com/css-drop-shadows-without-images/demo/ */
.drop-shadow{
-webkit-box-shadow:0 1px 3px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
-moz-box-shadow:0 1px 3px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
box-shadow:0 1px 3px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

.drop-shadow:before, .drop-shadow:after{
content:"";
position:absolute; 
z-index:-2;
}

.lifted{
-moz-border-radius:4px; 
border-radius:4px;
}
        
.lifted:before, .lifted:after{ 
bottom:15px;
left:10px;
width:50%;
height:20%;
max-width:300px;
-webkit-box-shadow:0 15px 10px rgba(0, 0, 0, 0.7);   
-moz-box-shadow:0 15px 10px rgba(0, 0, 0, 0.7);
box-shadow:0 15px 10px rgba(0, 0, 0, 0.7);
-webkit-transform:rotate(-3deg);    
-moz-transform:rotate(-3deg);   
-ms-transform:rotate(-3deg);   
-o-transform:rotate(-3deg);
transform:rotate(-3deg);
}
        
.lifted:after{
right:10px; 
left:auto;
-webkit-transform:rotate(3deg);   
-moz-transform:rotate(3deg);  
-ms-transform:rotate(3deg);  
-o-transform:rotate(3deg);
transform:rotate(3deg);
}
.title {
	color: #FFF;
	background-color: #A2A2A2;
	float: left;
	width: 50px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	/* support Safari, Chrome */
-webkit-border-radius: 4px;
	/* support firefox */
-moz-border-radius: 4px;
	border-radius: 4px;
	color: #FFF;
	padding: 5px;
}
.title_1 {
	color: #FFF;
	background-color: #a266a6;
	width: 48px;
	/* support Safari, Chrome */
-webkit-border-radius: 4px;
	/* support firefox */
-moz-border-radius: 4px;
	border-radius: 4px;
	color: #FFF;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 2px;
	font-family: "微軟正黑體";
	font-size: 16px;
	margin: 2px;
	float: right;
}
.title_2 {
	color: #FFF;
	background-color: #fa905e;
	width: 46px;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 2px;
	/* support Safari, Chrome */
-webkit-border-radius: 4px;
	/* support firefox */
-moz-border-radius: 4px;
	border-radius: 4px;
	color: #FFF;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 2px;
	font-family: "微軟正黑體";
	font-size: 16px;
	float: right;
}
.title_3 {
	color: #FFF;
	background-color: #65AC35;
	width: 48px;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 2px;
	/* support Safari, Chrome */
-webkit-border-radius: 4px;
	/* support firefox */
-moz-border-radius: 4px;
	border-radius: 4px;
	color: #FFF;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 2px;
	font-family: "微軟正黑體";
	font-size: 16px;
	float: right;
}
.title_4 {
	color: #FFF;
	background-color: #DBC215;
	width: 48px;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 2px;
	/* support Safari, Chrome */
-webkit-border-radius: 4px;
	/* support firefox */
-moz-border-radius: 4px;
	border-radius: 4px;
	color: #FFF;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 2px;
	font-family: "微軟正黑體";
	font-size: 16px;
	float: right;
}
.title_5 {
	color: #FFF;
	background-color: #F00;
	width: 48px;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 2px;
	/* support Safari, Chrome */
-webkit-border-radius: 4px;
	/* support firefox */
-moz-border-radius: 4px;
	border-radius: 4px;
	color: #FFF;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 2px;
	font-family: "微軟正黑體";
	font-size: 16px;
	float: right;
}
.title_6 {
	color: #FFF;
	background-color: #F6C;
	width: 48px;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 2px;
	/* support Safari, Chrome */
-webkit-border-radius: 4px;
	/* support firefox */
-moz-border-radius: 4px;
	border-radius: 4px;
	color: #FFF;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 2px;
	font-family: "微軟正黑體";
	font-size: 16px;
	float: right;
}
.title_txt{
	font-family: "微軟正黑體";
	color: #666;
	font-size: 18px;
	background-color: #F3F3F3;
	height: 35px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #DDD;
}
#layout {
	border: 1px solid #B6B6B6;
	width: 360px;
	margin: 3px;
	padding: 3px;
	height: auto;
}
#buttom_row {
	height: 40px;
	padding-top: 9px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #EAEAEA;
	margin: 5px;
}
#layout table tr td #total_price {
	padding-bottom: 3px;
}
#layout table tr td #area {
	padding-bottom: 2px;
}
#layout table tr td #house_age {
	padding-bottom: 2px;
}
#layout table tr td #room_number {
	padding-bottom: 2px;
}
#layout table tr td #u_price {
	padding-bottom: 2px;
}
#layout table tr td .unlimit {
	margin-bottom: 1px;
}
#tdcss {
	text-align: center;
}
