html,
body {
    margin-top: 10px;
    padding:0;
    color:#000;
    background: white;
font-family: arial;
font-size: 12px;
}
.taBodyH{
    margin:0px;
    padding:0;
    color:#000;
    background: white;
font-family: arial;
font-size: 12px;
}
#HelpBody{

}
#tdBgColor{
background: antiquewhite;
}
div.taLogin {
width: 393px;
height: 208px;
padding: 20px;
box-shadow: 0px 0px 7px 2px #ccc;
background: white;
border-radius: 3px;
}
div.taLogo {
margin-bottom: 20px;
}
div.taClickhere a {
padding: 6px 14px;
text-decoration: initial;
background-color: rgb(163, 197, 27);
color: white;
font-weight: bold;
border-radius: 3px;
}
div.taClickhere a:hover {
box-shadow: 0px 0px 3px 2px rgb(158, 236, 243)
}
div.taLoginHelp {
font-family: arial;
text-shadow: 1px 1px white;
font-weight: bold;
font-size: 12px;
padding-top: 3px;
padding-bottom: 3px;
}
div.taLoginHelp a {
text-decoration: none;
font-weight: normal;
}
div.taLoginHelp a:hover {
text-decoration: underline;
font-weight: normal;
}
div.taLoginCon {
margin-top: 20px;
margin-bottom: 20px;
border: 1px solid #C0DFF8;
width: 280px;
padding: 4px 11px;
border-radius: 3px;
background: aliceblue;
color: black;
}
div.taLoginCon a {
font-weight: bold;
color: red;
text-decoration: blink;
}
div.taLoginCon a:hover {
text-decoration: underline;
}
img.taImg01 {
    border: 1px solid antiquewhite;
}