﻿body {
    margin: 0px;
    background-color: #ffffff;
    background-image:url('images/new_bg.jpg');
    background-repeat: no-repeat;
}
.LeftFade {
    background-image:url('images/DC_LF.png');
    width: 64px;
    height: 45px
}
.RightFade {
    background-image:url('images/DC_RF.png');
    width: 63px;
    height: 42px
}
.Footer {
    font: 12px Century Gothic;
    color: #000000;
}
.faded
{
   filter:alpha(opacity=65); 
}  
.unfaded
{
   filter:alpha(opacity=100); 
   cursor:hand;
}

.RadCaptcha {
    width: 174px;
    background-color: #454545;
    padding-top: 2px;
    padding-bottom: 2px;
    font: 11px Century Gothic;
    color: #000000;
    
     
}

.textbox {
    border: 0px;
    background-color: #454545;
    padding-top: 2px;
    padding-bottom: 2px;
    font: 11px Century Gothic;
    color: #000000;
}

.enquiry {
    border: 0px;
    background-color: #454545;
    padding-bottom: 2px;
    font: 11px Century Gothic;
    color: #000000;
}

.Captcha {
    background-color: #ffffff;
}
.tech{color:#000000;
font:12px Arial; text-decoration:none}




