﻿body {
}

fieldset
{
    padding:10px;
}

legend
{
   
    padding:5px 5px 5px 5px;
    margin-bottom:10px;
    font-weight:bold;
    color:#666666;
   
}

label
{
    display:block;
    float:left;
    color:#666666;
    width:200px;
}

textbox
{
    display:block;
    float:left;
    width:300px;
}

br.formSeperator
{
  
    clear:both;
    height:10px;
    font-size: 10px;
    line-height: 0px;
}

input.button
{
    background-image:url('../../../images/btnbg.jpg');
    background-repeat:repeat-x;
    height:25px;
    margin-left:10px;
    margin-right:10px;
    color:#ffffff;
    background-color:#0099cc;
    font-weight:bold;
    font-size:14px;
    border:solid 1px #0099cc;
    
}

.validatorCallout
{
   
    color:#666666;
    border:solid 1px #666666;
}

.ajax__validatorcallout_error_message_cell
{
    color:#666666;
}
