/* Bejelentkezes */
div.loginbox {
	width: 460px;
	height: auto;
	display: block;
	float: right;
	text-align: right;
	margin-top: 10px;
}


div.loginbox p.legend {
    	color: #35717C;
	text-transform: uppercase;
   	height: 12px;
	width: 150px;
	line-height: 15px;
	font-size: 12px;
	font-weight: bold;
	display: block;
    	margin-left: 277px;
}


div.loginbox p.legendreg {
	margin: 0px;
	padding: 0px;
    	color: #35717C;
	text-transform: uppercase;
   	height: 11px;
	line-height: 11px;
	font-size: 11px;
	font-weight: bold;
	display: block;
	width: 250px;
	margin-left: 177px;
	margin-top: 8px;
}

div.loginbox p.legendreg a {
	margin: 0px;
	padding: 0px;
	color: #033c50;
    	text-transform: none;
	text-decoration: none;
	font-weight: normal;
   	height: 11px;
	line-height: 11px;
	font-size: 11px;
    	background-image: url(../corrad.hu/images/loginnyil.gif);
	background-repeat: no-repeat;
    	background-position: left center;
	padding-left: 10px;
}

div.loginbox span {
	margin: 0px;
	padding: 0px;
    display: block;
	float: left;
	width: auto;
}

div.loginbox span.username {
	color: #35717C;
	text-transform: none;
	width: 50px;
	float: left;
	margin-top: 4px;
	margin-right: 10px;
}

div.loginbox span.password {
	color: #35717C;
	text-transform: none;
	margin-right: 19px;
	margin-left: 2px;
	width: 50px;
	float: left;
	margin-top: 4px;
}

div.loginbox input.inputbox {
	margin: 0px;
	padding: 0px;
	color: #000;
	width: 119px;	
	height: 22px;
	font-size: 11px;
	line-height: 20px;
	text-indent: 2px;
	border: none;
	float: left;
	display: block;
    	background-image: url(../corrad.hu/images/loginbg.jpg);
	background-repeat: no-repeat;
    	background-position: top right;
}

div.loginbox input.submit {
	width : 70px;
   	background-color: transparent;
	border: none;
	color: #35717C;
	font-weight: bold;
   	height: 21px;
	line-height: 21px;
	font-size: 9px;
	float: left;
	margin-left: 7px;
	padding-bottom: 3px;
    	background-image: url(../corrad.hu/images/submitbg.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}


div.loginbox p.loginerror {
	color: red;
	display: block;
	text-transform: none;
	width: 200px;
	float:right;
}
