		#markdown_example {
			width:490px;
			height:100px;
		}

		#markdown_toolbar {
			position:relative;
			list-style:none;
			border:1px solid #000000;
			background-color:#F6F6F6;
			margin:0;
			padding:0;
			width: 493px;
			height:19px;
			margin-bottom:0px;
		}

		#markdown_toolbar li {
			list-style:none;
			margin:0;
			padding:0;
			float:left;
		}

		#markdown_toolbar li a {
			width:24px;
			height:16px;
			float:left;
			display:block;
			background-color: #F6F6F6;
			border:1px solid #fff;
			border-right-color:#d7d7d7;
		}

		#markdown_toolbar li a:hover {
			border-color:#000000;
		}

		#markdown_toolbar li span {
			display:none;
		}

		#markdown_toolbar li a#markdown_help_button {
			position:absolute;
			top:0;
			right:0;
			border-left-color:#d7d7d7;
			border-right-color:#fff;
		}

		#markdown_toolbar li a#markdown_help_button:hover {
			border-left-color:#900;
			border-right-color:#900;
		}

		#markdown_italics_button {
		background: #cccccc url("../img_a/italic.gif") no-repeat right center;
		width: 25px;
		height: 24px;
		}
		#markdown_bold_button {
		background: #cccccc url("../img_a/bold.gif") no-repeat right center;
		width: 25px;
		height: 24px;
		}
		#markdown_link_button {
		background: #cccccc url("../img_a/hyperlink.gif") no-repeat right center;
		width: 25px;
		height: 24px;
		}
		#markdown_image_button {
		background: #cccccc url("../img_a/image.gif") no-repeat right center;
		width: 25px;
		height: 24px;
		}
		#markdown_underline_button {
		background: #cccccc url("../img_a/underline.gif") no-repeat right center;
		width: 25px;
		height: 24px;
		}
		#markdown_1_smyle {
		background: #cccccc url("../img_a/zambaret_1.gif") no-repeat center center;
		width: 25px;
		height: 24px;
		}
		#markdown_2_smyle {
		background: #cccccc url("../img_a/zambaret_2.gif") no-repeat center center;
		width: 25px;
		height: 24px;
		}
		#markdown_3_smyle {
		background: #cccccc url("../img_a/zambaret_3.gif") no-repeat center center;
		width: 25px;
		height: 24px;
		}
		#markdown_4_smyle {
		background: #cccccc url("../img_a/zambaret_4.gif") no-repeat center center;
		width: 25px;
		height: 24px;
		}
		#markdown_5_smyle {
		background: #cccccc url("../img_a/zambaret_5.gif") no-repeat center center;
		width: 25px;
		height: 24px;
		}
		#markdown_6_smyle {
		background: #cccccc url("../img_a/zambaret_6.gif") no-repeat center center;
		width: 25px;
		height: 24px;
		}
		#markdown_7_smyle {
		background: #cccccc url("../img_a/zambaret_7.gif") no-repeat center center;
		width: 25px;
		height: 24px;
		}
		#markdown_8_smyle {
		background: #cccccc url("../img_a/zambaret_8.gif") no-repeat center center;
		width: 25px;
		height: 24px;
		}
		#markdown_9_smyle {
		background: #cccccc url("../img_a/zambaret_9.gif") no-repeat center center;
		width: 25px;
		height: 24px;
		}
		#markdown_10_smyle {
		background: #cccccc url("../img_a/zambaret_10.gif") no-repeat center center;
		width: 25px;
		height: 24px;
		}