

/* Detecting Server Settings...
------------------------------------*/

/* Environment: Live */
/* Media Server to use: http://media.ef.com */


/* Detecting Browser Settings...
------------------------------------*/

/* Country:               us
/* Language:              us
/* Web crawler?           True
/* Your browser:          generic crawler
/* Your browser version:  1
/* Your platform:  function platform(str)
{
//Use this if you are using short hand like 'windows' or 'mac'
//The more speciffic you are the more likely this will give you an accurate response
if (platform_n.indexOf(str)!=-1)
{
Response.WriteBlock(6)
Response.Write(str)
Response.WriteBlock(7)
Response.Write(platform_n)
Response.WriteBlock(8)
return true;
} else {
return false;
}
}
/* Accepts Style sheets?  False
/*
/* You can switch style sheets using the following scripts:
/* (remove spaces between < and % for asp
/* < %if(browser("IE==5")) {% > Your styles < %}% >
/* for multiple use commas, for version equal to less than or greater than use conditionals <,>,==,!=,>=,<=
/* < %if(browser("IE>5,firefox,safari<3")) {% > Your styles < %}% >
/*
/* the following variables may also be used
/* browser_n (browser name), browser_v (version), isCrawler (boolean true if a spider)
*/




/* - - - - - - - - - - - - - - - - - - - - -

Title : Custom Login CSS
Author : Matt Evans

Description : Customises global rules for the login page

Created  : December 15, 2005
Modified : January 9, 2005

- - - - - - - - - - - - - - - - - - - - - */

h2
{
    color:#fa1e04;
}

p
{
    color:#fa1e04;
    padding:0 16px;
}

h3
{
    margin-bottom:10px;
    padding:0 16px;
}

h4
{
    font-size:85%;
    font-weight:bold;
    color:#015464;
    padding:0 16px;
    margin-bottom:10px;
}


#nav
{
    display:none;
}

.maincontent_wide
{
    width:419px;
    padding:96px 54px 48px 303px;
    background:#0ba0c8 url(http://media.ef.com/_imgs/mylt/login/bg_2.jpg) bottom left;
}

input.fancy_large
{
    margin-bottom:12px;
}

*html body input.fancy_large
{
    margin-bottom:7px;
}

.loginbox
{
    background:url(http://media.ef.com/_imgs/mylt/login/login_box.png) top left no-repeat;
    width:417px;
    height:316px;
    padding:0;
}

*html body .loginbox
{
    background:url(http://media.ef.com/_imgs/mylt/login/login_box.gif) top left no-repeat;
}

.loginbox .content
{
    padding:12px;
}


#footer 
{
    margin:0;
}

.labelFP
{
    float:left;
    width:120px;
    text-align:right;
    margin-top:3px;
}

.formRow
{
    width:300px;
    float:left;
    text-align:right;
    margin-bottom:8px;
    padding-top:2px;
}

.formRow p
{
    width:144px;
    float:left;
    text-align:left;
    margin-left:3px;
    padding-left:0;
    padding-top:3px !important;
    
}

.formRow .fancy_large
{
    margin-left:none;
    margin-bottom:0;
}

#submitButton
{
    margin-left:3px;
}