/* these styles are in the head of this page because this is a unique page */

/* THE BIG GUYS */
* {
	margin: 0;
	padding: 0;
}

body {
	text-align: center;
	padding: 10px 0;
    background: url(../images/tbloxWallpaper.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	color: #333;
	font-family: verdana, sans-serif;
}

.body-embed {
	padding: 0;
	background: #ffffff;
	font-family: verdana, sans-serif;
}

br {
    clear: both;
}

img {
	border: none;
	display: block;
}

#content {
    max-width: 500px;
    margin: 0 auto;
}

div.messageBox {
    position: absolute;
    top: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0 auto;
    max-width: 600px;
}

div#main {
    padding: 7%;
    background-color: rgb(42, 44, 61);
    background-color: rgba(42, 44, 61, 0.5);
    margin: 0 auto;
    margin-top: 35%;
    text-align: center;
}

div#xsLogo {
    position: absolute;
    background: url(../images/xentralstationLogo.png) no-repeat;
    top: 25px;
    right: 25px;
    width: 120px;
    height: 120px;
}

div#tbloxLogo {
    display: none;
    position: absolute;
    background: url(../images/tbloxLogo.png) no-repeat;
    top: 25px;
    left: 25px;
    width: 67px;
    height: 96px;
}

div#logo {
    text-align: center;
    margin: 0 auto;
    height: 150px;
}

div#logo img {
    display: inline;
}

div.infoBox {
    color: #ffffff;
    font-size: 10px;
    margin-top: 30px;
    margin-bottom: 30px;
}

div.infoBox a {
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}

p.inputform {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
}

div#main input {
    width: 70%;
    height: 40px;
    border: 1px solid #fff;
    padding-left: 12%;
    color: #fff;
    background-color: transparent;
    font-size: 16px;
}

input.user {
    background-image: url(../images/user.png);
    background-repeat: no-repeat;
    background-position: 5%;
}

input.lock {
    background-image: url(../images/lock.png);
    background-repeat: no-repeat;
    background-position: 5%;
}

button.submitButton {
    width: 82%;
    height: 40px;
    display: block;
    padding-top: 2%;
    padding-bottom: 2%;
    background-color: #274ea2;
    border: 1px solid #274ea2;
    color: #fff;
    margin: 0 auto;
    font-size: 16px;
    cursor: pointer;
}

div#forgotPassword a {
    color: #d8d8d8;
    font-size: 13px;
    font-style: italic;
    text-decoration: none;
}

div#createAccount {
    margin-top: 10px;
}

span.noAccount,
span.createAccount {
    color: #d8d8d8;
    font-size: 13px;
}

span.createAccount {
    font-weight: bold;
}

span.createAccount a {
    color: #d8d8d8;
    font-size: 13px;
    text-decoration: none;
}

div#currentLanguage,
div#languagesContainer {
    text-align: right;
    color: #fff;
    font-size: 11px;
    margin-top: 10px;
}

div#currentLanguage a,
div#languagesContainer a {
    color: #fff;
    text-decoration: none;
}

div#languagesContainer a {
    margin-left: 20px;
}

div#currentLanguage img,
div#languagesContainer img {
    display: inline;
    margin-right: 5px;
    margin-top: -1px;
    vertical-align: middle;
}

div#copyright {
    margin: 0 auto;
    margin-top: 30px;
    color: #d8d8d8;
    font-size: 11px;
}

div#page_content {
    margin: 0 auto;
}
