/* CSS Document */

input.wantbutton
{
   font-size:12px;
   font-family:Arial,sans-serif;
   font-weight:normal;
   width: 6em !important;
   color:#000000;
-moz-border-radius: 4px;
   border-radius: 4px;
   background-color:#ecbe00;
   border-style:normal;
   border-color:#ecbe00;
   border-width:1px;
}

input.havebutton
{
   font-size:12px;
   font-family:Arial,sans-serif;
   font-weight:normal;
   width: 6em !important;
   color:#000000;
-moz-border-radius: 4px;
   border-radius: 4px;
   background-color:#33db22;
   border-style:normal;
   border-color:#33db22;
   border-width:1px;
}


input.lovebutton
{
   font-size:12px;
   font-family:Arial,sans-serif;
   font-weight:normal;
   width: 6em !important;
   color:#000000;
-moz-border-radius: 4px;
   border-radius: 4px;
   background-color:#ff2222;
   border-style:normal;
   border-color:#ff2222;
   border-width:1px;
}


table.want_bg
{
   font-size:12px;
   font-family:Arial,sans-serif;
   font-weight:nomal;
   color:#000000;
   border-style: hidden;
   border-width: 0px;
   width: 72px;
   height: 19px;
   padding-right:10px;
   text-align:right;
   background-image: url('images/want.png');
   background-repeat:no-repeat;
}
table.have_bg
{
   font-size:12px;
   font-family:Arial,sans-serif;
   font-weight:nomal;
   color:#000000;
   border-style: hidden;
   border-width: 0px;
   width: 72px;
   height: 19px;
   padding-right:10px;
   text-align:right;
   background-image: url('images/have.png');
   background-repeat:no-repeat;
}
table.love_bg
{
   font-size:12px;
   font-family:Arial,sans-serif;
   font-weight:nomal;
   color:#000000;
   border-style: hidden;
   border-width: 0px;
   width: 72px;
   height: 19px;
   padding-right:10px;
   text-align:right;
   background-image: url('images/love.png');
   background-repeat:no-repeat;
}
