/* CSS Document */

a { color: #330066; }
A:hover {color: #C99555; }

#smallTable {
	position: relative;
	left: 10px;
	top: 10px;
	}

#user {
	position: relative;
	left: 4px;
	top: 5px;
	}

#pass {
	position: relative;
	left: 4px;
	top: 10px;
	}

.error_text {
	color: #FF0000;
	font-weight: bold;
}
