/* body tags */

body {
margin:0;
background-color: #fff5e1;
}

h1, h2 {
font-family: Century, Palatino, "Times New Roman", Times, Serif;
font-size: 1.2em;
color: #a03d30;
}

h2 {
font-size: 1.1em;
}

p, li {
font-family: "Times New Roman", Times, Serif;
font-size: 1em;
line-height: 1.3em;
}


input, textarea, select {
border: 1px solid #ccc;
font-family: Arial, Helvetica, sans-serif;
font-size: .9em;
color: #555;
}

table p {
margin: 0;
}

/* classes */

.small{
font-size:.85em;
}

.footer {
font-size:.85em;
margin-right: 40px;
}

.red{
font-size: .8em;
color: #f00;
}

form#fm_clientlogin {
width: 90px;
padding: 20px;
background-color: #fff5e1;
border: 1px solid #ffe3af;
}