﻿input, select, textarea
{
    color: #666666;
	font-family: Verdana, sans-serif;
	font-size: 10px;   
}

.button
{
    border: solid 1px #666666;
    color: #FFFFFF;
    background-color: #C90123;
    font-weight: bold;
    cursor: pointer;
}

.textbox
{
	border: solid 1px #666666;
}

.errormessage
{
    font-weight: bold;
    color: #CC0000;
    border: solid 2px #CC0000;
    padding: 10px;
}

.infomessage
{
    font-weight: bold;
    color: #008000;
    border: solid 2px #666666;
    padding: 10px;
}

.req
{
    font-size: 9px;
    color: #CC0000;
}

.minitext
{
    font-size: 9px;   
}

.subheader
{
    font-weight: bold;   
}