/* 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/frame_300x166.gif);
	background-repeat: no-repeat;
	width: 260px;
	height: 126px;
	padding: 20px;
}
.loginFrame label {
	width: 70px;
}
.loginFrame input {
	width: 175px;
}
.loginFrame .actions {
	
	margin-bottom: 6px;
}
.loginFrame .actions input {
	font-size: 110%;
	font-weight: bold;
	width: auto;
}

