body
{
font-size: 10pt;
padding: 0px;
margin: 0px;
}
header
{
background-color: #ccc;
font-size: 20pt;
padding: 10px;
-moz-transition: all 5s ease 0s;
-webkit-transion: all 5s ease 0s;
}
footer
{
background-color: #ccc;
font-size: 10pt;
padding: 10px;
}
section
{
margin: 10px;
}
div
{
border: 1px solid #ccc;
background-color: #99FF66;
color: #333;
padding: 10px;
margin-bottom: 10px;
}
.greenbutton
{
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
color: #ffffff;
padding: 10px 20px;
background: -moz-linear-gradient(top, #42aaff 0%, #003366);
background: -webkit-gradient(linear, left top, left bottom, from(#42aaff), to(#003366));
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
border: 1px solid #003366;
-moz-box-shadow: 0px 1px 3px rgba(000,000,000,0.5), inset 0px 0px 1px rgba(255,255,255,0.5);
-webkit-box-shadow: 0px 1px 3px rgba(000,000,000,0.5), inset 0px 0px 1px rgba(255,255,255,0.5);
box-shadow: 0px 1px 3px rgba(000,000,000,0.5), inset 0px 0px 1px rgba(255,255,255,0.5);
text-shadow: 0px -1px 0px rgba(000,000,000,0.7), 0px 1px 0px rgba(255,255,255,0.3);
width: 100px;
} 