#logo {
	margin-bottom: 2em;
}

#main_navigation ul li b {
    color: #bebebe;
}

#user_menu {
	color: #bebebe;
}

#user_menu .shortcuts {
	border-left: 1px solid #bebebe;
	border-right: 1px solid #bebebe;
}

#user_menu .logout ins.icon .a .b {
	top: -122px;
}

#content {
	margin-left: 0;
	width: 100%;
}

.main_content {
	margin: 1em -100% 0 6%;
	width: 40%;
	padding: 1em 4% 0 0;
}

.main_content p{
    margin-right: 5%;
}

.extra_content {
	margin: 1em 0 0 50%;
	width: 40%;
}

.success, .error, .message {
	margin-top: 1em;
}

h1 {
	font-size: 1.5em;
	margin-bottom: 0.6em;
	margin-left: 6%;
	width: 75%;
}

h2 {
	font-size: 1em;
	font-weight: bold;
}

h2 ins.icon {
	position: relative;
	top: -0.2em;
	left: -21px;
	margin-right: -12px;
}

h2 ins.icon,
h2 ins.icon .a {
	width: 12px;
	height: 18px;
}

h2 ins.icon .a .b {
	left: -146px;
}

.yellow_border{
    border: 1px solid #FFDE24;
    padding: 0 0 0 2.6em;
    margin: 1.5em 0 0 -2.6em;
    position: relative;
}

.yellow_border form{
    clear: left;
    margin-top: 1.75em;
}

.yellow_border h2{
    position: absolute;
    top: 0;
    float: left;
    background-color: #ffffff;
    margin: -0.7em 0 0 -28px;
    padding: 0 5px 0 28px;
}

.yellow_border .cn {
	height: 11px;
	width: 11px;
}

.yellow_border .cn.tl {
	left: -1px;
	top: -1px;
}

.yellow_border .cn.tr {
	right: -1px;
	top: -1px;
}

.yellow_border .cn.bl {
	left: -1px;
	bottom: -1px;
}

.yellow_border .cn.br {
	right: -1px;
	bottom: -1px;
}

.yellow_border .cn ins {
	background-image: url(/f/1/global/i/corners-profile-yellow.gif);
	height: 22px;
	width: 22px;
}

.yellow_border .cn.tl ins {
	left: -11px;
	top: -11px;
}

.yellow_border .cn.tr ins {
	right: -11px;
	top: -11px;
}

.yellow_border .cn.bl ins {
	left: -11px;
	bottom: -11px;
}

.yellow_border .cn.br ins {
	right: -11px;
	bottom: -11px;
}

.warning {
    padding: 1em 5% 1em 10%;
	margin-bottom: 1em;
	background-color: #FFD900;
}

.entrance {
    padding-left: 10%;
    padding-right: 5%;
}

form {
	margin-top: 0.75em;
	width: 18em;
	margin-bottom: 2em;
}

#r_j_username,
#r_j_password{
    margin-bottom: 0.7em;
}

#r__spring_security_remember_me{
    margin-bottom: 0;
}

form .row {
	margin: 0 0 1em 0;
}

form .row .label {
	width: 4.5em;
}

form .row .field {
	padding-left: 4.5em;
}

form input.text,
form textarea {
	width: 97%;
}

form .type_submit .field {
	background-color: transparent;
	padding-top: 0;
	padding-bottom: 0;
}

#made_in {
	position: absolute;
    left: 23%;
	font-size: 0.8em;
	margin: 0.5em 0 0 5em;
}

#made_in p {
	margin: 0;
}

#made_in img {
	display: block;
	position: absolute;
	left: -100px;
	top: 1px;
}