/*
uamLoginForm.css

The file for the login form style.
Modify this file to change the style of the login form.
*/

.uam_login_link {

}

.uam_login_form {
	position:relative;
}

.uam_login_form .input {
	display:block;
	margin-bottom:10px;
	
}

.uam_login_form .input_label {
	display:block;
}

.uam_login_form .checkbox {
	margin: 3px 3px 3px 4px;
}

.uam_login_form .checkbox_label {
	left:20px;
	position:absolute;
}

.uam_login_form .button {
	display:block;
	margin: 5px 0;
}

.uam_login_options {
	margin: 5px 0;
}

.uam_login_options a {

}