/* $Source: /opt/cvs/fg/de/inc/css/login_frame.css,v $ $Date: 2008/03/13 20:39:27 $ $Revision: 2.4 $ */ 

/* Login IFrame */
html,body,div,img{
	margin:0; 
	padding:0; 
	border:none;
}

h1,h4,div,input,span,button{
	font-family:Verdana,Arial,Helvetica,sans-serif;
}

h1{
	font-size:21px; 
	font-weight:normal; 
	color:#0C2856; 
	margin-top:0; 
	margin-bottom:0px; 
	line-height:14px;
}

h4{
	font-size:11px; 
	font-weight:bold; 
	color:#0C2856; 
	margin-top:12px; 
	margin-bottom:1px;
}

p,div{
	font-size:11px; 
	color:#000; 
	line-height:13px;
}

a:link, a:visited{
	font-weight:bold; 
	color:#56709D; 
	text-decoration:underline;
}

a.forgot{font-size:9px;}
					
#login_frame{
	xbackground-color:#F8C15A; 
	width:164px; 
	height:364px; 
	padding:5px 10px 2px; 
	border:none; 
	background:url(/images/all/css/bg_logframe1.gif); 
	overflow:hidden; 
	position:relative;}

/* styles of wood frame for robotguard*/

.woodframe {
	background: #850 url('/images/all/reg/wood.jpg');
   	width:150px; 
   	height:60px;
	xborder: outset #a50 1px;
	float: left;
	padding:2px;
}

.woodframe img 
	background: #FFFFFF;
	border: inset 0px gray;
	display: block;
}

#tspan{
	font-size:11px; 
	font-weight:bold;
}

div.login_buttons{
	padding-top:10px;
	xborder:1px solid green;
	xposition:absolute;
	bottom:1px;
}

div.login_button{
	height:20px; 
	margin-bottom:10px; 
	background:url(/images/buttons/but_yl.png) no-repeat left top;
}

input{
	width:159px;
	height:16px; 
	margin-top:1px; 
	padding:0; 
	padding-top:2px; 
	border:1px solid #7F9DB9; 
	position:relative; 
	left:-1px;
}

button, a.button:link,a.button:visited{
	height:20px; 
	border:none; 
	padding:1px 6px 1px 0px; 
	margin-left:6px; 
	color:#FFF; 
	font-size:11px; 
	font-weight:bold; 
	background:url(/images/buttons/but_yr.png) no-repeat right top; 
	cursor:pointer; 
}

button:active{
	padding:1px 5px 0 1px;
}

a.button:link,a.button:visited{
	display:block; 
	text-decoration:none; 
	padding:2px 12px 1px 6px; 
	height:17px; 
	color:#FFF;
}

a.button:active		{padding:3px 11px 0 7px;}

/* Utility and top navigation */
#utilnav{
	position:absolute; 
	top:0; 
	right:0;
}

#utilnav b{float:left;}

#utilnav a:link, #utilnav a:visited{
	display:table-cell; 
	float:left; 
	font-size:11px; 
	font-weight:normal; 
	text-decoration:none; 
	margin:0 7px; 
	white-space:nowrap;}

img.utilnav{
	width:16px; 
	height:16px; 
	vertical-align:middle; 
	margin-left:6px;
}

img.flag{
	height:17px; 
	vertical-align:middle; 
	margin-left:10px;
}

#utilnav span{
	display:table-cell; 
	float:left;
}