﻿DIV.Button INPUT
{
	background-color: #192f47;
	color: #ffffff;
}

DIV.Master
{
	width: 750px;
}

DIV.Header
{
    text-align: center;
}

DIV.Value TEXTAREA, DIV.Value INPUT, DIV.Value SELECT
{
	width: 180px;
}

DIV.Name
{
	width: 150px;
}

DIV.Button, DIV.Validate
{
	padding-left: 150px;
}

BODY
{
	font-family: Calibri, Verdana, sans-serif;
	font-size: 12px;
	margin: 0px;
}

DIV.Master
{
	margin: 0 auto;
}

DIV.Title
{
	border-bottom: solid 1px #000000;
	font-size: 18px;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 25px;
	padding-bottom: 5px;
}

DIV.Footer, DIV.Footer A:link, DIV.Footer A:visited, DIV.Footer A:active, DIV.Footer A:hover
{
	font-weight: bold;
	text-align: center;
	padding-bottom: 10px;
	padding-top: 10px;
	margin-top: 20px;
}

DIV.Support
{
	clear: left;
	padding-top: 25px;
}

DIV.Left
{
	clear: left;
}

DIV.Left, DIV.Right
{
	float: left;
	width: 49%;
}

DIV.Item
{
	padding-bottom: 15px;
}

DIV.Name
{
	height: 20px;
	clear: left;
	float: left;
	font-weight: bold;
	text-align: right;
}

DIV.Value
{
	float: left;
}

DIV.Value TEXTAREA, DIV.Value INPUT, DIV.Value SELECT
{
	border: solid 1px #000000;
}

DIV.Button, DIV.Validate
{
	clear: left;
	font-weight: bold;
}

DIV.Button, DIV.Validate, DIV.Value TEXTAREA, DIV.Value INPUT, DIV.Value SELECT
{
	margin-left: 5px;
}

DIV.Button INPUT
{
	border: solid 1px #000000;
	font-weight: bold;
	padding: 5px 5px 5px 5px;
}

DIV.Hidden
{
	display: none;
}

A
{
	text-decoration: none;
}

A:HOVER
{
	text-decoration: underline;
}

/* === RESPONSIVE STYLING BEGIN ===*/

@media (min-width: 768px) 
{
    DIV.container
    {
        max-width: 750px;
    }
}

@media (max-width: 576px) 
{
    DIV.Value TEXTAREA, DIV.Value INPUT, DIV.Value SELECT, DIV.Value, DIV.Payment INPUT, DIV.Name
    {
        width: 100%;
    }

    DIV.Button, DIV.Validate
    {
	    padding-left: 0px;
    }

    DIV.Name
    {
	    text-align: left;
    }
}

@media (min-width: 576px)
{
    DIV.Value TEXTAREA, DIV.Value INPUT, DIV.Value SELECT
    {
	    width: 180px;
    }
}

/* === RESPONSIVE STYLING END === */