/**********************/
/*** LOGIN PAGE ***/
/**********************/


html, body, form, h1, h3, p, label, input {
    padding: 0;
    margin: 0;
    font: normal 13px/1.5 Arial, Helvetica, sans-serif;
    color: #444;
}

body {
    min-height: 420px;
    min-width: 386px;
}

h1 {
    font-size: 40px;
    font-weight: bold;
}

input {
    width: 253px;
    height: 33px;
    margin: 5px;
    padding: 0 4px;
    line-height: 33px;
    border: 1px solid #A7A7A7;
}

#submitBtn {
    float: left;
    width: auto;
    height: 32px;
    padding: 3px 10px;
    color: #666;
    background: #a7a7a7 url('../images/button-grey-bg.png') repeat-x 0 0 !important;
    border-color: #7e7e7e;
    line-height: 0;
    font-size: 11px;
    font-family: tahoma, arial, verdana, sans-serif;
    font-weight: bold;

    -webkit-border-radius: 3px;
    border-radius: 3px;
}

#submitBtn:hover {
    cursor: pointer;
}

#submitBtn:active {
    background: #a7a7a7 url('../images/button-grey-bg.png') repeat-x 0 -54px !important;
}

#submit {
    display: inline;
    float: right;
}

#forgot-password {
	float:right;
	display:block;
	margin-top:5px;
}

#forgot-password a {
	text-decoration : none;
}


#outer-wrapper {
margin:auto;
width: 80%;
min-width: 20%;
/*border:1px solid red;*/

}

#main-wrapper {
	margin-top: 20%;
	margin-left: auto;
	margin-right: auto;
	width:900px;
	overflow:auto;
	text-align: center;
	/*border: 1px solid green; */
}

.align-left {
	text-align: left;
}

#logo-wrapper {
	float:left;

}

#input-wrapper {
	float:left;

}

#input-wrapper, #logo-wrapper {
    margin: 0 auto;
    width: 400px;
}


.password {
    margin-bottom: 25px;
}

.username {
    margin-bottom: 10px;
}

.title-type {
    font-family: BebasNeueRegular, CuprumFFURegular, Arial, Helvetica, sans-serif;
    color: #ED5B32;
	margin-left: 6px;
    text-align: left;
}

.username .x-form-text, .password .x-form-text {
    color: #8b8b8b;
}


/**********************/
/***** 404 PAGE *****/
/**********************/
#outer-wrapper-errorpage{
    left: 50%;
    margin-top: 85px;
}
#logo-wrapper-errorpage {
    text-align: center;
    margin-left: 0;
    margin-right: auto;
    width: 100%;
}
#logo-wrapper-errorpage .text {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #737373;
    text-align: center;
}
.top-text {
    font-size: 16px;
    margin-bottom: 73px;
}
.link-label-text {
    font-size: 16px;
    margin-top: 40px;
}
.link-text {
    font-size: 16px;
    margin-top: 3px;
}
a {
	color: #737373;
}
#outer-wrapper-errorpage > img{
    margin-left: 160px;
}
#logo-wrapper-errorpage > img {
    margin-bottom: 25px;
    margin-left: 7px;
    width: 130px;
    height: 80px;
}
#exp-errorpage{
    text-align: center;
    padding-top: 29px;
}

.login-resetpass-msg {
    text-align: left;
    margin-left:5px;
}


/**********************/
/***** Replace Placeholder in IE *****/
/**********************/

.form-hidden {
display: none;
float:left;
}


/** error **/

#error-wrapper {
	background-color:#ED5B32;
	min-height: 20px;
	padding:5px;
	color:#fff;
	text-align: center;
    position:absolute;
    top:0px;
    width: 80%;
}

#error_message {
    color: #FFF;
    /*font-family: BebasNeueRegular, CuprumFFURegular, Arial, Helvetica, sans-serif;*/
    font-size: 18px;
    width: 100%;
    text-align: center;
}

/** general utility **/

.no-underline {
    text-decoration: none;
    font-weight: bold;
    color: #666;
}
