﻿/*html{background: url("../images/loginMainBg.gif") repeat-x scroll 0 0 #002357;}
body{margin:0;padding:0;font-family:arial;font-size:12px;line-height:18px;}
#container{overflow:hidden;width:900px;margin:0 auto;position:relative;}
#loginblock{position:absolute;top:90px;left:270px;}
#loginlogo{width:135px; border-right:1px solid #355C79}
#loginbox{text-align:center;}
.logintop{background:url("../Images/loginBoxTop.png") no-repeat 0 0;clear:left;height:11px;overflow:hidden;width:370px;}
.loginmiddle{background:url("../Images/loginBoxMiddle.png") repeat-y 0 0;clear:left;overflow:hidden;width:330px;padding:20px;}
.loginbottom{background:url("../Images/loginBoxBottom.png") no-repeat 0 0;clear:left;height:12px;overflow:hidden;width:370px;}
.logintxtbox{background:url(../Images/loginTextBoxBg.gif) no-repeat 0 0;height:31px;width:220px;border:none;}
.txtbox{padding:8px;width:203px;border:none;background:none; height:15px}
.loginsubmit{background:url(../Images/loginBtn.gif) no-repeat 0 0;height:24px;width:72px;border:none;cursor:pointer;}
label{font-size:14px;color:#333;}
.forgotpwd{color:#097FBD;font-size:11px;padding:0 10px;vertical-align:text-bottom;text-decoration:none;}
.forgotpwdh{ padding:0px 5px; text-align:left; margin:0}
 #projname{position:absolute;top:8px;left:142px;line-height:normal;}
#projname a{color: #FFFFFF;font-family: arial;font-size: 25px;font-weight: bold;text-decoration:none!important;}

img{ behavior: url(../Images/iepngfix.htc) }

*/


html {
    background: url("../images/loginMainBg.gif") repeat-x scroll 0 0 #002357;
}
body {
    font-family: arial;
    font-size: 12px;
    line-height: 18px;
    margin: 0;
    padding: 0;
}
#container {
    height: 519px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    width: 900px;
}
#loginblock {
    left: 270px;
    position: absolute;
    top: 160px;
}
#loginlogo {
    text-align: center;
}
#loginbox {
    text-align: center;
}
.logintop {
    background: url("../images/loginBoxTop.png") no-repeat scroll 0 0 transparent;
    clear: left;
    height: 11px;
    overflow: hidden;
    width: 370px;
}
.loginmiddle {
    background: url("../images/loginBoxMiddle.png") repeat-y scroll 0 0 transparent;
    clear: left;
    overflow: hidden;
    padding: 20px;
    width: 330px;
}
.loginbottom {
    background: url("../images/loginBoxBottom.png") no-repeat scroll 0 0 transparent;
    clear: left;
    height: 12px;
    overflow: hidden;
    width: 370px;
}
.logintxtbox {
    background: url("../images/loginTextBoxBg.gif") no-repeat scroll 0 0 transparent;
    border: medium none;
    height: 31px;
    width: 225px;*padding-top:7px
}
.txtbox {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    height: 31px;
    padding: 0 0 0 8px;
    width: 211px;
}
.loginsubmit {
    background: url("../images/loginBtn.gif") no-repeat scroll 0 0 transparent;
    border: medium none;
    cursor: pointer;
    height: 24px;
    width: 72px;
}
label {
    color: #333333;
    font-size: 14px;
}
.forgotpwd {
    color: #097FBD;
    font-size: 11px;
    padding: 0 10px;
    text-decoration: none;
    vertical-align: text-bottom;
}
#loginlogoblock {
    left: 165px;
    position: relative;
    top: 95px;
}
#logo {
    background: url("../images/iiflLogo.gif") no-repeat scroll 0 0 transparent;
    border-right: 1px solid #355C79;
    display: inline;
    height: 43px;
    left: 20px;
    line-height: normal;
    padding-right: 15px;
    position: absolute;
    text-indent: -9999em;
    top: 15px;
    width: 140px;
    z-index: 999;
}
#logo a {
    display: block;
    height: 43px;
    width: 129px;
}
#projname {
    left: 188px;
    line-height: normal;
    position: absolute;
    top: 23px;
}
#projname a {
    color: #FFFFFF;
    font-family: arial;
    font-size: 25px;
    font-weight: bold;
    text-decoration: none !important;
}
