/* CSS Document */
.moobbie_popup_tleft{
background:url(../images/popup/popup_01.png) bottom right no-repeat;
width:10px;
height:10px;
}
.moobbie_popup_head{
background:url(../images/popup/popup_07.png) top repeat-x #65aff8;
height:29px;
}
.moobbie_popup_mtop{
background:url(../images/popup/popup_03.png) bottom repeat-x;
height:10px;
}
.moobbie_popup_trigtht{
background:url(../images/popup/popup_08.png) bottom left no-repeat;
height:10px;
width:10px;
}
.moobbie_popup_bleft{
background:url(../images/popup/popup_25.png) top right no-repeat;
height:10px;
width:10px;
}
.moobbie_popup_mbottom{
background:url(../images/popup/popup_12.png) top repeat-x;
height:10px;
}
.moobbie_popup_bright{
background:url(../images/popup/popup_11.png) top left no-repeat;
height:10px;
width:10px;
}
.moobbie_popup_content{
background:#ffffff;
padding-left:10px;
padding-right:10px;
position:relative;
top:0px;
left:0px;
z-index:1000;
}
.moobbie_popup_footer{
background:#eeeeee;
height:26px;
}
.moobbie_popup_mleft{
background:url(../images/popup/popup_10.png) repeat-y right;
width:10px;
}
.moobbie_popup_mright{
background:url(../images/popup/popup_09.png) repeat-y left;
width:10px;
}
.moobbie_popup_logo{
background:url(../images/popup/logo.png) center no-repeat;
height:28px;
width:40px;
float:left;
}
.moobbie_popup_title{
float:left;
color:#ffffff;
font-weight:bold;
padding-top:6px;
}
.moobbie_popup_text{
background:url(../images/popup/popup_15.png) top repeat-x;
height:28px;
padding:5px;
}
.moobbie_popup_input{
background:none;
border:none;
}
.moobbie_popup_frame{
position:relative;
}
.moobbie_popup_frame_iframe{
position:absolute;
border:none;
z-index:900;
background:none;
}
.listemail{
max-height:400px;
height: expression(this.scrollHeight > 400 ? "400px" : "auto");
min-height:200px;
overflow:auto;
}