@charset "utf-8";
/* CSS Document */
table.boxstyle{
	width: 330px;
	height: 345px;
	font-family: Arial;
}
table.boxstyle .top_left{
	background: url(../images/box/top1.png) no-repeat;	
	width: 15px;
	height:28px;
}
table.boxstyle .top_center{
	text-align: left;
	color: #FFFFFF;
	background: url(../images/box/top2.png) repeat-x;		
	width: 300px;
	font-size:14px;
	font-weight: bolder;
}
table.boxstyle .top_right{
	background: url(../images/box/top3.png) no-repeat;	
	width: 30px;
}
table.boxstyle .middle_left{
	background: url(../images/box/middle1.png) repeat-y;	
	height: 289px;
}
table.boxstyle .middle_right{
	background: url(../images/box/middle3.png) repeat-y;
}
table.boxstyle .bottom_left{
	background: url(../images/box/bottom1.png) no-repeat;
	height: 28px;
	text-align: right;
}
table.boxstyle .bottom_center{
	background: url(../images/box/bottom2.png) repeat-x;		
	font-size:13px;
}
table.boxstyle .bottom_right{
	background: url(../images/box/bottom3.png) no-repeat;	
}

table.tbl_contact_edit {
	font-family: Arial;
}
table.tbl_contact_edit td.contentTitle{
	font-size: 11px;
	border-top: 1px solid #222;
	border-bottom: 1px solid #222;
	border-left: 1px solid #222;
	padding: 0 3px;
}
table.tbl_contact_edit td.content{
	font-size:11px;
	border-top: 1px solid #222;
	border-right: 1px solid #222;
	border-bottom: 1px solid #222;
	padding: 0;
	margin: 0;
}
table.tbl_contact_edit td.other{
	font-size:11px;
	border-top: 1px solid #222;
	border-right: 1px solid #222;
	border-bottom: 1px solid #222;
	border-left: 1px solid #222;
}
table.tbl_contact_edit textarea{
	border: 0;
	overflow: auto;
	background: transparent;
	scrollbar-base-color:#4d4d4d;
	scrollbar-arrow-color:#cccccc;
}
table.tbl_contact_edit input.txt{
	height:14px; 
	border:0;
	background: transparent;
	width:200px;
}
.send_button{
	background: transparent;
	text-decoration: none;
	color : #393939;
	font-family: Arial;
	font-size:11px;
	font-weight : bolder;	
	cursor: pointer;
}
.send_button:HOVER{
	background: transparent;
	text-decoration: none;
	color : #393939;
	font-family: Arial;
	font-size:12px;
	font-weight : bolder;	
	cursor: pointer;
}
a.map{
	background: transparent;
	text-decoration: none;
	color : #393939;
	font-family: Arial;
	font-size:11px;	
	font-weight : bolder;	
}

a.map:hover{
	background: transparent;
	color : #393939;
	font-family: Arial;
	font-size:12px;
	font-weight: bolder;
	
}