/* -----------------------------------*/
/* ---- GLOBAL <<<-----------*/
/* -----------------------------------*/
 
html, body {
border:0;
margin:0px 0px 0px 0px;
padding:0;
}
 
body {
font:100%/1.25 "Lucida Grande", Arial, Helvetica;
color:#696969;
font-size:14px;
background:url(IMG/bgimage.jpg) top repeat-x;
}
 
/***** Common Formatting *****/
 
h1, h2, h3, h4, h5, h6 {
margin:0;
padding:0;
font-weight:normal;
}
 
h1 {
font:20px bold "Lucida Grande", Arial;
color:#000;
}
 
h2 {
letter-spacing:1px;
font:18px bold "Lucida Grande", Arial;
color:#858585;
}
 
h3 {
font:14px "Lucida Grande", Arial;
color:#000;
font-weight:bold;
}
 
p, ul, ol {
margin:0;
padding:0 0 18px 0;
}
 
ul, ol {
list-style:none;
padding:0 0 18px 40px;
}
 
blockquote {
margin:22px 40px;
padding:0;
}
 
small {
font-size:0.85em;
}
 
img {
border:0;
}
 
sup {
position:relative;
bottom:0.3em;
vertical-align:baseline;
}
 
sub {
position:relative;
bottom:-0.2em;
vertical-align:baseline;
}
 
acronym, abbr {
cursor:help;
letter-spacing:1px;
border-bottom:1px dashed;
}
 
/***** Links *****/
 
a, a:visited {
text-decoration:none;
color:#FFFFFF;
}
a:hover{
color:#323537;
}
a:active
{
outline: none;
}
a:focus
{
-moz-outline-style: none;
}
.preload{
display:none;
}
 
/***** Forms *****/
 
form {
margin:0;
padding:0;
display:inline;
}
 
input, select, textarea {
font:1em arial, helvetica, sans-serif;
}
 
textarea {
line-height:1.25;
}
 
label {
cursor:pointer;
}
 
/***** Tables *****/
 
table {
border:0;
margin:0 0 18px 0;
padding:0;
}
 
  table tr td {
  padding:2px;
  }
 
/***** Wrapper *****/
 
#wrap {
width:960px;
margin:0 auto;
}
 
/***** Global Classes *****/
 
.clear         { clear:both; }
 
.float-left    { float:left; }
.float-right   { float:right; }
 
.text-left     { text-align:left; }
.text-right    { text-align:right; }
.text-center   { text-align:center; }
.text-justify  { text-align:justify; }
 
.bold          { font-weight:bold; }
.italic        { font-style:italic; }
.underline     { border-bottom:1px solid; }
.highlight     { background:#ffc; }
 
.wrap          { width:960px;margin:0 auto; }
 
.img-left      { float:left;margin:4px 10px 4px 0; }
.img-right     { float:right;margin:4px 0 4px 10px; }
 
.nopadding     { padding:0; }
.noindent      { margin-left:0;padding-left:0; }
.nobullet      { list-style:none;list-style-image:none; }

/* -----------------------------------*/
/* ---- END GLOBAL <<<-------*/
/* -----------------------------------*/
.login{
width:208px;
height:220px;
margin-top:67px;
margin-left:33px;
float:left;
text-align:center;
}
* html .login{
width:208px;
height:220px;
margin-top:70px;
margin-left:17px;
float:left;
text-align:center;
}
.about{
margin-left:30px;
margin-right:30px;
}
.b_cont{
clear:inherit;
margin-top:-140px;
}
.bottom{
width:800px;
margin-left:auto;
margin-right:auto;
}
.footer{
width:800px;
margin-left:auto;
margin-right:auto;
clear:both;
padding:30px 0 10px 60px;
font-size:12px;
}
/* -----------------------------------*/
/* ---- Form Style <<<-------*/
/* -----------------------------------*/
.textbox{
background:url(IMG/textbox.jpg) no-repeat;
width:179px;
height:27px;
border:none;
padding:6px 0px 0 10px;
font-weight:bolder;
color:#333333;
letter-spacing:1px;
}
.textbox:focus{
background:url(IMG/textboxS.jpg) no-repeat;
}
.submit{
width:103px;
height:39px;
background:url(IMG/b_login.jpg);
border:none;
}
.submit:active{
background:url(IMG/b_loginA.jpg);
}
/* -----------------------------------*/
/* ---- About Box <<<-------*/
/* -----------------------------------*/
.leftAbout{
width:400px;
float:left;
}
.rightAbout{
width:400px;
float:right;
}
.topAbout{
padding:30px 40px 15px 40px;
font: 12px "Lucida Grande";
color:#000000;
}
.topAbout img{
float:left;
border:none;
margin-right:10px;
}
.LMabout{
padding-left:145px; 
}
/* -----------------------------------*/
/* ---- PopUp <<<-------*/
/* -----------------------------------*/
#overlay{ 
    background-image: url(IMG/overlay.png);
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 90;
    width: 100%;
    height: 100%;
}
* html #overlay{
    background-color: #333;
    background-color: transparent;
    background-image: url(IMG/blank.gif);
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
        src="IMG/overlay.png", sizingMethod="scale");
}

#box{
    background:#FFFFFF;
	margin: 0;
	padding: 0;
    /*border:8px solid #666;*/
	overflow:visible;
	margin-top:-3em;
}

#box #close{
    position:absolute;
    top:-8px;
    right:-8px;
    cursor:pointer;
}

* html #box #close{
    position:absolute;
    top:2px;
    right:2px;
    cursor:pointer;
}

#box #boxContents {
	margin-top:5px;
	padding:15px;
}
