.topbar {
	z-index: 1000;
	width: 100%;
	height: 26px;
	padding-top: 1px;
	background-color: #2244ff;
	background-image: url("../parts/pattern/bg_pattern_1a_002.png");
	color: #ffffff;
}

.topbar_contents ul {
	float: right;
	list-style-type: none;
}
.topbar_contents li {
	display: inline-block;
}

.topbar_contents li a {
	display: inline-block;		/* ie */
}

.topbar_contents a img {
	vertical-align: bottom;
}

.topbar_search {
	margin-right: 20px;
}

.topbar_search_title {
	font-size: 10pt;
}

.topbar_search input[type="submit"] {
	position: relative;
	top: -1px;
	display: inline-block;
	width: 50px;
	height: 22px;
	border-radius: 4px;
	color: #222;
	border: 1px solid #222;
	background-color: #eee;
	background: -ms-linear-gradient( top, #ddd, #eee );
	background: -moz-linear-gradient( top, #ddd, #eee );
	background: -webkit-linear-gradient( top, #ddd, #eee );
	font-size: 9pt;
	cursor: pointer;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.1);
}

.topbar_contents > ul > li {
	position: relative;
	display: inline-block;
}

.topbar_window {
	z-index: 1000;
	display: none;
	position: absolute;
	top: 35px;
	left: -280px;
	color: black;
	width: 300px;

	border: 1px solid #ccc;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	background-color: #8bf;
	background: -ms-linear-gradient( top, #8bf, #9cf );
	background: -moz-linear-gradient( top, #8bf, #9cf );
	background: -webkit-linear-gradient( top, #8bf, #9cf );
	box-shadow: 2px 2px 2px rgba(0,0,0, 0.2 );
}

.popup_title {
	padding: 3px 5px 6px 10px;
	color: white;
	font-family: Arial;
	font-weight: bold;
	text-shadow: 1px 1px 0 rgba(255,255,255, 0.3);
	background: -ms-linear-gradient( top, #24f, #46f );
	background: -moz-linear-gradient( top, #24f, #46f );
	background: -webkit-linear-gradient( top, #24f, #46f );
	border-top: 2px solid #33c;
	border-bottom: 1px solid #33c;
	box-shadow: 0 1px 0 rgba( 255,255,255, 0.2);
}

.popup_contents {
	padding: 4px 10px 5px;
	line-height: 24px;
	font-size: 10pt;
}

.popup_contents input {
	margin-right: 5px;
}
.popup_contents label {
	position: relative;
	top: -2px;
}

.popup_contents input:hover, .popup_contents label:hover {
	cursor: pointer;
}
.popup_contents input:hover + lable, .popup_contents label:hover {
	color: #f22;
}

.setting_item fieldset {
	border-radius: 4px;
	background-color: #adf;
	color: #222;
	border: 1px dashed #44f;
	box-shadow: 1px 1px 0 rgba(255,255,255,0.2);
	margin-bottom: 10px;
}

.setting_item legend {
	font-weight: bold;
	color: #246;
}

.close_button_area {
	float:right;
}
.close_button {
	display: inline-block;
	line-height: 1;
	text-decoration: none;
	text-align: center;
	padding: 5px 0;
	
	width: 70px;
	font-size: 10pt;
	font-weight: bold;
	border-radius: 4px;
	background-color: #bbeeff;
	background: -ms-linear-gradient( top, #b0e0f0, #bbeeff );
	background: -moz-linear-gradient( top, #b0e0f0, #bbeeff );
	background: -webkit-linear-gradient( top, #b0e0f0, #bbeeff );
	box-shadow: 1px 1px 0 rgba( 255,255,255, 0.3);
}
.close_button:hover {
	color: #f22;
}

.settings_title {
	display: inline-block;
	vertical-align: top;
	padding-right: 5px;
	padding-top: 3px;
	line-height: 1;
}
.settings_help {
	margin-top: 2px;
	display: inline-block;
	vertical-align: top;
	line-height: 1;
	text-decoration: none;
	text-align: center;
	padding: 3px 0px 3px;
	width: 20px;
	font-size: 10pt;
	color: #24f;
	border-radius: 4px;
	background-color: #f4f4f4;
	box-shadow: 1px 1px 0 rgba( 255,255,255, 0.3);
}

