
img {border:0;}

.title {
	background-color:#ECEFF5;
	font-weight:bold;
}

.s_unit {margin-top: 2px; width:100%; font-size:11px;}
.sw_div {padding-top: 3px; padding-left: 3px;}
.switch_conv {cursor:pointer; cursor:hand; }

#ribbon {height:22px; width:960px; background-image: url(../images/ribbon.png); margin-bottom:15px;}
.arb {margin-left:5px; display:none; font-size:80%;}
.arb a, .arb a:link, .arb a:visited { text-decoration:none; color: #323232; background-image: url(../images/ribbon-tab-background.png); background-repeat: repeat-x;}
.arb a:hover { color: #73839A; }
.arb a:after { content:" | ";}

.result {}

.convert_from {
	width:97%;
}

.column {
	width:474px;
	margin-right:12px;
	min-height:300px;
	float:left;
}

.column .dragbox {
	margin:5px 0px  20px;
	position:relative;
	/*-moz-border-radius:5px;
	-webkit-border-radius:5px;*/
} 
.column .dragbox div.dh2 {
	font-size:12px;
	padding: 5px;
	height: 19px;
	background-image: url(../images/dragbox-header.png);
	background-repeat: no-repeat;
	font-family:Verdana;
	cursor: move;
	overflow: hidden;
	width:auto;
	margin:0;
}

.column .dragbox div.df2 {
	height: 9px;
	background-image: url(../images/dragbox-footer.png);
	background-repeat: no-repeat;
	width:auto;
	margin:0;
}

h2 {font-size:14px;}
.dh2 {margin: 0 auto; }
.configure {visibility:visible; float:right; margin-left:1px; clear: right; cursor:pointer; cursor:hand;}


.dragbox-content {
	background:#f1f0ef;
	width: 462px;	
  border-left: solid 1px #bfbebd;
  border-right: solid 1px #bfbebd;
	min-height:80px;
	padding:5px;
	font-family:'Lucida Grande', Verdana; font-size:0.8em; line-height:1.5em;
}

.column .placeholder {
	background: #f1f1f1;
	border:1px dashed #ddd;
}

#column2 {
  margin-right: 0px;
}

.dragbox h2.collapse {
	background:#f0f0f0 url('collapse.png') no-repeat top right;
}

.dragbox h2 .configure{
	font-size:11px; font-weight:normal;
	margin-right:2px; float:right;
	cursor:pointer; cursor:hand;
}

.uc-box-close {
  margin-right: 4px;
}

.autocomplete-w1 {
  position:absolute;
  top:0px; left:0px; margin:6px 0 0 6px; /* IE6 fix: */ _background:none; _margin:1px 0 0 0;
}
.autocomplete { font-size:0.8em; border:1px solid #999; background:#FFF; cursor:default; max-height:350px;
  overflow:auto; margin:-6px 6px 6px -6px; /* IE6 specific: */ _height:350px;  _margin:0; _overflow-x:hidden; }
.autocomplete .selected { background:#ffefbd; color:black; }
.autocomplete div { padding:2px 5px; white-space:nowrap; overflow:hidden; text-align:left;}
.autocomplete strong { font-weight:normal; }


