@CHARSET "UTF-8";
.error {
	width			: 150px;
	color			: #880000;
	padding			: 5px;
	border			: 1px solid #B5B8C8;
	font-size		: 10px;
	margin-bottom	: 15px;
	background		: #FFEAEA;
}

.self_button a {
	font: 12px/12px "Helvetica Neue", Helvetica, sans-serif;
    border-top: 1px solid #eee;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #fff;
    background: #e0e0e0;
    float: left;
    display: block;
    color: #000;
    text-decoration: none;
    outline: none;
}

.self_button a b {
	float: left; 
	background: #fff; 
	width: 100%; 
	height: 8px; 
	border-bottom: 4px solid #e9e9e9;
}

.self_button a i {
	float: left; 
	margin-top: -10px; 
	font-style: normal; padding: 4px 5px;
}


.self_button a:first-child {
        -moz-border-radius: 4px 0 0 4px;
        -webkit-border-radius: 4px 0 0 4px;
        border-radius: 4px 0 0 4px;
}
.self_button a:last-child {
        -moz-border-radius: 0 4px 4px 0;
        -webkit-border-radius: 0 4px 4px 0;
        border-radius: 0 4px 4px 0;
}
.self_button a:hover, .self_button a:focus {
        border-top-color: #eee;
        border-right-color: #aaa;
        border-bottom-color: #aaa;
        border-left-color: #eee;
}
.self_button a:active i {
        padding: 5px 5px 3px 5px;
}
.self_button {
        clear: both;
}

.self_toolbar {
	height 		: 55px;
	z-index		: 10;
	width		: 77%;
	position 	: fixed; 
	background  : #FFFFFF;
	height: 	: 400px;
	margin-top: : 0px;
	border-radius: 0 4px 4px 0;
	border-bottom-color: #aaa;
	border-bottom: 1px solid #ccc;
    border-left: 1px solid #fff;
}

.self_toolbar td {
	white-space 	: nowrap;
}

.guidiv {
	float	: left;
}

.divspace {
	width	: 5px; 
	float	: left;
}
