

#logintausta{
position			: absolute;
top					: 10px;
right				: 10px;
background-color	: #666666;
border				: 1px solid #fff;
filter				: alpha(opacity=20);
 filter				: progid:DXImageTransform.Microsoft.Alpha(opacity=20);
 -moz-opacity		: 0.20; 
 opacity			: 0.2;
  width				: 360px;
  height			: 43px;
 }


#error{
	position:absolute;
	top:24px;
	right:155px;
	height:12px;
	font-size:x-small;
	margin-right:4px;
	width:130px;
	background:none;
	border:none;
	color:#fff;

}
#error2{
	
	height:12px;
	font-size:x-small;
	margin-right:4px;
	width:130px;
	background:none;
	border:none;
	color:#000;

}


#container form#index_login{
	
 	position			: absolute;
	top					: 15px;
	right				: 20px;
    color				: #fff;
    
     font-family		: Verdana;
     font-size			: 0.9em;
     text-align			: right;
     width				: 400px;
     /*margin				: 2px;
	 padding			: 7px 0 0 0;*/


	
}

form#index_login a{
position			:relative;
top					:0;
padding				:8px;
color				:#fff;

}

form#index_login input#pass,#password{
	/*background-color:#fff;
	background-image:url(../kuvat/user_login.gif);
	background-repeat:none;*/

	height:11px;
	font-size:10px;
	margin-right:4px;

	width:66px;
	border:none;
	filter				: alpha(opacity=60);
 filter				: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
 -moz-opacity		: 0.80; 
 opacity			: 0.8;

	}
.send-btn2 {
position:relative;
top:2px;
width: 70px;
height: 16px;
background: #333 url(../kuvat/kirjaudu.gif) no-repeat;
outline: none;

}
.send-btn2:hover {
background: #fff url(../kuvat/kirjaudu_hover.gif) no-repeat 0;
}

/*
#logintausta2{
position			: absolute;
top					: 10px;
right				: 10px;
background-color	: #666666;
border				: 1px solid #fff;
filter				: alpha(opacity=20);
 filter				: progid:DXImageTransform.Microsoft.Alpha(opacity=20);
 -moz-opacity		: 0.20; 
 opacity			: 0.2;
  width				: 150px;
  height			: 60px;
 }
 */
 
form#uloslokkaus{
position				: absolute;

top						: 10px;
right					: 10px;	 
color					: #fff;
font-family				: Verdana;
font-size				: 0.9em;
width					: 340px;
margin					: 2px;
padding					: 8px 2px 0 4px;
}



form#uloslokkaus a{

padding				: 0;
color				: #fff;
}
form#uloslokkaus a:hover{


color				: #f5ae06;
}



form#uloslokkaus u{
text-decoration		: none;
margin				: 0;

}

input.send-btn {
position		: absolute;
top				: 5px;
right			: 5px;
width			: 95px;
height			: 20px;
background		: #333 url(../kuvat/kirjaudu_out.gif) no-repeat;
outline			: none;
}
input.send-btn:hover {
background: #fff url(../kuvat/kirjaudu_out.gif) no-repeat 0;
}

.linksTooltip
{
	border				: 3px solid #933;
	background-color	: #600;
	padding				: 10px;
	color				: #ccc;
}
.inputsTooltip
{
	border: 1px solid #000;
	background-color: #444;
	padding: 4px;
	color: #ccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 150px;
}
.inputsTooltip #tooltipTitle
{
	font-weight: bold;
}
