body
{
    font-family: sans-serif,verdana,arial;
    font-size: 12pt; 
	  color:black;
	  background-image:url('../images/bg_login.jpg');
	  background-position:right top;
    background-attachment:fixed;
	  -moz-background-size: cover; /* firefox/seamonkey [geckos] */
    -webkit-background-size: cover; /* safari, chrome/iron [webkits] */
    -o-background-size: cover; /* opera 9 */
    -ms-background-size: cover; /* internet explorer ab version 9 */
    background-size:cover; /* css definition (ab firefox 4, opera 10) */
    overflow-x:hidden;
    overflow-y:hidden;
    margin:0px;
    padding:0px;
}

.login_image
{
    position:absolute; 
    left:0px; 
    width:32px; 
    height:32px; 
    padding:10px; 
    background:#06235C;
}

.login_image_selected
{
    position:absolute; 
    left:0px; 
    width:32px; 
    height:32px; 
    padding:10px; 
    background:#07A1FA;
}

.login_image img, .login_image_selected img
{
    width:32px;
}

.login_input input
{
    margin-left:60px;
    width:300px;
    height:36px;
    border:2px solid #06235C;
    background:#06235C;
    padding:6px 10px;
    font-family: sans-serif,verdana,arial;
    font-size: 20pt; 
	  color:white;
}