.boxWidth {
	width:500px;
}

.boxLabels {
	width:20%;
	line-height:22px;		/* Really 18-19 but this aligns better	*/
	float:left;
	font-size:110%;
}

.boxText {
	width:25%;
	float:left;
	font-size:110%;
}

.boxErrs {
	width:50%;
	line-height:22px;		/* Really 18-19 but this aligns better	*/
	float:left;
	font-style:italic;
}

.boxWrapNewlines {			/* allow newline to work like in a TTY */
	white-space:pre-line;
}

#jiraWarning {
	display:none;
	color:red;
	font-size:80%;
	font-style:italic;
	font-color:red;
	padding-bottom:1em;
}

#jiraInfoSpace {
	display:none;
	color:green;
	font-size:80%;
	font-style:italic;
	font-color:red;
	padding-top:5px;
}

input#LoginForm_username,input#LoginForm_password {
	width:114px;
}


.loginButton {
	width:18%;
	float:left;
	display: inline-block;
}

#forgot_password {
	line-height: 29px;
	margin-left: 10px;
	font-size: 11px; 
	font-style:italic; 
	text-decoration: none;	
}

