body {
   text-align: center;
   padding: 0px;   
   overflow-y: auto;
}

.windowbox {
   text-align: center;
   width: 400px;
   margin-top: 7%;
   
   /* shadow in msie */
   filter: progid:DXImageTransform.Microsoft.Shadow(color="#777777", Direction=135, Strength=5);      
}

.windowbox .body {
   text-align: center;
}

.windowbox .body img {
   margin: 5px;  
}

/* form customizations */

.error {
   padding-bottom: 5px;   
}

table.form tr.formelement td {
   margin-bottom: 4px;   
}

table.form td.textelement input, table.form td.passwordelement input {
   width: 250px;
	background-color: #F0F0F0;
	border: 1px solid #929292;   
}

table.form td.label {
   font-weight: bold;  
   width: 90px;
}

table.form input.submitelement {
   width: 80px;
   background-color: #F0F0F0;   
}

table.form input.submitelement:hover {
   background-color: #eee;
}           

table.form input.textelement:focus, table.form input.passwordelement:focus {
   background-color: #eee;   
}

table.form td.submitelement {
   text-align: center;      
   padding-top: 10px;   
}

div.logo {
   margin: auto;
}

ul.help {
   width: 190px;
   text-align: left;  
   margin: 5px auto 10px auto;
}

h3.helpheader {
   border-bottom: 1px dashed #929292;
   width: 240px;
   margin: 5px auto 10px auto;
}
   

