body						{font-family:Helvetica, Arial, sans-serif; color:#fff;}
h1, h2, h3					{font-weight:normal;}
input, textarea				{font-family:Helvetica, Arial, sans-serif; color:#fff; width:200px; border:1px #fff solid; padding:5px; background:#900;-webkit-border-radius:.5em; -moz-border-radius:.5em; border-radius:.5em; -webkit-box-shadow:0 1px 2px rgba(0,0,0,.2); -moz-box-shadow:0 1px 2px rgba(0,0,0,.2); box-shadow:0 1px 2px rgba(0,0,0,.2);}
input:focus,textarea:focus	{background:#800;}
.radio						{width:10px;}
.label						{display:block; padding:20px 0 10px 0;}

.submit						{display:inline-block; outline:none; cursor:pointer; text-align:center; text-decoration:none; text-shadow:0 1px 1px rgba(0,0,0,.3);}
.submit:hover				{text-decoration:none;} 
.submit:active				{position:relative; top:1px;} 

img {background:#fff; padding:8px; -moz-box-shadow: 0 0 15px black;-webkit-box-shadow: 0 0 15px black;box-shadow:0 0 15px black;}

html{background: #600; margin:0; padding:0;}
body { margin:0; padding:30px; background: #990000; background: -moz-linear-gradient(top, #990000 0%, #660000 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#990000), color-stop(100%,#660000)); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#990000', endColorstr='#660000',GradientType=0 );background-repeat: no-repeat;}