/* Content CSS */
#iOpt_cont {
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #fff;
	border: 1px solid #ccc;
    width:450px;
}
#iOpt_footer {
	text-align:right;
	margin:5px 10px;
	line-height:16px;
	color:#666;
	width:420px;
}
#iOpt_content {
	padding:10px 0px 0px 10px;
	width:440px;
}
#iOpt_content p {
	margin:0px 0px 5px;
}
#iOpt_header {
	background: #666;
	text-align: right;
	color: #fff;
	height: 30px;
	line-height: 30px;
	width: 450px;
	cursor: auto;
}
.iOpt_header_text {
	float: left;
	font-size: 16px;
	margin-left: 10px;
	line-height: 30px;
	font-weight: bold;
}
.iOpt_header_close {
	float: right;
	margin: 5px 5px 0px 0px;
}
.iOpt_header_close img {
	cursor: pointer;
}
.iOpt_header a {
	cursor: pointer;
}
#iOpt_content a  {
	cursor: pointer;
	color: #666;
	text-decoration: none;
	font-size: 11px;
}
#iOpt_content a {font-size:10px;}
#iOpt_content a:hover {
	text-decoration: underline;
}
/* Content CSS */