* {
margin: 0;
padding: 0;
}
body {
font-family: Verdana;
font-size: 12px;
color: #404040;
background: url(../images/header.gif) repeat-x #FFF;
}
.login-cnt {
width: 350px;
padding: 20px;
margin: 150px auto 0;
position: relative;
z-index: 1;
}
.lc-ttl {
position: absolute;
top: -50px;
left: 92px;
font-size: 14pt;
color: #FFF;
}
.lc-icon {
position: absolute;
top: -51px;
left: -28px;
}
.lc-header {
width: 100%;
height: 11px;
background: url(../images/login-container.gif) left -20px repeat-x;
}
.lch-L {
float: left;
width: 14px;
height: 11px;
background: url(../images/login-container.gif) left top no-repeat;
}
.lch-R {
float: right;
width: 14px;
height: 11px;
background: url(../images/login-container.gif) right -40px no-repeat;
}
.lc-body {
background: url(../images/lc-body.gif) top right repeat-y;
border-left: 1px solid #DFDFDF;
padding-left: 50px;
}
.lc-footer {
width: 100%;
height: 20px;
background: url(../images/login-container.gif) left -100px repeat-x;
}
.lcf-L {
float: left;
width: 17px;
height: 16px;
background: url(../images/login-container.gif) left -60px no-repeat;
}
.lcf-R {
float: right;
width: 17px;
height: 16px;
background:url(../images/login-container.gif) right -80px no-repeat;
}
.lc-body label {
display: block;
padding: 10px 0 5px;
color: #999;
}
.lc-input {
font-size: 10pt;
font-family: Verdana;
background: url(../images/lc-input.gif) repeat-x;
border: 1px solid #CCCCCC;
border-radius: 4px;
color: #555555;
padding: 3px 7px 4px;
}
.lc-btn {
padding: 20px 0 10px 93px;
}
.lc-btn input {
padding: 3px 10px 4px;
background-color: #44A5E1;
border: 1px solid #0777B9;
border-radius: 4px;
font-family: Verdana;
font-size: 8pt;
color: #FFF;
cursor: pointer;
}
.lc-btn input:hover{
background-color: #D7E8E2;
color: #4F535E;
border: 1px inset #CCCCCC;
}
.lc-error {
font-size: 8pt;
color: #FF0000;
padding: 12px 50px 10px 30px;
background: url(../images/lc-error.jpg) left center no-repeat;
}