div.doi-widget-page{
	background:white;
	box-shadow:0 0 5px #333;
}
div.doi-widget-page-bar{
	height:50px;
	padding:10px 15px;
}
div.doi-widget-page-content{
    background: white;
	padding:15px;
	box-sizing: border-box;
}
div.doi-widget-page-loader{
	background:transparent url('image/ajax-loader.gif') no-repeat center center;
	width:200px;
    height:40px;
}
button.doi-widget-page-bar-close{
	line-height:20px;
	font-size:38px;
	background:transparent;
	border:0;
    cursor:pointer;
    float:right;
	font-weight:bold;
}
button.doi-widget-page-bar-close table{
    display:none;
}
button.doi-widget-page-bar-trans{
    width:22px;
    height:22px;
    border:0;
    background:transparent url(image/trans.png);
    cursor:pointer;
    float:right;
}
button.doi-widget-page-bar-trans table{
    display:none;
}
button.doi-widget-page-bar-close-hover{
    background:transparent url(image/close-hover.png);
}
button.doi-widget-page-bar-close-down{
}
button.doi-widget-page-bar-back{
	float:right;
    width:22px;
    height:22px;
    border:0;
    background:transparent url(image/back.png);
    cursor:pointer;
}
button.doi-widget-page-bar-back table{
    display:none;
}
button.doi-widget-page-bar-back-hover{
    background:transparent url(image/back-hover.png);
}
button.doi-widget-page-bar-back-down{
}
