1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253 |
- /*
- * 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%;
- }
|