﻿DIV.loginPanel {position: relative;  width: 544px; height: 480px; background-image: url('Images/LoginBack.png'); margin: 100px auto;}
DIV.loginPanel DIV.loginPanelLeft {float: left; width: 226px; height: 100%; padding: 0; background: url('Images/LoginSplittor.png') right no-repeat;}
DIV.loginPanel DIV.loginPanelRight {float: left; width: 288px; height: 100%; padding: 135px 15px;}

DIV.loginPanel DIV.loginPanelLeft IMG {position: relative;  top: 45%; height: 65px; margin: -20px 0}
DIV.loginPanel DIV.loginPanelRight TABLE {width: 100%;}

DIV.loginPanelRight INPUT[type="text"],
DIV.loginPanelRight INPUT[type="password"] {width: 100%;}

P.poweredBy {position: absolute; left: 1%; bottom: 1%; color: Gray; font-size: xx-small;}
P.welcomeText {color: Gray; font-size: x-small;}