html,
body {
    margin:60px;
    padding:0;
    color:#000;
    background: #F3F3F3;
font-family: arial;
font-size: 12px;
}
.taBodyH{
    margin:0px;
    padding:0;
    color:#000;
    background: white;
font-family: arial;
font-size: 12px;
}
#HelpBody{

}
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: none;
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 {
margin-top: 20px;
font-family: arial;
text-shadow: 1px 1px white;
font-weight: bold;
}
div.taLoginHelp a {
text-decoration: none;
font-weight: normal;
}
div.taLoginHelp a:hover {
text-decoration: underline;
font-weight: normal;
}
.taApps {
    margin-top: 10px;
}
.taApps img {
    width: 12%;
}
a.taAppsH:hover {
box-shadow: 0px 0px 3px 2px rgb(158, 236, 243)
}