/* 20090226 cfi/cit.dk */
span.mandatory 
{
    font-weight: bold;
    color: red;
}

.hidden 
{
    display: none;
}
/*
.showBlock
{
    display: block;
}

.showInline
{
    display: inline;
}
*/
input.disabled	
{
	border: 1px solid #cccccc;
	color: #999999;
	background-color: White;
	height: 16px;
}

input[type="text"].error 
{
    border: solid 2px red;
}

input[type="password"].error 
{
    border: solid 2px red;
}

input[type="button"] 
{
    background-color: #ff6600;
    border: 1px solid #CC6600;	
    color: White;
    height: 20px;
    text-align:center;
}

input[type="button"]:hover
{
    background-color: #ff9644;
    border: 1px solid #ff6600;	
    color: White;
    height: 20px;
    text-align:center;
    cursor: hand;
}

input[type="submit"]
{
    background-color: #ff6600;
    border: 1px solid #CC6600;	
    color: White;
    height: 20px;
    text-align:center;
    
}

input[type="submit"]:hover
{
    background-color: #ff9644;
    border: 1px solid #ff6600;	
    color: White;
    height: 20px;
    text-align:center;
    cursor: hand;
}
