body {
	background: #3F362D;
	color: #666;
}
body.trainingarea {
	background: #3f362D url(/assets/images/training.png) repeat 0 0;
}

#wrap {
float: none;
padding: 0;
padding-top:30px;
width:100%;
max-width: 100%;
}
#loginwrap {
	font-size: 1.1em;
    position:relative;
line-height:1.2;
min-height:255px;
width:534px;
margin: 145px auto;
/*background: #fff;
-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
		box-shadow: rgba(0,0,0,0.4) 4px 4px 3px;
		-moz-box-shadow: rgba(0,0,0,0.4) 4px 4px 3px;
		-webkit-box-shadow: rgba(0,0,0,0.4) 4px 4px 3px;*/

}
#loginlogo {
    position: absolute;
    width: 148px;
    height: 163px;
    background: url(../images/bkg_logo.gif) no-repeat 0 0;
    top: -152px;
    left: -152px;
}
#loginheader {
	background: #D3CF9C;

		height:46px;
		-webkit-border-top-left-radius: 4px;
		-webkit-border-top-right-radius: 4px;
		-moz-border-radius-topleft: 4px;
		-moz-border-radius-topright: 4px;
		border-top-left-radius: 4px;
		border-top-right-radius: 4px;



}
#loginheader h1 {
		display:block;
		height: 46px;
		line-height: 46px;
		width: 76px;
		text-align:center;
		text-decoration:none;
		position:relative;
		padding: 0 20px;
		background: #fff; color: #E5AA15;
		-webkit-border-top-left-radius: 4px;
		-webkit-border-top-right-radius: 4px;
		-moz-border-radius-topleft: 4px;
		-moz-border-radius-topright: 4px;
		border-top-left-radius: 4px;
		border-top-right-radius: 4px;
		-moz-box-shadow: rgba(0,0,0,0.05) 4px 0 4px;
		-webkit-box-shadow: rgba(0,0,0,0.05) 4px 0 4px;
		box-shadow: rgba(0,0,0,0.05) 4px 0 4px;
}
#loginheader .inlinetextaction { margin-right: 20px;  margin-top: 15px; }
#loginform {
	background: transparent url("/assets/images/login_form_bkg.jpg") no-repeat left bottom;
    margin-top: 18px;
    padding-bottom: 58px;
    padding-top: 67px;
}

#loginform .entrycolumn {
    width: 55%;
    float: left;
}
#loginform .entryrow {
    padding: 1em 0.8em 0;
    border-bottom: 0;
}
#loginform .textinput {
    width: 239px;
	background: transparent url("/assets/images/text_input_lrg_default.jpg") repeat-x 0 0;
	padding: 8px 6px;
	border: none !important;
	-webkit-box-shadow:     none;
		-moz-box-shadow:        none;
        -o-box-shadow:          none;
        -khtml-box-shadow:      none;
		box-shadow:             none;
}
#loginform .textinput:focus, #loginform .textinput:active {
	background: transparent url("/assets/images/text_input_lrg_active.jpg") repeat-x 0 0;
}
#loginform.inputform .labelcolumn {
    min-width: 106px;

	text-align: right;
	/*width: 16%;*/
    font-size: 17px;
	color: #3F362D;
	letter-spacing: normal;
	text-transform: none;
	min-width:78px;
    float: left;
	background: none;
    font-weight: normal;
    clear: none;
    margin-bottom: 0;
    border: none;
    padding: 20px 8px 0 45px;
}

#loginform #formactions {
	background: transparent url("/assets/images/colour_stripe.png") no-repeat 373px bottom;
    padding-bottom: 14px;
    padding-top: 25px;
}

#formactions #login {
	margin-top: 15px;
	margin-left:391px;
}

#forgotpasswordlink {
	display: block;
	color: #d9a014;
	text-decoration: none;
/*	padding: 23px 0 0 20px;*/
	font-size: 13px;
	position: absolute;
	bottom: 25px;
	left: 18px;
}

.loginerror {
	background: #ffdfdf;
	border: 1px solid #f3afb5 !important;

	left: 14px;
	padding: 8px 15px;
    position: absolute;
    top: 182px;
    width: 304px;

	/* CSS3 */
                      border-radius:         4px;
                      -webkit-border-radius: 4px;
                      -moz-border-radius:    4px;
                      -o-border-radius:      4px;
                      -khtml-border-radius:  4px;

}
.systemnotification {
	background-color: #D5EFE9 !important;
	width: 498px !important;
margin: 0 auto !important;
position: relative;
left: auto !important;
bottom: auto !important;
top: auto !important;
z-index: 1 !important;
	font-size: 1em !important;
	padding: 10px 15px 10px !important;

	border-radius:         0 !important;
                      -webkit-border-radius: 0 !important;
                      -moz-border-radius:    0 !important;
                      -o-border-radius:      0 !important;
                      -khtml-border-radius:  0 !important;
}
.systemnotification strong {
	display: block;
}
.systemnotification p {
	margin-bottom: 0;
	color: #666;
}