@charset "utf-8";
form.easyForm{
margin:0px auto;
margin-bottom:5px;
padding:10px;
font-size:20px;
font-family:Arial, Helvetica, sans-serif;
 
}
form.easyForm fieldset{
margin:0px;
padding:20px;
padding-top:10px;
padding-bottom:5px;
width:350px;
text-align:left;
background-color:#AEBCC4;


}

#title {color: F7F7F7;}

}
form.easyForm input, form.easyForm textarea, #button{
margin-bottom:5px;
}
form.easyForm input.field, form.easyForm textarea{
width:350px;
height:25px;
line-height:25px;

}
form.easyForm textarea{
max-width:350px;
max-height:200px;
height:200px;
font-family:Arial, Helvetica, sans-serif;
border: 1px solid #004a60;

}
.warning{
width:40px;
line-height:40px;
font-color:#FFF;
font-size:12px;
background-color:#990000;
position:relative;
left:20px;
}
.acceptable, .unacceptable{
background-repeat:no-repeat;
background-position:330px 6px;
}
.acceptable{
color:#336600;
background-color:#f1ffec;
}
.unacceptable{
color:#d06f6f;
font-style:italic;
background-color:#ffecec;
}
p#confirmation{
text-align:center;
font-size:18px;
}
.default{
color:#000;
font-style:italic;
font-size: 14px;
}