﻿/*HTML & Body Styles*/
html { height:100%;}
body { margin: 0; padding: 0; font-family: 'Asap', sans-serif; font-size: 10pt; color: #555;height: 100%;}

/*Main content Style*/
.Content {clear: both;}
        .Content .Inner {position:relative;clear:both;width:900px;margin:70px auto 0 auto;padding:190px 30px 30px 30px;background:#FFF url('/Style/Default/Images/Login-Logo.png') no-repeat 360px 30px;-moz-border-radius:10px;-webkit-border-radius:10px;border-radius:10px;border:1px solid #ddd;-webkit-box-shadow:  0px 2px 10px 0px rgba(0, 0, 0, 0.1);box-shadow:  0px 2px 10px 0px rgba(0, 0, 0, 0.1);}
            .Content .Inner .Clear {clear:both;height:1px;overflow:hidden;}
            .Content .Inner h2{clear:both;font-size:20pt;padding:0 0 30px 0;margin:0;font-weight:bold;}
            .Content .Inner span {display:block;clear:both;line-height:25px;}
                .Content .Inner span a {display:block;clear:both;padding:25px 0;height:25px;line-height:25px;color:#8a1111;text-decoration:none;}
                    .Content .Inner span a:hover {text-decoration:underline;}
            .Content .Inner h3 {clear:both;font-size:12pt;font-weight:700;}
            .Content .Inner pre {display:block;clear:both;line-height:20px;width:900px;font-size:8pt;margin:0;padding:0 0 50px 0;white-space:pre-line;}
    .Content .Legal {position:relative;clear:both;width:960px;margin:40px auto;height:90px;line-height:20px;text-align:center;color:#777;text-shadow:1px 1px 0 #FFF;font-size:8pt;}