/*CSS TIL TIPS FORM*/

.tipinput {
font-family: arial;
color: #000;
background: #E9E9E9;
height: 18px;
font-size: 11px;
color: #666666;
}

.tipinputbox {
font-family: arial;
color: #000;
background: #E9E9E9;
height: 37px;
font-size: 11px;
color: #666666;
}

.tipbtn
{
margin-top: 2px;
color: #000;
height: 20px;
background: #E9E9E9;
border: 1px
font-size: 8px;
color: #000000;
float: left;
} 

span.toptekst{
	font-family: arial;
	font-size:11px;
	color: #808080;
	font-weight: bold;
	line-height:1.5;
	display: block;

}

span.toptekstok{
	font-family: arial;
	font-size:11px;
	color: #008080;
	font-weight: bold;
	line-height:1.5;
	display: block;

}

span.toptekstnei{
	font-family: arial;
	font-size:11px;
	color: #FF0000;
	font-weight: bold;
	line-height:1.5;
	display: block;

}
