@charset "utf-8";
/* CSS Document */
#call-come, #call-come-new{
    width: auto !important;
}
.call-class.ui-dialog {
        position: fixed !important;
        top: auto!important;
        bottom: -2px !important;
        left: 10px !important;
}
.call-class.ui-widget-content {
	color:#666;
	font-size:14px;
	background:url("images/ui-bg_highlight-soft_100_eeeeee_1x100.png") repeat-x scroll 50% top #FFF3DF !important;
	border:1px solid #FF9900;
}
.call-class .ui-widget-header {
    background: url("images/ui-bg_gloss-wave_35_f6a828_500x100.png") repeat-x scroll 50% 50% #f6a828 !important;
    border: 1px solid #aaaaaa;
    font-weight: bold;
}
.call-class #dialog-restore span{
	background-image:url(../images/jqueryui/ui-icons_ffffff_256x240.png);
	height:16px;
	width:16px;
	background-repeat:no-repeat;
	overflow:hidden;
	text-indent:-99999px;
	background-position:-49px -82px;
	display:block;
}

.call-class #dialog-maximize span{
	background-image:url(../images/jqueryui/ui-icons_ffffff_256x240.png);
	height:16px;
	width:16px;
	background-repeat:no-repeat;
	overflow:hidden;
	text-indent:-99999px;
	background-position:-32px -82px;
	display:block;
}

.call-class #dialog-minimize span{
	background-image:url(../images/jqueryui/ui-icons_ffffff_256x240.png);
	height:16px;
	width:16px;
	background-repeat:no-repeat;
	overflow:hidden;
	text-indent:-99999px;
	background-position:-47px -132px;
	display:block;
}

.call-class #dialog-minimize{
	height:18px;
	margin:-10px 0 0;
	padding:1px;
	position:absolute;
	right:2.8em;
	top:50%;
	width:19px;
}

.call-class #dialog-maximize  {
	height:18px;
	margin:-10px 0 0;
	padding:1px;
	position:absolute;
	right:1.5em;
	top:50%;
	width:19px;
}

.call-class #dialog-restore  {
	height:18px;
	margin:-10px 0 0;
	padding:1px;
	position:absolute;
	right:1.5em;
	top:50%;
	width:19px;
}