﻿@import url("../Index/StyleIndex.css");

body
{
    color: White;
    font-family: Arial Rounded MT Bold;
}

p
{
    width: 100%;   
}

.frmTinyTextBox
{
    width: 20px;
}

.frmSmallTextBox
{
    width: 50px;
}

.frmRegularTextBox
{
    width: 100px;
}

.frmLargeTextBox
{
    width: 150px;
}

.frmMultiLineTextBox
{
    width: 400px;
    height: 80px;
}

.frmLabel
{
    font-family: Arial Rounded MT Bold;
    width: 300px;
    position: relative;
    float: left;
    padding-right: 18px;
}

.frmConsole
{
    width: 700px;
    position: absolute;
    text-align: center;
}

.frmMessage
{
    color: Red;
    position: relative;
    top: 40px;
}
