﻿/***** borders *****/
fieldset, select, input, textbox, textarea, input.simplebutton {
    border: solid 1px #3399cc;
}
.error {
    border: solid 1px #CC0000;
}

/***** backgrounds ******/
fieldset {
    background-color: #F5F5F5;
}
.error {
    background-color: #F8F8F8;
}
input.simplebutton {
    background-color: #3399cc;
}

/***** type ******/
fieldset legend {
    color: #3399cc;
    font: normal normal normal 12pt/normal Arial, Tahoma, San-Serif;
}
dt, select option, select, input, textbox, input.simplebutton {
    font: normal normal normal 8pt/normal Arial, Tahoma, San-Serif;
}
input.simplebutton {
    color: White;
}
.error {
    color: #CC0000;
    font: normal normal bold 9pt/normal Arial, San-Serif;
}

/***** elements*****/
 fieldset {
    margin: 0px;
    padding: 0px;
}
fieldset legend {
    margin: 0px 0px 0px 50px;
}
dt
{
	float: left;
	width: 115px;
	text-align: right;
	margin: 0 7px 0 0;
	padding: 2px 0 0 0;
}
dd {
	margin: 0 0 7px 0;
}
input {
    width: 170px;
    padding: 3px;
}
.radio input{
    width: auto;
    margin-left: 10px;
}
input.simplebutton
{
    width: auto;
	text-decoration: none;
	padding: 3px 8px 3px 8px;
}
.error {
    width: 90%;
    float: left;
    clear: both;
    display: block;
    margin: 5px auto 5px auto;
    padding: 5px 20px 5px 20px;
}
ol li 
{
    margin: 0px;
    padding: 0px;
}
