*{
font-family:aria,helvetica,sans-serif
}

html{
background-image:url(/class/bg.jpg);
background-repeat:no-repeat;
background-attachment:fixed;
background-position:right bottom;
}

body{
margin:0px auto;
width:600px;
background-image:url(/class/content_bg.png);
padding:20px;
}

fieldset{
margin:20px 0 20px 0
}

legend{
color:#fff;
background-color:#555;
font-weight:bold;
padding:2px;
}

fieldset p{
font-weight:bold;
margin:0px;
margin-top:5px;
}

fieldset table {
width:500px;
}

fieldset table td{
text-align:center
}

div.set{
background-color:#eee;
padding:10px;
margin-bottom:20px;
border:1px solid #999;
}

td.r{text-align:right}

fieldset textarea{
width:400px;
}
