/* Form Manager - The Form Assembly 3.0 - 
 * Login Page Stylesheet (default theme)
 * Copyright (c) 2006-2007 Veer West LLC 
 * Jan. 2007
 */ 
.loginFrame {
	background-image: url(../images/fondo.png);
	background-repeat: no-repeat;
	width: 586px;
	height: 45px;
	padding: 20px;

}
.loginFrame label {
	width: 70px;
}
.loginFrame input {
	width: 345px;
}
.loginFrame .actions {
	
	margin-bottom: 6px;
}
.loginFrame .actions input {
	font-size: 110%;
	font-weight: bold;
	width: auto;
}
.swHilight{
	font-weight: bold;
	color: #ff0000;
}

