﻿.Button, .ButtonDomainSearch, .PageButton, .PageButtonCalleMe
{
    font-family:Lucida Grande, Lucida Sans Unicode, sans-serif;
    border:none;   
    color:#ffffff;
    text-transform:uppercase;
    font-style:italic;
    font-size:14px;  
    font-weight:bold; 
    padding-right:0px;
    cursor:pointer;
}

.PageButton, .PageButtonCalleMe
{
    padding:4px 11px 4px 8px;  
    font-size:12px;  
}

.PageButtonCalleMe
{
    margin-left:105px;
}

.ButtonDomainSearch
{
    padding:1px 2px 3px 2px;  
    font-size:12px;
    font-weight:normal;
    text-transform:lowercase;
    position:absolute;
    right:0px;
    top:50px;
    width:32px;
}

.DetailMarked
{
    padding:4px 4px 4px 4px;
    color:#ffffff;
    vertical-align:middle;
    height:15px;
    display:block;
    width:252px;
    float:left;
}

.Form input.Txt,
.Form textarea.Txt
{
    width:400px;
}
.Form textarea.Txt{
    height:100px;
}
.OrderDetailPanel
{
    width:315px;
    overflow:hidden;
    height:0px;
    padding:0px;
}

.FormBlockPanel
{
    background-image:url('../images/BannerBackground.gif');
    background-repeat:repeat;
    padding-top:4px;
    float:left;
}

.TxtBlock
{
    width:310px;
}
.validationError{
    font-weight:bold;
    color:#f89622;
}
.Normal .validationError{
    color:#f89622;
}
.Yellow .validationError{
    color:#c1ca2b;
}
.Green .validationError{
    color:#009648;
}
.LightGreen .validationError{
    color:#00aaa0;
}
.Blue .validationError{
color:#1d78be;
}
.Red .validationError{
    color:#db1e58;
}