/* *****************************************************
 This css file defines style settings for the login.php
 web page.
 
                     Lasse Hakkinen 2010
 ***************************************************** */

noscript h2 {
	color     : red;
	margin    : 0px auto 15px auto;
}

noscript p { font-size : 11pt; }

input.text  { width : 100px; }

#error {
	margin	   : 10px 30px 10px 30px;
	color	   : red;
	text-align : center;
}


input.button {
	width : 80px;
	height : 30px;
}