html{
font-family:arial, sans-serif;
font-size:11pt;
}

fieldset{
margin:13pt 0 0 13pt;
width:450px;
}

legend{
font-size:18pt;
}

form.myform input, form.myform textarea {
    border: solid 1px #85b1de;
    background: #fff;
    background-position: top;
}
form.myform input:focus, form.myform textarea:focus {
    background-image: none;
    background-color: #ffffff;
    border: solid 1px #fded7f;
}
	
.blue{
color:#4175ba;
}

.header{
font-size:16px;
color:#4175ba;
font-weight:bold;
}