﻿.FormTextBox, textarea {
    background-color: white !important;
    background-image: url(/images/ui/bg_FormTextBox.jpg);
    background-repeat: repeat-x;
    border-left: 1px solid black;
    border-top: 1px solid black;
    border-bottom: 1px solid lightgrey;
    border-right: 1px solid lightgrey;
    font-weight: bold;
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
    padding: 3px;
}
.FormSelect {
    background-image: url(/images/ui/bg_FormTextBox.jpg);
    background-color: white !important;
    font-family: Verdana, Arial, sans-serif;
    font-weight: bold;
    font-size: 11px;
    border: 1px solid #CCCCCC;
	padding: 2px;
    margin-right: 5px;
}
.FormStyledCheckboxUnchecked {
    width: 14px;
    height: 14px;
    background: url(/images/icons/checkbox.gif) no-repeat left top;
    position: absolute;
    cursor: hand;
    cursor: pointer;
}
.FormStyledCheckboxChecked {
    width: 14px;
    height: 14px;
    background: url(/images/icons/checkbox.gif) no-repeat left bottom;
    position: absolute;
    cursor: hand;
    cursor: pointer;
}
.FormStyledRadioUnchecked {
    width: 14px;
    height: 14px;
    background: url(/images/icons/radio.gif) no-repeat left top;
    position: relative;
    margin-left: -4px;
    padding-right: 1px;
    cursor: hand;
    cursor: pointer;
}
.FormStyledRadioChecked {
    width: 14px;
    height: 14px;
    background: url(/images/icons/radio.gif) no-repeat left bottom;
    position: relative;
    margin-left: -4px;
    padding-right: 1px;
    cursor: hand;
    cursor: pointer;
}
label {
    cursor: hand;
    cursor: pointer;
}