.textOnTop
{
	vertical-align:top;
}
.skolAlert
{
	font-style:italic;
	font-weight:bold;
}
.full, .full a, .full a:visited
{
	color:#ff6666;
}
.past, .past a, .past a:visited
{
	color:#c0c0c0;
}
.err, .err a, .err a:visited
{
	color:Red;
}
a.odsadit 
{
	margin-left:10px;
}
textarea
{
	font-family:Futura, Tahoma;
	width:500px;
}

a.green-link{
    padding: 6px 50px 6px 15px;
    margin: 0 20px 0 0;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    background: #afbf00 url(/images/ico-detail-white.png) no-repeat right center;
    -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
}
a.green-link:hover{
    text-decoration: none;
    font-size: 15px;
    padding: 6px 55px 6px 20px;
}