/* ------ general
--------------------------------------------

body {
font-family:Arial, Helvetica, sans-serif;
background:#f1f1f1;
font-size:11px;
}

 ------ mobilynotes
-----------------------------------------------*/

#content {
width:310px;
margin:0px auto 0;
}
/* BOX WIDTH  POSITION */
.wrap {
float:left;
clear:both;
width:310px;
margin-bottom:10px;
}

.notes_img {
position:relative;
float:left;
clear:both;
width:310px;
height:353px;
}
/* BOX WIDTH  WHITE OUTLINE*/
.note {
position:absolute;
top:0;
left:0;
padding:0px;
background:#fff;
border:1px solid #999999;
width:310px;
}


ul.listNotes,
ul.listNotes li {
display:block;
list-style:none;
padding:0;
margin:0;
}

a {
color:#fff;
}

a img {
border:none;
}

