﻿body {
}

label
{
    cursor:pointer;
}

.Help
{
    cursor:help;
}

.Button
{
    cursor:pointer;
    background-image:url(../../_Img/textbox_gradient.gif);
    background-position:left top;
    background-repeat:repeat-x;
    font-weight:bold;
    border:solid 1px #6E99C5;       
    color:#6E99C5; 
}

.ButtonOver
{
    color:Silver;
    border: solid 1px Silver;
}


.Heading
{
    display:block;
    font-size:12px;
    font-weight:bold;
    margin-top:10px;
}

.PageHeading
{
    display:block;
    font-size:14px;
    font-weight:bold;
}

.MessageError
{
    display:block;
    margin:0;
    margin-bottom:10px;
    width:auto;
    border:solid 1px #ff0000;
    padding:5px;
    padding-left:35px;
    background-image:url(../../_Img/Icons/error_large.gif);
    background-position:left top;
    background-repeat:no-repeat;
    background-color:#ffffff;
    color:Red;
}

.ValidationError
{
    background-image:url(../../_Img/Icons/error.gif);
    background-position:leftp top;
    background-repeat:no-repeat;
}

img
{
    border:0;
}

.FormField
{
    font-family: "Trebuchet MS";
	background-color: #EEEEEE;
	font-size: 11px;
}

.Password
{
    border:solid 1px blue;
    background-image:url(../../_Img/Icons/key.gif);
    background-position:top left;
    background-repeat:no-repeat;
    padding-left:15px;
}




