body {
	margin: 0;
	padding: 0;
	height: 100%;
	text-align: center;
	overflow: hidden;
	background: #EDF4F8;
}

img {
	border: none;
	padding: 0;
	margin: 0;
}

form {
	margin: 0;
	padding: 0;
}

#body_main {
	position: relative;
	width: 760px;
	margin: auto;
}

#body_main_holder {
	position: relative;
	width: 760px;
	height: 100%;
	overflow: hidden;
	margin: auto;
}

#title_bar {
	position: relative;
	height: 33px;
	width: 760px;
	margin: auto;
	background: url(/i/gl/title_back.gif) repeat-x;
	text-align: left;
	line-height: 0px;
}

#title_bar .inner {
	position: relative;
	padding: 22px 0 0 10px;
	line-height: 0px;
}

#absolute_content {
	position: absolute;
	width: 100%;
	height: 400px;
	top: 103px;
}

#main_content {
	position: relative;
	height: 400px;
	width: 760px;
	margin: auto;
	background: white;
}

#inner_content {
	position: relative;
	height: 400px;
	text-align: left;
	margin: 0;
	overflow: hidden;
}


span.kdiv {
	color: #CF0302;
	padding: 0px 2px;
}


.note_item_off,
.kw_item_off {
	position: relative;
	width: 100%;
	display: none;
}

.note_item_on,
.kw_item_on {
	position: relative;
	width: 100%;
	display: block;
}

.note_item_off .item,
.note_item_on .item,
.kw_item_off .item,
.kw_item_on .item {
	position: relative;
	padding: 0px 5px 0px 80px;
}

.note_item_off .item_in,
.note_item_on .item_in,
.kw_item_off .item_in,
.kw_item_on .item_in {
	position: relative;
	padding: 0px 5px 0px 80px;
}

.note_item_off .label_in,
.note_item_on .label_in,
.kw_item_off .label_in,
.kw_item_on .label_in {
	position: absolute;
	top: 3px;
	left: 5px;
}

.note_item_off .label,
.note_item_on .label,
.kw_item_off .label,
.kw_item_on .label {
	position: absolute;
	top: 3px;
	left: 0px;
}


.help_image {
	border: none;
	vertical-align: middle;
}

.system_error_simple {
	position: relative;
	border: 1px solid #888;
	background: #fff url(/i/gl/small_ball.gif)  no-repeat center left;
	color: #800;
	font: bold 13px arial,verdana,sans-serif;
	overflow: hidden;
	text-align: left;
	padding: 2px 2px 2px 45px;
	margin: 10px;
	line-height: 40px;
}

.system_error {
	position: relative;
	border: 3px solid #900;
	background: #eef;
	color: black;
	font: normal 12px arial,verdana,sans-serif;
	overflow: scroll;
}

.system_error_title {
	position: relative;
	line-height: 20px;	
	font: bold 14px arial,verdana,sans-serif;
	color: #ffe;
	background: #900;
	padding: 5px;
	text-align: center;
}

.system_error_content {
	position: relative;
	padding: 10px;
}


#please_wait {
	position: absolute;
	width: 430px;
	height: 200px;
	visibility: hidden;
	top: 0px;
	left: 0px;
	z-index: 200;
}


#wait_promo {
	position: absolute;
	width: 368px;
	height: 150px;
	visibility: hidden;
	top: 0px;
	left: 0px;
	z-index: 200;
}


#please_wait iframe {
	width: 250px;
	height: 150px;
	background: transparent;
	border: none;
	position: absolute;
	top: 0px;
	left: 0px;
	filter: alpha(opacity=0);
}


#please_wait_blanket {
	position: absolute;
	z-index: 250;
	top: 0px;
	left: 0px;
	visibility: hidden;
	cursor: wait;
}

#logic_frame_holder {
	position: absolute;
	visibility: hidden;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

#logic_frame {
	visibility: hidden;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

#main_pageinfo_div {
	position: absolute;
	visibility: hidden;
}

img.r_o {
	cursor: pointer;
}