/* Forms CSS */
/* This css must be referenced in files that contain forms and form buttons */
/* 1. Generic Form Elements */
/* 2. Login Form Items */
/**/
/********************************************************************/
/* Generic Form Elements */
div.button-container {
	margin: 12px 0px 0px 0px;
	text-align: right;
}
div.form-stepinfo {
	line-height: 24px;
	background-color: #E7E7E7;
	color: #999999;
	font-weight: bold;
	margin: 0 10px 24px 10px;
	padding: 0;
	text-align: center;
	border-top: solid #CCC 2px;
	border-right: solid #FFF 1px;
	border-bottom: solid #FFF 1px;
	border-left: solid #CCC 2px;
}
div.form-stepinfo a{
	text-decoration: none;
}
div.form-infotext {
	color: #333333;
	font-weight: bold;
	margin: 0px 0px 24px 0px;
	padding: 0px 0px 0px 10px;
}
div.required-field {
	color: #FF0000;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 10px;
}
/* Login Form Items*/
div.login-form {
	position: relative;
	padding: 0;
	margin: 0 10px 24px 0;
	float: left;
	width: 274px;
	font-weight: bold;
	left: 10px;
}
div.login-form a {
	font-weight: normal;
}
div.login-form input{
	padding: 0;
	margin: 5px 0px 5px 0px;
	width: 254px;
}
/**/
/********************************************************************/