/* * DON'T REMOVE THE FOLLOWING LICENSE * INFORMATION! * ---------------------------------- * Copyright by * Global Cube Business Solutions * Author: Dennis Ritz * info@global-cube.de * 2007-2008 * ---------------------------------- */ #logon { position:relative; top:20%; text-align:left; margin:auto; width:640px; height:300px; background: transparent; border:0px dashed #FF0000; } #logon .title { font-size: 30pt; font-style:italic; font-weight:bold; padding:3px; background:url("img/MISAuth/horizontalDivider.png") no-repeat; background-position:bottom; } #logon .content { position:relative; left:200px; width:430px; padding:5px; } #logon form { } #logon table { width:100%; height:100%; border-collapse:collapse; } #logon td { width:50%; } #logon input { width: 90%; }