/* ADD LISTING STYLING */

#addListing-Wrap{
width:440px;
height:860px;
padding:10px;
background-color:#FFF1EA;
border-color:#FFAC84;
border-width:1px;
border-style:dotted;
}

#addListing-Left{
width:160px;
float:left;
color:#333333;
font-size:small;
font-family:Arial, Helvetica, sans-serif;
}

#addListing-Right{
width:260px;
float:right;
margin-bottom:10px;
}

#addListing-Breaker{
width:440px;
margin-bottom:10px;
border-top-color:#FFAC84;
border-top-width:1px;
border-top-style:dotted;
}

#addListing-Right p{
margin-bottom:10px;
}

#addListing-Left p{
margin-bottom:15px;
}