If you can't get it sorted here is a modified one for the Styles Dialog
Code:
~LWin & Z::
hot key is Lwin+Z
CoordMode, mouse,screen
WinRestore, ahk_class TStylzDialog
MouseGetPos, xposm, yposm 
WinMove, ahk_class TStylzDialog, , xposm, yposm
return