/*--------------------------------------------------\
|               |               | login.css         |
|---------------------------------------------------|
| For use with:                                     |
| Web-ERP - http://web-erp.sourceforge.net          |
| by Logic Works Ltd                                |
|---------------------------------------------------|
| Developer:                                        |
| Shane Barnaby                                     |
| BrainX                                            |
|---------------------------------------------------|
| Note:                                             |
| Changes can be made to this CSS that will be      |
| reflected on the login screen.                    |
|                                                   |
|                                                   |
\--------------------------------------------------*/


body {
	background: #e0e0e8;
	font-family: arial, verdana;
	font-size: 10px;
}

.loginText {
	font-family: arial, verdana;
	font-weight: bold;
	font-size: 12px;
}

.borderBox{
	background-color: #ffffff;
}

.middleBar{
	background-color: #ffffff;
}

.logoBackground{
	background-color: #ffffff;
}

.mainTable{
	background-color: #e0e0e8;
	height: 90%;
}

a:hover {
	text-decoration: underline;
}

input.big {
	width: 100px;
}

input.small {
	width: 50px;
}
