		html,
		body {
			margin: 0px 0px 0px 0px ;
			padding: 0px 0px 0px 0px ;
		}
	#ddtoolbar{
		bottom:0;
		color:#111111;
		font-size:11px;
		height:30px;
		padding:0;
		position:fixed;
		right:0;
		width:100%;
		z-index:123455;
	}
	#toolbar{
		margin-left:15px;
		margin-right:15px;
		overflow:visible !important;
		position:relative;	
		display:block;
		background-color: #747474;
	}
	.ddmenu {
		position: relative;
	}
	.ddmenu, .ddmenu .toggle {
		height: 30px;
		line-height: 15px;
	}
	.ddmenu .toggle {
		color: #999;
		font-size: 11px;
		font-weight: bold;
		cursor: hand;
		cursor: pointer;
		position: absolute;
		left: 0;
		top: 0;
		width: 100px;
	}
	.ddmenu .toggle-hover {
		color: red;
	}

	#ddmm1 .items {
		position: absolute;
		left: 0;
		top: -204px;
		width: 139px;
	}
	#ddmm2 .items {
		position: absolute;
		left: 0;
		top: -204px;
		width: 139px;
	}
	#ddmm3 .items {
		position: absolute;
		left: 139px;
		top: 0;
	}
	#tag_twit{
		width:240px;
		font-family:Tahoma; 
		color:#656565;
		font-size:9px
		background-color: #faf9d5;
		overflow: hidden;
		display: inline-block;
	}
	.clearfix {display: inline-block;}
	.dekdmainmenu{
		height:15px; 
		padding:0px 0px 0px 7px; 
		display: block;
		font-family: Tahoma;
		font-size:10px;
		color: #FFFFFF;
		text-decoration: none;
background: url(/toolbar/img/arr01.gif) #000000 no-repeat 7px 50%;
color: #FFFFFF;
	}
	.dekdmainmenu span{
		margin-left: 10px;
		font-size:10px;
		font-family:Tahoma; 
	}
	.dekdmainmenu:hover{
		color: #f26222;
		background: url(/toolbar/img/arr02.gif) #3b3b3b no-repeat 7px 50%;
	}
	
	a img{
	border : 0px;
	}
	
	#msg1, #msg2, #msg3
{
	bottom: 30px;
	right: 15px;
	position:fixed;
    width:225px;
    height: 140px;
    border: solid 1px black;
    margin: 0px 0px 0px 20px;
    background-color:white;
    display:none;
    font-size:13px;
	z-index: 123456;
}

	#msg2{
		background-color: rgb(255, 192, 19);
		width:135px;
		height: 100px;
		/*left: 410px;*/
		/*right: 50px;*/
	}
	#msg3{
		background-color: #000000;
		width:240px;
		height: 170px;
		left: 740px;
		bottom: 37px;
	}

#modal .modaltop
{
	width: 217px;
    background-color: Transparent;
    background-image: url(/toolbar/img/popbg.gif);
    background-repeat: repeat-x;
    padding: 4px;
    color: #ffffff;
    text-align: right;
}
#msg2 #modal .modaltop{
width: 127px;
}
#msg3 #modal .modaltop{
width: 232px;
}
 
#msg3 #modal .modalbody2{
height: 140px;
}
#modal .modaltitle
{
    padding: 4px;
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
    float:left;
}

#modal .modalbody
{
    padding: 10px;
    text-align: left;
}

.vmiddle{
	vertical-align: middle;
}
.clear{
	clear: both;
}
.separate{
	margin: 0;
	padding: 0;
	height:1px; 
	background-image:url(/toolbar/img/st2.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}

.tipsy { padding: 5px; font-size: 10px; opacity: 0.8; filter: alpha(opacity=80); background-repeat: no-repeat;  background-image: url(/toolbar/img/tipsy.gif); }
.tipsy-inner { padding: 5px 8px 4px 8px; background-color: black; color: white; max-width: 200px; text-align: center; }
.tipsy-inner { -moz-border-radius:3px; -webkit-border-radius:3px; }
.tipsy-north { background-position: top center; }
.tipsy-south { background-position: bottom center; }
.tipsy-east { background-position: right center; }
.tipsy-west { background-position: left center; }