body
{
font:normal 12px arial, sans-serif;
background: rgb(245,250,255) url(../images/cyc_body_bg.gif) top right no-repeat;
}

form
{
margin:0px;
}

div.main
{
display:block;
clear:both;
width:800px;
margin:40px auto 0px auto;
background: url(../images/mainbg.gif) top left no-repeat;
}

div.main table.content
{
width:780px;
height:800px;
margin:10px auto 10px auto;
}

div.main table.content td.l
{
width:40%;
padding:0px;
}

div.main table.content td.l div.margin
{
display:block;
clear:both;
margin:30px 20px 30px 20px;
}

div.main table.content td.r
{
width:60%;
padding:0px;
}

div.main table.content td.r div.margin
{
display:block;
clear:both;
margin:30px 20px 30px 20px;
}

div.btm
{
display:block;
clear:both;
width:800px;
margin:10px auto 20px auto;
font-size:10px;
color:rgb(150,150,200);
text-align:center;
}

div.btm a
{
color:rgb(150,150,200);
}

a:link,
a:visited
{
color:rgb(220,120,0);
font-weight:bold;
text-decoration:underline;
}

a:hover
{
color:rgb(0,150,50);
}

ol.rules li
{
padding-bottom:15px;
}

h1
{
font-size:30px;
}

h2
{
font-size:22px;
}

body.entryform
{
font:normal 12px arial, sans-serif;
background: rgb(255,255,255);
margin:0px;
}

form#entryform
{
}

form#entryform label
{
color:rgb(50,50,50);
font-weight:bold;
}

form#entryform input[type="text"],
form#entryform textarea
{
font-family:arial, sans-serif;
background: rgb(255,255,255) url(../images/txtfieldbg.gif) top left repeat-x;
border:1px solid rgb(200,200,200);
padding:3px;
}

form#entryform input[type="button"],
form#entryform input[type="reset"],
form#entryform input[type="submit"]
{
width:110px;
height:24px;
background: rgb(255,255,255) url(../images/buttonbg.gif) top left repeat-x;
border:none;
font-weight:bold;
font-size:11px;
font-family:'century gothic';
color:rgb(150,150,150);
}

div.success
{
width:370px;
display:block;
clear:both;
border:1px solid green;
background:rgb(230,255,230);
font-weight:bold;
color:green;
margin-bottom:10px;
padding:5px;
}

div.fail
{
width:370px;
display:block;
clear:both;
border:1px solid red;
background:rgb(255,230,230);
font-weight:bold;
color:red;
margin-bottom:10px;
padding:5px;
}
