.portlet-login {
	.form {
		fieldset {
			box-shadow: 3px 3px 7px gray;
		 	margin: 90px auto;
		    border-radius: 10px;
		    height: 203px;
		    width: 652px;
		    padding: 80px;
		}

		.button-holder, .form-column {
			margin-bottom: 10px;
		}
	}

	.test {
		color:red;
	}

	.image-right{
		background: url(/egov-theme/images/login/market.png) no-repeat scroll 0 50%;
		width: 352px;
		height: 350px;
		position: relative;
		top: -320px;
		left: 340px;
	}

	.facebook-login-button {
		.button-content {
			background: url(@theme_image_path@/login/facebook_login_button.png) no-repeat scroll 0 50%;
			padding: 5px 5px 5px 30px;
		}

		.button-input {
			background: transparent none;
			border-width: 0;
			color: #FFF;
			font-family: "lucida grande", Tahoma, Verdana, Arial, sans-serif;
			padding: 0;
			text-shadow: none;
		}
	}

	.navigation {
		background: #eee;
		border-top: 1px solid #BFBFBF;
		padding: 10px;
	}

	.required{
		display: none;
	}
}