A:link 
{
	COLOR: #CF5E0B;
	TEXT-DECORATION: none
}

A:active 
{
	COLOR: #CF5E0B;
	TEXT-DECORATION: none
}

A:hover 
{
	COLOR: #CF5E0B;
	TEXT-DECORATION: none
}

A:visited 
{
	COLOR: #CF5E0B;
	TEXT-DECORATION: none
}

BODY 
{
	FONT-SIZE: 12px;
	FONT-FAMILY: tahoma;
	BACKGROUND-COLOR: #33424D
}

TD 
{
	FONT-SIZE: 12px;
	FONT-FAMILY: tahoma;
	color:#33424d;
	line-height:20px;
}

INPUT 
{
	FONT-SIZE: 12px;
	FONT-FAMILY: tahoma
}
.Form-Body
{
    padding: 8px;
}

.Form-Boxes
{
    background-bottom: 4px;
    padding-right: 10px;
}

.Form-Button
{
    text-decoration: none;
}

.Form-ButtonBar
{
    padding: 10px;
}

.Form-CheckBox
{
    margin-left: -4px;
    margin-top: 4px;
}

.Form-CheckBoxList
{
    margin-left: -7px;
}

.Form-ChoiceListItemDescription
{
    font-size: 11px;
}

.Form-ChoiceListItemTitle
{
    font-size: 13px;
    font-weight: bold;
}

.Form-ChoiceListTable
{
    padding: 3px;
}

.Form-ColorField
{
}

.Form-ColorPalette
{
    display: none;
    position: absolute;
    width: 325px;
}

.Form-ColorPaletteCell
{
    border: 1px #808080 solid;
    height: 23;
    width: 23;
}

.Form-ColorPaletteLabel
{
    color: #FFCC66;
    font-size: 11px;
}

.Form-DateField
{
}

.Form-Divider
{
    background-image: url(/intranet/skins/weblog/resources/common/175_dotted.gif);
    background-position: bottom;
    background-repeat: repeat-x;
    padding: 0px;
}

.Form-ErrorSummary
{
    background-color: #F5DFDF;
    border: 1px solid #800000;
}

.Form-HelpText
{
    border-bottom: 1px #CDCAB9 dashed;
    cursor: help;
}

.Form-HiddenField
{
    visibility: hidden;
}

.Form-InputControl
{
    font-family: Courier New;
    font-size: 12px;
}

.Form-Instructions
{
    color: #FFCC66;
    font-size: 11px;
}