a:link {
    color: white;
	
	text-decoration: none;
}

a:visited {
    color: white;
	
	text-decoration: none;
}

a:hover {
    color: white;
	
	text-decoration: underline;
}

a:active {
    color: white;
	
	text-decoration: none;
}

.error {

    border-radius: 3px;

    color: #FFF;

    text-shadow: #AC4131 1px 1px;

    background: #e66c6c;

    height: 24px;

    width: 870px;

    margin: 0 auto 6px auto;

    padding: 9px 0 0 10px;

}



input.login-field {

    border-radius: 3px;

    border: 1px #36A83A;

    background: #fff;

    height: 16px;

    width: 124px;

    padding: 6px;

margin: 0 0 0 10px;

}



input#login {	

	border-radius: 3px;

    border: 1px #8c8c8c;

    background: #e9e9e9;

    height: 30px;

    width: 76px;

    padding: 6px;

    margin: 0 0 0 10px;

    cursor: pointer;

    border-bottom: 2px solid #1b1b1b;

    border-color: #cdcdcd;

    border-width: 0 1px 4px 1px;

    font-size: 12px;

    font-weight: bold;

    text-transform: uppercase;

}



input#login:hover {

	border-radius: 3px;

    border: 1px #8c8c8c;

    background: #e4e4e4;

    height: 30px;

    width: 76px;

    padding: 6px;

    margin: 0 0 0 10px;

    cursor: pointer;

    border-bottom: 2px solid #1b1b1b;

    border-color: #cdcdcd;

    border-width: 0 1px 4px 1px;

    font-size: 11.5px;

    font-weight: bold;

    text-transform: uppercase;

}