/* general classes */
body  {
    font-family: verdana,arial,helvetica,sans-serif;
    font-size:11px;
    color:black;
	background: #fff;
}

th,td { font-size:11px; color:222; }
a { color: #00e; text-decoration : none; }
a:hover { text-decoration: underline; color: #66ccff; }


#adv { margin:10px auto; padding: 0; width:800px; height:100px; border:0px solid #f00; text-align:center}
#searcher { margin:20px auto; padding: 0; width:500px; border:0px solid #f00; text-align:center}

#container { margin:0 auto; padding: 0; width:500px; border:0px solid #f00; }
#footer { margin:10px auto; padding: 0; width:800px; border:0px solid #f00; text-align:center }

.wrap { clear:both; padding: 0; margin: 0; width:1px; height:1px;}
.wrapborder { clear:both; padding: 0; margin: 0; background:url(images/border_h.gif) repeat-x; height:1px;}

.found {margin:50px 0 10px 0;font-size:12px; font-style:underline; color:#360; text-align:center}
.notfound {margin:70px 0;font-size:12px; font-style:underline; color:#e00; text-align:center}



.inti { color:#390; font-size:16px; font-weight:bold; }


/* all forms uses these classes */

.button {
	margin:0; padding:0;
	width:98px; height:22px;
    font-size : 11px;
	background : url(images/translate.gif) no-repeat;
	color : black;
	border:0;
}

.text{
    font-family : verdana, geneva, arial, helvetica, sans-serif;
    font-size : 13px; font-weight:bold;
	background : #fff;
	border:1px solid #3300CC
	color : #FF9900;
}


