﻿/*****************************************************************************\
* Project     : WebAttendance, Version 100									  *
* File        : Login.css                                                     *
* Author      : Tomas 'Slappy' SLAPKA                                         *
*-----------------------------------------------------------------------------*
* Copyright (c) 2009, CONTAL OK Ltd. All rights reserved.                     *
*-----------------------------------------------------------------------------*
* Purpose     : CSS file for page Login.apsx                                  *
\*****************************************************************************/



.LoginDiv
{
    width: 260px; 
    margin: 200px auto 0 auto;
}

.FieldsetLogin
{
    border: 1px solid rgb(90, 90, 90); 
    background: rgb(202, 227, 162);
}

.LegendLogin
{
    border: 1px solid rgb(90, 90, 90); 
    background: rgb(90, 90, 90);
    padding: 0px;
}

.DialogLogin input[type="text"]
{
	margin-left: 20px;
    border: 1px solid rgb(230, 230, 230);
    background: url("/Graphics/input_text_bgr.png") repeat-x;
    color: rgb(68,68, 68);
    font-weight: normal; 
}

.DialogLogin input[type="password"]
{
	margin-left: 20px;
    border: 1px solid rgb(230, 230, 230);
    background: url("/Graphics/input_text_bgr.png") repeat-x;
    color: rgb(68,68, 68);
    font-weight: normal; 
}

.DialogLogin input[type="submit"]
{
	margin-top: 10px;
    background: url("/Graphics/button_bgr.png") repeat-x;
    border-left: 1px solid lightgray;
    border-right: 1px solid lightgray;
    border-bottom: 1px solid lightgray;
    color: rgb(68 ,68, 68);
    font-family: tahoma;
    font-weight: normal;
}

.DialogLogin label
{
    font-family: tahoma; 
	font-weight: bold; 
	font-size: small; 
	color: rgb(68, 68, 68);
}

.LoginLabel 
{ 
	font-family: tahoma; 
	font-weight: bold; 
	font-size: small; 
	color: rgb(68, 68, 68);
	padding-bottom: 10px;  
}
