/* 
    Document   : PageCSS
    Created on : October 19, 2007, 2:59 PM
    Author     : digi
    Description:
        Purpose of the stylesheet follows.
*/



Body { 
    background: url(image/Main.jpg)  no-repeat; 
    background-attachment: fixed;
    background-color: #015B1B; 
    font-size: 10pt;
    font-family: Tahoma;
    color: #FFFF99;
    line-height: 10pt;
    overflow: hidden;
    }
input[type="text"],input[type="password"],select {  
    font-size: 7.5pt;
    font-weight: bold;
    font-family: Tahoma;
    background-color: #FFFFF5;
    border: 0px;
    color: #990033;
}
input[type="Submit"],input[type="button"]{  
    font-size: 8.5pt;
    font-family: Tahoma;
}

#ScrollText{
    
    border-color:  #000564;
    color: yellow;
    font-size: 10pt;
    height: 30px;
    width: 530px;
    
}
h4 {
    line-height: 11pt;
    font-size: 9pt; 
}

a {
color: #FFFF99;
text-decoration: none; 
}
a:hover {
color: blue; 
}
#CMail{
color: blue;
}

#dynamic {
    width: 250px;
    font-size: 10pt;
    font-family: Tahoma;
    color: #FFFF99;
   
}
#dynamic1 {
   
    width: 260px;
    font-size: 10pt;
    
}
#Background
{
background: url(image/Bgdownload.JPG)  no-repeat; 
background-color: #015B1B;
width: 510px;

}

#DownLoadImg
{
      cursor: hand;   
}

#Entertext
{
font-size: 15pt;
font-family: Arial Narrow;
color: #FFFF99;
}

#text
{
margin-left: 3cm;
margin-right: 3cm;
}

#floattext{
margin-left: 16px;
font-size: 9pt;
font-family: Tahoma;
line-height: 11pt;
}

#Scrollbar
{
    scrollbar-base-color: #00000;
    scrollbar-arrow-color: #BA0053;
    scrollbar-3dlight-color: #092019;
    scrollbar-darkshadow-color: #17BA0D;
    scrollbar-face-color: #000000;
    scrollbar-highlight-color: #17BA0D;
    scrollbar-shadow-color: #17BA0D;
    scrollbar-track-color: #092019;
    width: 540px;
    height: 290px;
    text-align: left; 
    overflow: auto;
 }

#button
{
background-color: #015B1B; 
color: #FFFFFF;
}

#Validatemsg
{
font-size: 12pt;
font-family: Arial Narrow;
color: #FFFF99;
}

