﻿.textBoxes
{
    width: 201px;
    height: 190px;
    padding: 5px;
    font-size: 1em;
    font-family: Arial, Verdana, Helvetica, Sans-Serif;
    border: 2px solid #003366;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#buttons
{
    float: left;
    width: 115px;
    margin: 0px 0px 0px 18px;
}

#buttons input
{
    width: 108px;
    height: 27px;
    color: #ffffff;
    margin: 20px 0px 20px 0px;
    font-family: Trebuchet MS, Calibri, Arial, Verdna, Helvetica, Sans-Serif;
    background: #003366;
    border: 1px solid #ffffff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#update_progress
{
	height: 20px;
	text-align: center;
	margin: 0 auto;
}
