#logo {
    background-image: url("../images/logo_orbit.png");
    background-repeat: no-repeat;
    height:56px;
    margin: 0 auto 30px;
    position: relative;
    right: 0;
    width: 195px;
}
#container {
    font-family: Tahoma,Geneva,sans-serif;
    margin: 30px auto 0;
    padding: 0;
    text-align: left;
}
@font-face {
    font-family: "FontomasCustomRegular";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/fontomas-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/fontomas-webfont.woff") format("woff"), url("../fonts/fontomas-webfont.ttf") format("truetype"), url("../fonts/fontomas-webfont.svg#FontomasCustomRegular") format("svg");
}
@font-face {
    font-family: "FranchiseRegular";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/franchise-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/franchise-bold-webfont.woff") format("woff"), url("../fonts/franchise-bold-webfont.ttf") format("truetype"), url("../fonts/franchise-bold-webfont.svg#FranchiseRegular") format("svg");
}
a.hiddenanchor {
    display: none;
}
#wrapper {
    margin: 0 auto;
    min-height: 560px;
    position: relative;
    right: 0;
    width: 450px;
}
#wrapper a {
    color: rgb(95, 155, 198);
    text-decoration: underline;
}
#wrapper h1 {
    color: rgb(100, 29, 128);
    font-family: Verdana;
    font-size: 24px;
    font-weight: bold;
    padding: 2px 0 30px;
    text-align: center;
}
#wrapper h1 {
}
#wrapper h1:after {
    background: -moz-linear-gradient(left center , rgba(147, 184, 189, 0) 0%, rgba(147, 184, 189, 0.8) 20%, rgba(147, 184, 189, 1) 53%, rgba(147, 184, 189, 0.8) 79%, rgba(147, 184, 189, 0) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    content: " ";
    display: block;
    height: 2px;
    margin-top: 10px;
    width: 100%;
}
#wrapper p {
    margin-bottom: 15px;
}
#wrapper p:first-child {
    margin: 0;
}
#wrapper label {
    color: rgb(64, 92, 96);
    position: relative;
}
input:-moz-placeholder, textarea:-moz-placeholder {
    color: rgb(190, 188, 188);
    font-style: italic;
}
input {
    outline: medium none;
}
#wrapper input:not([type="checkbox"]) {
    border: 1px solid rgb(178, 178, 178);
    border-radius: 3px;
    box-shadow: 0 1px 4px 0 rgba(168, 168, 168, 0.6) inset;
    box-sizing: content-box;
    margin-top: 4px;
    padding: 10px 5px 10px 32px;
    transition: all 0.2s linear 0s;
    width: 92%;
}
#wrapper input:active:not([type="checkbox"]), #wrapper input:focus:not([type="checkbox"]) {
    background: none repeat scroll 0 0 rgba(238, 236, 240, 0.2);
    border: 1px solid rgba(91, 90, 90, 0.7);
    box-shadow: 0 1px 4px 0 rgba(168, 168, 168, 0.9) inset;
}
[data-icon]:after {
    color: rgb(100, 29, 128);
    content: attr(data-icon);
    font-family: "FontomasCustomRegular";
    left: 10px;
    position: absolute;
    top: 35px;
    width: 30px;
}
#wrapper p.button input {
    background: none repeat scroll 0 0 rgb(100, 29, 128);
    border: 1px solid rgb(28, 108, 122);
    border-radius: 3px;
    box-shadow: 0 1px 6px 4px rgba(0, 0, 0, 0.07) inset, 0 0 0 3px rgb(254, 254, 254), 0 5px 3px 3px rgb(210, 210, 210);
    color: #fff;
    cursor: pointer;
    font-family: "BebasNeueRegular","Arial Narrow",Arial,sans-serif;
    font-size: 24px;
    margin-bottom: 10px;
    padding: 8px 5px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
    transition: all 0.2s linear 0s;
    width: 30%;
}
#wrapper p.button input:hover {
    background: none repeat scroll 0 0 rgb(173, 36, 227);
}
#wrapper p.button input:active, #wrapper p.button input:focus {
    background: none repeat scroll 0 0 rgb(40, 137, 154);
    border: 1px solid rgb(12, 76, 87);
    box-shadow: 0 1px 6px 4px rgba(0, 0, 0, 0.2) inset;
    position: relative;
    top: 1px;
}
p.login.button, p.signin.button {
    margin: 5px 0;
    text-align: right;
}
.keeplogin {
    margin-top: -5px;
}
.keeplogin input, .keeplogin label {
    display: inline-block;
    font-size: 12px;
    font-style: italic;
}
.keeplogin input#loginkeeping {
    margin-right: 5px;
}
.keeplogin label {
    width: 80%;
}
p.change_link {
    background: repeating-linear-gradient(-45deg, rgb(247, 247, 247), rgb(247, 247, 247) 15px, rgb(225, 234, 235) 15px, rgb(225, 234, 235) 30px, rgb(247, 247, 247) 30px) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 0 0 5px 5px;
    border-top: 1px solid rgb(219, 229, 232);
    color: rgb(127, 124, 124);
    font-size: 16px;
    height: 20px;
    left: 0;
    padding: 17px 30px 20px;
    position: absolute;
    text-align: right;
    width: 440px;
}
#wrapper p.change_link a {
    background: none repeat scroll 0 0 rgb(247, 248, 241);
    border: 1px solid rgb(203, 213, 214);
    border-radius: 4px;
    color: rgb(29, 162, 193);
    display: inline-block;
    font-weight: bold;
    margin-left: 10px;
    padding: 2px 6px;
    text-decoration: none;
    transition: all 0.4s linear 0s;
}
#wrapper p.change_link a:hover {
    background: none repeat scroll 0 0 rgb(247, 247, 247);
    border: 1px solid rgb(74, 179, 198);
    color: rgb(57, 191, 215);
}
#wrapper p.change_link a:active {
    position: relative;
    top: 1px;
}
#login {
    background: none repeat scroll 0 0 rgb(239, 225, 245);
    border: 1px solid rgba(173, 36, 227, 0.8);
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(222, 172, 242, 0.7), 0 0 8px 5px rgba(230, 199, 242, 0.4) inset;
    margin: 0 0 35px;
    padding: 18px 6% 60px;
    position: absolute;
    top: 0;
    width: 88%;
}
#login {
    z-index: 22;
}
#toregister:target ~ #wrapper #register, #tologin:target ~ #wrapper #login {
    animation-delay: 0.1s;
    animation-name: fadeInLeft;
    z-index: 22;
}
#toregister:target ~ #wrapper #login, #tologin:target ~ #wrapper #register {
    animation-name: fadeOutLeft;
}
.animate {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-timing-function: ease;
}
.lt8 #wrapper input {
    padding: 10px 5px 10px 32px;
    width: 92%;
}
.lt8 #wrapper input[type="checkbox"] {
    padding: 0;
    width: 10px;
}
.lt8 #wrapper h1 {
    color: #066a75;
}
.lt8 #register {
    display: none;
}
.lt8 p.change_link, .ie9 p.change_link {
    background: none repeat scroll 0 0 transparent;
    height: 90px;
    position: absolute;
}
#add_err {
    color: #f00;
    display: block;
    padding-bottom: 3px;
}