/*
 * © copyright 2009 Anzan Technologies, LLC. All rights reserved.
 *   All trademarks and service marks are the properties of their respective owners.
 *
 * login.css
 * Include styles that pertain to the sessions and users controller here.
 * Jeremy Asbill, 3/17/09
 */

#login_form, #new_user_form, #forgot_password_form,
#change_password_form, #password_changed_page
{
	padding:    35px;
	text-align: center;
}

.login_form_prompt
{
	margin:      auto;
	padding:     5px;
	padding-top: 0px;
	text-align:  left;
	width:       145px;
}

#login_form .login_form_prompt
{
	width:       145px;
}

#new_user_form .login_form_prompt
{
	width:       205px;
}

#login_submit_button
{
	margin-top: 5px;
}

#login_form #forgot_password_link, #forgot_password_form #back_to_login_link,
#change_password_form #cancel_link
{
	font-size: 12px;
	margin-top: 10px;
}

#password_changed_page #continue_link
{
	margin-top: 10px;	
}

#login_form .notice, #forgot_password_form .notice, #change_password_form .notice
{
	margin-top: 10px;
}

#new_user_form #new_user_error
{
	margin-bottom: 20px;
	text-align:    left;
	width:         75%;
}

#new_user_form #new_user_error ul
{
	padding-left: 30px;
}
