a, a:link, a:visited, a:active{
  color: #42ad3b;
}

a:hover{
  color: #000;
}

@media screen and (min-width:1600px){
.dnnFormPopup{top:5%;left:20%;}
}

@media screen and (min-width:1300px) and (max-width:1599px){
.dnnFormPopup{top:2%;left:16%;}
}

@media screen and (min-width:1110px) and (max-width:1299px){
.dnnFormPopup{top:0.5%;left:10%;}
}
@media screen and (max-width:1109px){
.dnnFormPopup{top:0.5%;left:5%;}
}
