/* ------ general
-----------------------------------------------*/



/* ------ mobilynotes
-----------------------------------------------*/

#content {
width:260px;
margin:0px;
}

.wrap {
float:left;
clear:both;
width:260px;
margin-bottom:0px;
}

.notes_img {
position:relative;
float:left;
clear:both;
width:240px;
height:100px;
}

.note {
position:absolute;
top:0;
left:0;
margin-top:15px;
padding:10px;
background:#fff;
border:1px solid #D8D8D8;
width:240px;
}


ul.listNotes,
ul.listNotes li {
display:block;
list-style:none;
padding:0;
margin:0;
}

a {
color:#fff;
}

a img {
border:none;
}

