
PK 
/*
Project Name: jpmater77's Login System
Project URI: http://www.ivannovak.com/
Project Origin: http://www.evolt.org/node/60384
Description: This file provides the title and classes used throughout LS2v2.1
Version: 1.0
Author: Ivan Novak
This is just a basic layout, with only the bare minimum defined.
Please tweak this and make it your own. :)
*/
/* `Containers
----------------------------------------------------------------------------------------------------*/
body{
background-color: #E4E4E4;
margin: 0px;
padding: 0px;
}
.container_12,
.container_16 {
width: 960px;
text-align: left;
background-color: #FFFBF0;
padding: 10px;
margin-top: 0;
margin-right: auto;
margin-bottom: 0;
margin-left: auto;
}
/*for all tables*/
table{
border:1px solid #C0DCC0;
}
table td{
padding:3px;
border: 1px solid #C0DCC0;
}
table tr:hover {background-color:#FF0}
.textinput{
width: 75px;
margin: 0 10px;
float: left;
}
/*====Generic====*/
.right{float: right;}
.left{float: left;}
.clear{clear: both;}
.title{font-weight: bold;}
/*= Found on all display pages =*/
#main{ }
/*= Found on Main.php =*/
#login{ }
#footer{ }
/*= Found on register.php =*/
#register{ }
/*= Found on useredit.php =*/
#userupdate{ }
/*= Found on valid.php =*/
#email{ }
/*= Found on mail.php =*/
#compose{ }
#inbox{ }
#single{ }
/*= Found on admin.php =*/
#display{ }
.update{ }


PK 99