.gadgets-gadget-chrome {
	width: 274px;
	float: left;
	position: relative;
	border: 1px solid #7aa5d6;
}

.gadgets-gadget {
  border: none;
}

.gadgets-gadget-title-bar {
	height: 21px;
	position: relative;
	padding: 4px 0 0 55px;
	background: url(../images/gadget_title_bg.gif) repeat-x;
}

.gadgets-gadget-title {
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	cursor: move;
}

.gadgets-gadget-title-button-bar {
}

.gadgets-gadget-title-bar a.toggle {
	width: 12px;
	height: 12px;
	top: 7px;
	left: 4px;
	position: absolute;
	display: block;
	text-indent: -9999px;
	outline: none;
	background: url(../images/gadget_arrow_down.gif) no-repeat;
}

.gadgets-gadget-title-bar a.toggle_in {
	background: url(../images/gadget_arrow_right.gif) no-repeat;
}

.gadgets-gadget-title-bar a.settings {
	width: 17px;
	height: 17px;
	top: 4px;
	right: 24px;
	position: absolute;
	display: block;
	text-indent: -9999px;
	outline: none;
	background: url(../images/gadget_info_off.gif) no-repeat;
}

.gadgets-gadget-title-bar a.delete {
	width: 17px;
	height: 17px;
	top: 4px;
	right: 2px;
	position: absolute;
	display: block;
	text-indent: -9999px;
	outline: none;
	background: url(../images/gadget_trash_off.gif) no-repeat;
}

.gadgets-gadget-user-prefs-dialog {
	width: 254px;
	position: relative;
	padding: 10px 10px 30px 10px;
	font-size: 12px;
	color: #fff;
	background: #666;
	overflow: auto;
}

.gadgets-gadget-user-prefs-dialog label {
	width: 80px;
	display: block;
	float: left;
	padding: 3px 5px 0 0;
}

.gadgets-gadget-user-prefs-dialog br {
	clear: left;
}

.gadgets-gadget-user-prefs-dialog .setting {
	width: 100%;
	float: left;
	padding-bottom: 5px;
}

.gadgets-gadget-user-prefs-dialog .actions {
	width: 100%;
	height: 50px;
	position: relative;
	float: left;
	padding: 10px 0;
}

.gadgets-gadget-user-prefs-dialog a {
	width: 60px;
	position: absolute;
	display: block;
	padding: 2px 0;
	text-align: center;
	font-weight: bold;
	color: #fff;
	background: #999;
}

.gadgets-gadget-user-prefs-dialog a.cancel {
	left: 0;
}

.gadgets-gadget-user-prefs-dialog a.save {
	right: 0;
}

.gadgets-gadget-user-prefs-dialog .maxwidth {
	width: 150px;
}

.gadgets-gadget-user-prefs-dialog-action-bar {
  text-align: center;
  padding-bottom: 4px;
}