/* CSS Document */
body { 
 margin:0;
 background: #EBE8D9 url(images/bg.jpg) repeat-x;
 font-family:"Trebuchet MS"; 
 font-size:13px;
 color:#6e595c;
 }

.dropdown-box { background-image:url(images/text-box-new.jpg); height:20px; width:80px; background-repeat:no-repeat}
.text-box { background-image:url(images/text-box.jpg); height:20px; width:101px; background-repeat:no-repeat}
.room-box { background-image:url(images/room-box.jpg); background-repeat:no-repeat; width:302px; height:197px}
.new-text-box { background-image:url(images/red-text-box.jpg); background-repeat:no-repeat; width:206px; height:30px}
.need-box { background-image:url(images/need-box.jpg); background-repeat:no-repeat; width:301px; height:199px}
.need-text-box { background-image:url(images/need--text-box.jpg); background-repeat:no-repeat; width:206px; height:30px}
p { margin:0; padding:0}
.row-side-bdr { border-left:1px solid #33CC99; border-right:1px solid #000066}

.font-1 { font-size:12px; color:#999999}
.link { font-size:12px; color:#FF6633; text-decoration:none}
.link:hover { text-decoration:underline}