/* Cascading Style Sheet */
body {
    font-family: Arial;
}
.title {
    background-color: #DDDDDD;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 5px;
}

#hugebutton {
    background-color: #93bad2;
    margin: 5px;
    padding: 5px;
    border: 2px groove #999999;
    font-weight: bold;
}
.hugebutton {
	background-color: #93bad2;
    margin: 5px;
    padding: 5px;
    border: 2px groove #999999;
    font-weight: bold;
}
#hugebutton:hover {
    color: #ffffff;
}

/* New CSS */
#des
{
	font-size: 12pt;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 5px;
}

#form
{

}
.smallText
{
	font-size: 9pt;
}
#error
{
	color: red;
	font-weight: bold;
}
#inner_header
{
	font-weight: bold;
	font-size: 11pt;
	background-color: #CCCCCC;
}