﻿.LoginArea
{
    height: 600px;
    margin-right: 15px;
    float:right;
    width:710px;
}

#alisverisYeniZiyaretci
{
    height: 500px;
}
.LabelStyle
{
    width: 200px;
    background-color: Red;
    text-align: left;
}

.TitleTextStyle
{
    height: 50px;
}

.ErrorMessage 
{
    color:Red;
    text-align:center;
}

.Register 
{
    background-image:URL(../img/001/RegisterBackground.jpg);
    background-repeat:no-repeat;
    text-align:center;
    width:274px;
    height:44px;
    padding-top:10px;
}

.LoginButton a:link,
.LoginButton a:hover,
.Register a:link,
.Register a:hover {
    color:White;
    font-size:14px;
    font-weight:bold;   
    text-decoration:none;
}

.LoginButton 
{
    margin-top:20px;
    background-image:URL(../img/001/LoginBackground.jpg);
    background-repeat:no-repeat;
    text-align:center;
    width:274px;
    height:34px;
    padding-top:10px;
}

.LoginButton>INPUT
{
    color:Red;
    border:none;
    background-image:URL(../img/001/LoginBackground.jpg);
    width:274px;
    height:34px;
    margin-top:20px;
    cursor:pointer;
}

h2 
{
    color:#A82F4B;
    font-size:18px;
    margin-bottom:10px;
}


p.Desc 
{
    margin-left:-5px;
    color:#5d5d5d;
    font-size:12px;
    font-weight:normal;
    margin-top:5px;
    margin-bottom:0px;
}

p.DescTitle 
{
    font-size:14px;
    font-weight:bold;
    margin-left:-5px;
    margin-bottom:0px;
    margin-top:0px;
    color:#5d5d5d;
}

.formlar Table 
{
    width:100%;
}

.formlar .formSatirBaslik {
    width:20%;
}

.SifremYok
{
    background-image:URL('../img/001/sifremiunuttum.gif');
    background-repeat:no-repeat;
    margin:0;
    padding:0;
    border:solid 1px white;
    color:RED;
    font-size:14px;
    font-weight:bold;
    height:38px;
    width:136px;
    display:block;
    text-align:center;
}