/* DOCK - bottom */
#dockbottom {
bottom:0;
position:fixed;
clear:both;
width:100%;
padding:2px 0 0 0;
height:23px;
}

#dockbottom-inner {
text-align:left;
width:100%;
height:30px;
float:left;
padding:2px 0 0 0;
position:relative;
overflow:visible;/*Make sure it doesnt crop the widget*/
}

#dockbottom-inner .block-inner {
padding:0
}

.dockright-block {
float:right;
display:block;
margin-right:-65px;
min-width:30%;
width:auto!important
}

.dockmiddle-block {
float:left;
display:block;
margin-right:20px;
min-width:30%;
width:auto!important
}

/*this is specific to chat/meebo/gtalk, etc.*/
.dockleft-block {
display:block;
width:200px;
position:absolute;
left:150px;
bottom:0;
top:2;
width:auto!important;
overflow:visible
}

/*reset default*/
.dockright-block .block {
margin-bottom:0;
padding-bottom:0;
text-align:center;
left:150px;

}

#chat {
width:192px;
height:200px;
height:auto;
position:relative;
bottom:4px;
z-index:11002;/*value above #dockbottom-inner*/
display:none;/*hide the widget, let jquery play*/
padding-top:8px;
background-color:#e5e5e5;
border:1.5px solid #ADADAD;
border-bottom:0
}

#chat2 {
width:220px;
height:200px;
height:auto;
position:relative;
bottom:157px;
z-index:11025;/*value above #dockbottom-inner*/
display:none;/*hide the widget, let jquery play*/
padding-top:8px;
background-color:#e5e5e5;
border:1.5px solid #ADADAD;
border-bottom:0
}

.slider {
float:left;
position:relative;
top:0px;
z-index:11003;/*value above #chat*/
width:140px;
height:15px;
line-height:15px;
padding:0px;
margin-bottom:15px;
background-color:#e5e5e5;
}

.slider2 {
float:left;
position:absolute;
top:-1px;
z-index:12323;/*value above #chat*/
width:131px;
height:23px;
line-height:23px;
padding:0px;
padding-left:53px;
letter-spacing:1px;
background-color:#e5e5e5;
display:block;
}

.toggleup,.toggledown {
text-align:center;
display:block;
line-height:15px;
background-color:#e5e5e5;/*Match .slider*/
}

.toggleup2,.toggledown2 {
text-align:center;
display:block;
line-height:15px;
background-color:#e5e5e5;/*Match .slider*/
}


.txbox1 { height:18px; width:170px; border:1px solid #000000; line-height:20px;}
.btnsubmit1 { background-color:#000000; color:#ffffff;border:1px solid #000000;}
.txtx1 { color:#000; font-family:Tahoma, Geneva, sans-serif; font-size:11px;}
