.boksHeaderLogin {
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#FFF;
	font-weight:bold;
}

div.boks {
	float: right;
	width:200px;
	margin: 0 1px 1px 0;
	display:inline;
	padding:5px 5px 70px 5px;
	background:#FFF url(../images/BackStartSide.jpg) repeat-x 0 50%;
	text-align:left;
}

div.boks img {
	float:right;
	border: 3px; /* #0FF; */
}

/*button start*/
input .curved
{
-moz-border-radius:10px; /* Firefox */
-webkit-border-radius:10px; /* Safari and chrome */
-khtml-border-radius:10px; /* Linux browsers */


/* border-radius:10px;  CSS3 */
/*behavior:url(border-radius.htc)*/
}

button {
border: 0 none;
cursor: pointer;
font-weight: bold;
padding: 0 15px 0 0;
text-align: center;
height: 30px;
line-height: 30px;
width: auto;
}

button.rounded {
background: transparent url( ../images/btn_right.png ) no-repeat scroll right top;
clear: left;
font-size: 0.8em;
}

button span {
display: block;
padding: 0 0 0 15px;
position: relative;
white-space: nowrap;
height: 30px;
line-height: 30px;
}

button.rounded span {
background: transparent url( ../images/btn_left.png ) no-repeat scroll left top;
color: #FFFFFF;
}

button.rounded:hover {
background-position: 100% -30px;
}

button.rounded:hover span {
background-position: 0% -30px;
}

button::-moz-focus-inner {
border: none;
}
/*button slut*/

@media print {
.noprint {display:none;}
.doprint {display:inline}
.onlyprint {display:inline; position:absolute; top:0px; left:0px}
.printtxt {display:none;}
}
