@import url('msg_box.css');

body{
	/*overflow: hidden;*/
}

#content{
	display: none;
	position: absolute;
	overflow: auto;
	width: 510px;
	height: 410px;
	background-color: white;

	scrollbar-base-color: white;
	scrollbar-darkshadow-color: #999999;
	scrollbar-face-color: #c63665; 
	scrollbar-highlight-color: #c63665;
	scrollbar-track-color: #eeeeee;
	scrollbar-shadow-color: #c63665;
	scrollbar-3dlight-color: #999999;
	scrollbar-arrow-color: white;
}

#content p{
	font: 11px arial;
}

#contentTop{
	border-bottom: 1px solid #d7d7d7;
}

#contentMiddle{
	margin-top: 10px;
	
	overflow: auto;
	width: 498px;
	height: 200px;
	position: relative;

	scrollbar-base-color: white;
	scrollbar-darkshadow-color: #999999;
	scrollbar-face-color: #c63665; 
	scrollbar-highlight-color: #c63665;
	scrollbar-track-color: #eeeeee;
	scrollbar-shadow-color: #c63665;
	scrollbar-3dlight-color: #999999;
	scrollbar-arrow-color: white;

}

#content p,
#contentMiddle p{
	font: 11px arial;
}


.tn{
	border: 1px solid #c11e5d;
}

.tn img {
	border: 1px solid white;
}

.ImgTitle{
	font: 14px verdana;
}

.FloraContent {
	border-bottom: 1px solid #d7d7d7;
	border-top: 1px solid #d7d7d7;
	margin-top: 5px;
	padding: 5px;
}


.FloraLink{
	font: 11px verdana;
	font-weight: bold;
	color: #c93b72;
}

.OrderNote{
	font: 9px arial;
}

.Order{
	font: 11px arial;
}

input.text {
	border: 1px solid #a7a7a7;
	height: 17px;
	font: 11px arial;
}

select{
	border: 1px solid #a7a7a7;
	font: 10px arial;
	height: 16px;
}

textarea {
	border: 1px solid #a7a7a7;
	height: 16px;
	font: 11px arial;

}

.submit{
	border: 1px solid #a7a7a7;
	background-color: #c63665;
	color: white;
	font: 11px arial;
	font-weight: bold;
	width: 120px;
}

.text{
	vertical-align: top;
	font: 9px arial;
}



#Table_01 {
	font: 11px arial;
}

#Table_01 td{
	padding: 2px;
	vertical-align: top;
}