body {
	text-align: left;
}

p {
	text-align:left;
}
.half_col {
	float: left;
}

#reg_button {
	background:url(images/reg_en.gif) top left no-repeat #023e7b;
	color:white;
	font-size:11px;
	height:26px;
	width:78px;
	padding:5px 14px 10px 0;
	border: none;
	cursor:pointer;
	text-transform:uppercase;
}

#login_button {
	background:url(images/login_en.gif) top left no-repeat #ad8c43;
	color:white;
	font-size:11px;
	height:26px;
	width:69px;
	padding:5px 14px 10px 0;
	border: none;
	cursor:pointer;
	text-transform:uppercase;
}

.login_item {
	text-align: right;
	margin-right:20px;
	font-size:1.2em;
}
.register_item {
	text-align: right;
	margin:1em 20px 1em 0;
	font-size:1.2em;
}
#title_bar {
	color:white;
	background:#003753 url(images/login_header.jpg) top left no-repeat;
	padding: 0;
	height:157px;
	text-align:right;
}
#lang_footer {
	text-align: right;
}

ul {
	margin: 5px;
}
