body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #86939F;
	width: 970px;
	margin: auto;
	margin-top: 10px;
}
h1 {
    margin-top: 20px;
    text-align: center;
}
h2 {
    margin-top: 0px;
    font-size: 18px;
}
h3 {
    font-size: 14px;
}
fieldset {
    margin-top: 10px;
    margin-bottom: 30px;
    border: 1px solid black;
    padding: 7px;
}
legend {
    color: black;
    font-size: 18px;
    font-weight: bold;
    cursor: default;
}
p {
    margin: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 8px;
}
fieldset p  {
   width: 100%;
}
a {
	font-weight:bold;
	color: #BD2233;
	text-decoration:none;
}
a:hover {
    text-decoration: underline;
}
table {
    background-color: black;
    border-spacing: 1px;
    width: 100%;
}
td {
    background-color: #DDDDDD;
    padding: 4px;
}

th {
    padding: 2px;
    background-color: #5E7283;
}
.warning {
    float: left;
    margin-right: 3px;
}
img {
vertical-align: middle;
}
input[type=submit] {
    font-weight: bold;
}

input[type=text],
input[type=select],
input[type=password],
textarea {
    border: 1px solid #A5ACB2;
    padding: 2px;

}

fieldset input[type=text]:focus,
fieldset input[type=select]:focus,
fieldset input[type=password]:focus,
fieldset textarea:focus {
    border-color: #FF5555;
    background-color: #FFDDDD;

}
i {
    font-style: normal;
    font-family:"Courier New", Courier, monospace;
}
.error {
    color: red
}
.success {
    color: green
}
.status {
    font-family: "Courier New", Courier, monospace;
    vertical-align: top;
}
