﻿.sdbf-DefaultLabel
{
    font-size: 12px;
    font-family: Arial;
    font-weight: bold;
}

.sdbf-DescriptionLabel
{
    font-size: 10px;
    font-family: Verdana;
    background-color: lavender;
    padding-right: 4px;
    padding-left: 4px;
    padding-bottom: 4px;
    padding-top: 4px;
    position: absolute;
    border: #ffcc66 1px solid;
    cursor: pointer;
	cursor: hand;
}

.sdbf-ValueLabel
{
    font-size: 12px;
    font-family: Arial;    
}

.sdbf-field
{
    border: solid 1px #9c9d9d;
    background-color: #fdfdfd;
    font-family: Arial;
    color: #000000;
    padding-left: 5px;
    font-size: 12px;
}


.sdbf-error
{
    font-size: 12px;
    color: red;
}

.sdbf-success
{
    font-size: 12px;
    color: green;
}

.sdbf-validator
{
    font-size: 12px;
    color: red;
}

.sdbf-required
{
    font-size: 12px;
}

.sdbf-btn
{
    border: solid 1px #9c9d9d;
    font-size:12px;
}


.sdbf-linkbutton
{
    font-size:10px;
}


.sdbf-dbimage
{
}

.inlineBlock {
display: -moz-inline-stack; /* For Mozilla */ 
/*-moz-inline-box; causes layout problems in Firefox 2.0.0.14 
-moz-inline-stack; -moz-stack; removes links functinality but this can be fixed by using position:relative for <a>*/
display: inline-block; /* FF3 should read this rule instead of ignoring it */
/*vertical-align: top;  ADJUST TO SUIT */
}
