*{ margin:0; padding:0; border:0; }

body{    
    background        : #E9EEEB;
    font-size         : 80%;
    line-height       : 1.2em;
    font-family       : verdana, arial, sans-serif;    
    color             : #333;
}

#close_cnt{ width: 290px; }
#close{
	font-size		: .8em;
	color			: #6894A2;
	margin			: .8em 15px .8em 0;
}

#close a:visited,
#close a:link{
    color            : #3D778B;
}


#close a:hover, 
#close a:active{
    color            : #6894A2;
}

.f_right{
	float			: right;
	display			: inline;
}

.h_bar{
	width			: 290px;
	height			: 2px;
	font-size		: 1px/1px;
	background		: #f6f8f7;
	border-top		: 1px solid #C1CBCC;
	border-right	: 1px solid #C1CBCC;
	border-bottom	: 1px solid #C1CBCC;
	overflow		: hidden;
	clear			: both;
}

.definition{
	width			: 280px;
	margin			: .2em 0 10px 15px;
}

dt{
	font-weight: bold;
	display: inline;
}
dd:before{
	content: " - ";
	display: inline;
}
dd{
	display: inline;
}