#leftArea{
	padding-top:10px;
	vertical-align: top;
}

#rightArea{
	vertical-align: top;
	padding-top:25px;
	padding-bottom:10px;
	padding-right:20px;
}

#leftArea p {
	margin:0px;
	padding:0px 25px 10px 20px;
}


#conceptBlock{
	margin:10px;
	border-bottom:#999999 1px solid;
	border-right:#999999 1px solid;
	border-top:#CCCCCC 1px solid;
	border-left:#CCCCCC 1px solid;
	width:300px;
	height:150px;
	background-color:#FAFAFA;
	background-image:url(../share/image/note.gif);
	background-repeat:no-repeat;
	background-position:right bottom;
	overflow: auto;	
}

#conceptBlock p{
	margin:10px;
}