.comment_column1 img {
	position: relative;
	top: -3px;
}

.red {
	color:#ff0000;
}

div.opens_smallicon img {
	cursor: pointer;
}

/*  jBoxSimple box */
.jbox {
	width:100%;
	height: 100%;
	margin:0px;
	position: relative;
}
.jbox_top {
	position:relative;
	width: 100%;
	height: 9px;
	background-color: white;
}
.jbox_top_left {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 9px;
	height: 9px;
	background-image: url(../images/jbox_top_left.png);
	background-repeat: no-repeat;
}
.jbox_top_mdl {
	background-image: url(../images/jbox_top.png);
	background-repeat: repeat-x;
	width: 206px;
	height: 9px;
	margin-left: 9px;
}
.jbox_top_right {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 9px;
	height: 9px;
	background-image: url(../images/jbox_top_right.png);
	background-repeat: no-repeat;
}
.jbox_mdl {
	background-image: url(../images/jbox_mdl.png);
	background-repeat: repeat-y;
	width: 100%;
	height: 151px;
	background-color: white;
}
.jbox_btm {
	position:relative;
	width: 100%;
	height: 9px;
	background-color: white;
}
.jbox_btm_left {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 9px;
	height: 9px;
	background-image: url(../images/jbox_btm_left.png);
	background-repeat: no-repeat;
}
.jbox_btm_mdl {
	background-image: url(../images/jbox_btm.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	width: 206px;
	height: 9px;
	margin-left: 9px;
	margin-right: 9px;
}
.jbox_btm_right {
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 9px;
	height: 9px;
	background-image: url(../images/jbox_btm_right.png);
	background-repeat: no-repeat;
}
.jbox_middle_inner {
	position: relative;
	margin: 0px;
	margin-left: 12px;
	margin-right: 12px;
	overflow: hidden;
	border: 0px;
}
.jbox_title {
	position: relative;
	margin: 0px;
	margin-top: 5px;
	font-weight: bold;
	color: #286ba0;
	font-size: 16px;
	text-align: left;
	letter-spacing: -0.05em;
	border: 0px;
}
.jbox_title .close {
	font-size: 10px;
	position: absolute;
	top: 0px;
	right: 1px;
}
.jbox_line {
	position:relative;
	margin:0px;
	margin-top:3px;
	margin-bottom:6px;
	height:1px;
	background-image:url(../images/gen_box_line_bg.png);
	background-repeat:repeat-x;
	overflow:hidden;
	border: 0px solid #22c;
}
.jbox_content {
	position:relative;
	margin:0px;
	text-align:left;
	font-size:12px;
	color:#464646;
	overflow: hidden;
	border: 0px solid #22c;
	height: 116px;
}
.jbox_content a.reg {
	position: absolute;
	left: 0px;
	bottom: 3px;
}
.jbox_content input.inp_uname, .jbox_content input.inp_pw {
	margin-left: 3px;
	margin-bottom: 1px;
	width: 149px;
	height: 16px;
}

.jbox_content a.forg{
	position: absolute;
	right: 4px;
	bottom: 3px;
}
input.jbox_loginbtn {
	border: 0px solid #ff0000;
	height: 26px;
	width: 196px;
	padding: 0px;
	padding-bottom: 2px;
	font-size: 12px;
	color: #fff;
	text-align: center;
	background-image:url(../images/jbox_loginbtn.png);
	background-position: top;
	background-repeat: no-repeat;
	overflow: hidden;
}
