﻿body
{
    height: 100%;

	font-size: large;
	font-family: "Times New Roman", Verdana;
	font-style: normal;

	margin: 0 auto;
}
ss
html
{
    height : 100%;
    overflow-y: scroll;

    /*background: url(../Images/Background.jpg) no-repeat center center fixed;*/ 
    /*-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;*/
}

img 
{
    border: 0;
}

#container
{
    position: absolute;
    
    top: 5%;
    left: 0%;
    
    
    height: 70%;
    width: 90%;
    color: #ffffff;
    background: #555555;
    
    margin: 0px 0px 50px 50px;
    padding: 0px 10px 5px 10px;

    opacity: 0.8;
    overflow:auto;
}

#index_logo
{
    position: absolute;
    
    top: 0px;
    left: 20px;
}

#index_login
{             
    position: absolute;

    top: 100px;
    right: 30px;
}


.mfTextBox
{
    height: 30px;

    font-size: large;
	font-family: "Times New Roman", Verdana;
	font-style: normal;

    margin: 0px;
    padding: 5px;
}

.mfButton
{
    height: 40px;

    font-size: large;
	font-family: "Times New Roman", Verdana;
	font-style: normal;

    margin: 0px;
    padding: 10px;
}