
html { margin:0px; padding:0px; height:100%; }
body { margin:0px; padding:0px; height:100%; min-width:960px; }
.home { background:url('/media/layout/homebackground.jpg') center top no-repeat; background-size:100% 100%; height:100%; font-size:12px; }

header { background:#009fed; }

form .row { display:inline-block; padding:5px; }
form .row label { border:1px solid #000; border-radius:50px; padding:2px 40px 2px 10px; margin-right:-30px; background:#ffffff; color:#6e6f73; }
form .row input { border:1px solid #000; border-radius:50px; padding:3px 10px; background:#bde6fc;  color:#6e6f73; }
form .row input[type="submit"], form .row input[type="button"] { border:1px solid #000; border-radius:50px; padding-left:27px; background:url('/media/layout/icon/submit_arrow.png') center left no-repeat #ffffff; color:#6e6f73; }

form .row.block { display:block; }
form .row.block label { width:120px; }
form .row.block input { width:300px; }

.forgotpassword { position:absolute; right:20px; margin-bottom:20px; background:#009fed; border-radius:0px 0px 10px 10px; padding: 5px 15px 15px; }
.join { position:absolute; right:20px; margin-bottom:20px; background:#009fed; border-radius:0px 0px 10px 10px; padding: 5px 15px 15px; }