#overlay_cimage {background: url(../img/n.png) repeat;padding: 0px;margin: 0px;position:fixed;top:0; left:0;width:100%;height:100%;z-index:10000;}
html {background: url('/n.gif') no-repeat;background-attachment: fixed;}
#box_cimage {background:#f5f5f5 center top no-repeat;top:30%;width:400px;margin:0 auto;border:2px solid #CCCCCC;padding:10px;z-index:11000;position:relative;color:#555555;font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;font-size:12px;text-align:left;}
#box_cimage a {color:red;}
#overlay_cimage {_position: absolute;_top: expression(eval(document.documentElement.scrollTop) + "px");_height:1000px;}

#box_cimage h2 {
margin:0 0 10px;
text-align:center;
}


#cimage strong {
display:block;
}

#submit_cimage, #box_cimage iframe, #step1_cimage, #step2_cimage {
display:none;
}

#submit_cimage {
color:red;
font-size:16px;
margin:0 auto;
text-align:center;
}

#float_cimage {
clear:both;
overflow:auto;
}

#float_cimage img {
display:inline;
margin:5px 10px 5px 0;
cursor:pointer;
border:1px dotted #ccc;
}

#float_cimage img:hover {
border:1px solid #aaa;
}

#float_cimage .active {
border:1px solid #aaa;
}

#external_url {
display:block;
width:390px;
}

#url_cimage_next {
cursor:pointer;
color:red;
}

#close_cimage {
background:url("../img/close.png") repeat scroll 0 0 transparent;
cursor:pointer;
height:24px;
position:absolute;
right:-12px;
top:-12px;
width:24px;
}

img.floatleft {
float:left;
margin:6px 6px 6px 0;
}

img.floatcenter {
float:none;
clear:both;
margin:0 auto;
display:block;
}

img.floatright {
float:right;
margin:6px 0 6px 6px;
}