/*.main
{
	border: thin dotted #008000;
    width: 51%;
    margin-left: 25%;
    margin-top: 3%;
    position: relative;
}
.login_table
{
	border-right: thin dotted #008000;	
	border-bottom: thin dotted #008000;
}
.login_info
{
	font-weight: bold;
	font-size: 12px;
	border-left: thin dotted #008000;
	border-bottom: thin dotted #008000;
	text-align: center;
}
.login_error
{
	color: #FF0000;	
	font-weight: bold;	
	font-size: 12px;
	border-left: thin dotted #008000;
	border-bottom: thin dotted #008000;
	text-align: center;
}
.login
{
	font-size: 11px;
}
.login_input
{
	
}
.hold
{
	padding: 1%;
	text-align: right;
	font-size: 12px;	
}
.login_cap
{
	 text-align: center;
	 border-top: thin dotted #008000;
	 border-right: thin dotted #008000;	
}
.login_imp
{
	border-top: thin dotted #008000;
	border-left: thin dotted #008000;
}
.login_imp a
{
	font-family: Courier New;
	font-size: 14px;
	color: #696B6E;
	background-color: #FFFFFF	
}
.login_title
{
	background-color: #008000;
    color: #FFFFFF;
    font-size: 16px;
}
body
{
	font-family: Courier New;
    font-size: 10px;
}*/

#head1{
	width: 100%;
	height: 80px;
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(../img/header.png);
}

.logo {
	float: left;
	background-image: url(../img/logo_osm.png);
	background-size: 243px 40px;
	background-repeat: no-repeat;
	background-position: center;
	display: inline-block;
	width: 300px;
	height: 80px;
	line-height: 80px;
}

.rightsite {
	float: right;
	color: white;
	height: 80px;
	position: relative;
	text-align: right;
	margin-right: 40px;
}

.navheader {
	display: block;
	position: absolute;
	left: 0;
	top: 80px;
	width: 100%;
	height: 30px;
	background-color: #4CA94C;
}

#logintable {
    background-color: #FFFFFF;
    height: 400px;
    left: 40%;
    position: absolute;
    top: 140px;
    width: 290px;
}

#logintable div {
	width: 290px;
	text-align: center;
	color: #F5DF4D;
	font-size: 25px;
	font-weight: bold;
	margin-bottom: 30px;
}

.login {
	padding: 1em;
	text-align: center;
	width: 290px;
	height: 300px;
	background-color: #EBEBEB;
	color: #5A5A5A;
}

.login  tr {
	height: 40px;
}

.loginsubmit {
	width: 75px;
	height: 25px;
	color: white;
	background-color: #4CA94C;
	border: 0;
	margin-left: 1em;
}

.captcha {
	width: 160px; 
	margin-left: 1em; 
	border: 0; 
	height: 20px;
}

.righthead {
	width: 117px;
	height: 30px;
	float: right;
}

.languagewrap {
	height: 30px;
	display: inline-block; 
	line-height: 30px;
	width: 80px; 
	text-align: center;
}

.language {
	display: inline-block;
	float: left;
	height: 30px;
	cursor: pointer;
}