	#colorPlugin,
	#linkPlugin {
		position:absolute;
		top:50%; left:50%;
		background:#FFF;
		border:4px solid #EFEFEF;
		outline::1px solid #3C769D;
		width:300px; 
		font:12px "Trebuchet MS", Tahoma, sans-serif;
		zindex:10;
		display:none;
	}
	#linkPlugin {
		top:40%; left:40%;
	}
	.toolbar {
		position:relative;
	}
	.toolbar .close,
	.toolbar .handle {
		text-indent:-1000px;
		overflow:hidden;
		width:16px; height:16px;
		display:block;
		position:absolute;
		top:5px; 
	}
	.toolbar .close {
		background:transparent url(../../_images/icons/close.png) no-repeat top left;
		right:5px;
	}
	.toolbar .handle {
		background:transparent url(../../_images/icons/move.png) no-repeat top left;
		right:25px;
		cursor:move;
	}
	.module *{
		margin:0px; padding:2px;
	}
	.module a:link,
	.module a:hover,
	.module a:visited,
	.module a:active {
		color:#3C769D;
		text-decoration:none;
	}
	.module {
		border:1px solid #3C769D;
		border-top:none;
		overflow:auto;
	}
	.module h3 {
		background:#FFF url(../markitup/skins/markitup/images/bg-container.png) repeat-x top left;
		border-top:1px solid #3C769D;
		border-bottom:1px solid #3C769D;
		color:#000;
		cursor:pointer;
	}
	.module img {
		border:1px solid #3C769D;
		padding:3px;
	}

	.colorwell {
		border: 2px solid #fff;
		width: 6em;
		text-align: center;
		cursor: pointer;
	}
	body .colorwell-selected {
		border: 2px solid #000;
		font-weight: bold;
	}
	.resizebar {
		border:1px solid #3C769D;
		background:#FFF url(../markitup/skins/markitup/images/bg-container.png) repeat-x top left;
		padding:5px;
		margin:5px;
		width:150px;
		text-align:center;
		outline:5px solid #EFEFEF;
	}
	.large {
		padding:1px;
		padding-left:25px; 
		background:transparent url(../../_images/icons/arrow_out.png) no-repeat top left;
	}
	.small {
		padding:1px;
		padding-right:25px; 
		background:transparent url(../../_images/icons/arrow_in.png) no-repeat top right;
	}