label
{
width: 100px;
float: left;
text-align: right;
margin-right: 0.5em;
display: block
}

.submit input
{
margin-left: 140px;
}

input
{
color: #000;
background: #ffffff;
border: 1px solid #000;
}

.submit input
{
color: #fff;
background: #ff0000;
border: 2px outset #d7b9c9
}

fieldset
{
border: 1px solid #781351;
width: 400px;
margin: 20px;
}

legend
{
color: #fff;
background: #ff0000;
border: 1px solid #781351;
padding: 2px 6px
}

p.successmessage
{
text-align:center;
font-size: 16 px;
color: #ff0000;
} 

ul {margin-top: 0; font: 1.1em arial, tahoma, sans-serif;}

li {color: #f00;}