﻿/************************************************************************************************************
    gui: LOGIN
*************************************************************************************************************/   
#guiLogin_start
    {
        margin:100px auto;
    }
.guiLogin
    {
        display:block;
        width:336px;
        border:solid 1px #909091;
        background-color:#ffffff;
    }
    .guiLogin .Header
        {
        	width:336px;
        	height:25px;
        }
    .guiLogin .Main
        {
            padding-bottom:25px;
        }
        .guiLogin .Main table
            {
                margin:0px auto;
            }
        .guiLogin .Main table tr
            {
				margin-bottom:2px;
            }
        .guiLogin .Main table tr td
            {
				padding:2px;
            }
            
/************************************************************************************************************
    BOXES
*************************************************************************************************************/

		

/************************************************************************************************************
    COLUMNS
*************************************************************************************************************/		

.Columns
	{		
	}
	.Columns .Column-01
		{
			float:left;
			width:49%;
		}
	.Columns .Column-02
		{
			float:right;
			width:49%;
		}