﻿input {
    background: none repeat scroll 0 0 #EEEEEE;
    border: 1px solid #900;
    padding: 5px;
    border-radius:5px;
}

textarea{
	background-color: none repeat scroll 0 0 #EEEEEE;
    border: 1px solid #900;
    padding: 5px;
    border-radius:5px;
}


div.baloon {
   font-size: 11px;
   color: #fff;
   position: absolute;
   padding-left: 5px;
   background: url("images/baloon.gif") no-repeat top left;
   z-index: 1;
}

div.baloon a {
   color: white;
   text-decoration: none;
   padding: 2px;
   margin-right: 2px;
}

div.baloon a:hover {
   background-color: #eef;
}

div.baloon div {
   background: url("images/baloon_right.gif") no-repeat top right;
   padding: 7px 7px 14px 0;
   white-space: nowrap;
}

