.i2ocr_logo{
background: url(i2ocr_logo.png) no-repeat scroll 0 0 transparent;
}

#i2ocr_iBanner {
background: url(i2ocr.png) no-repeat scroll 0 0 transparent;
}

.i2ocr_iButton {
background: url(i2ocr_submit.gif) no-repeat scroll 0 0 transparent;
width: 219px;
}

.i2ocr_icc {
width: 290px;
}

.i2ocr_iTextArea{
font: normal 13px arial;
color:#333;
width:400px;
height:600px;
padding:20px;
}

#iImgLoader {
-moz-border-radius: 4px;
border-radius: 4px;
border: 1px solid #ccc;
width: 400px;
height: 600px;
padding:20px;
float:left;
margin-left:10px;
overflow-y:scroll;
overflow-x:hidden;
display:none;
}

#flags{
padding-right:5px;
}


.options a{
background:url(bin_closed.png) no-repeat;
color:#666;
text-decoration:none;
padding:36px 5px;
width:32px;
height:32px;
color:#ddd;
}

.options a:hover{
background:url(bin_open.png) no-repeat;
color:crimson;
text-decoration:underline;
padding:36px 5px;
width:32px;
height:32px;
}

.ml{
margin-left:36px;
}