﻿#mainPanBlueFull {
    float: right;
	width: 508px;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	color: #333333;
	background: #dde8e8 url(/IFA/Asset/Image/Previous/bg_login.gif) repeat-x;
	margin-right: 10px;
    margin-left: 10px;
    padding-bottom: 20px;
}

/* STYLE LOGON PAGE */
.logon  
{
    position: relative;
    margin-left: 5px;
    margin-top: 40px;
    height: 585px;
    line-height: normal;
}

.logon_main
{
    width: 469px;
    background: #fff ;
    margin: 0 0 10px 10px;
    padding: 20px 0 0 0;
    position: absolute;
    left: 4px;
    
}
.logon h2.title
{
    background: #fff url(/IFA/Asset/Image/Previous/logon_title.jpg) no-repeat;
    width: 469px;
    height: 217px;
    text-indent: -9999px;
    margin-bottom: 0;
    padding: 0;
}
.logon h3   
{
    color: #305b86;
    font-family: Verdana, Arial, sans-serif;
    font-size: 1em;
    margin: 0;
    padding: 0 0 0 15px;
}
#logon_intro    
{
    display: inline;
    width: 230px;
    float: left;
    margin-left: 20px;
    font-size: 12px;
}
#logon_form   
{
     display: inline;
    width: 186px;
    background: #fff url(/IFA/Asset/Image/Previous/bg_login_form.jpg) no-repeat;
    float: right;
    margin-right: 20px;
    margin-bottom: -3px;
}
#logon_form p, #login_form input  
{
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-top: 0;
}
#logon_form  input.button, .register  input.button   {
    background: #00a0c6;
    padding: 2px 10px;
    color: #fff;
    border: 1px solid #666;
    float: right;
    margin-right: 25px;
    letter-spacing: 2px;
    font-weight: bold;
  
}
.register  input.button	{
float: none;
margin-right: 10px;
}
a.link_button:link,  a.link_button:visited, a.link_button:hover, a.link_button  
{ 
    color: #ffffff;
    background: #00a0c6;
    padding: 2px 20px;
    font-weight: bold;
    text-decoration: none;
    letter-spacing: 2px;
    border: 1px solid #666;
}
#logon_form a.link  
{   color: #ff7f00;
    
}
.logon_fields   
{  
    font-size: .8em;
    color: #666;
    margin-left: 15px;
}
.logon_fields input 
{
    margin-top: 3px;
    margin-bottom: 2px;
}
#logon_form .passforgot 
{
    color: #000099;
    font-size: 12px;
    font-weight: bold;
    clear: both;
}
input.input_width   
{  
    width: 144px;
}

.brandname 
{
    color: #0d3368;
    font-size: 16px;
    font-weight: bold;
}
#logon_intro .tagline 
{
    color: #315489;
    font-size: 12px;
    font-weight: bold;
}
.register .ifaError 	{

	color: #cc0000;
	margin-left: 8px;
	margin-bottom: 10px;
}
.register	{
	
}
/* END LOGON PAGE */

