#login_modal {
	position: fixed;
	left: 50%;
	top: 50%;
	margin-left: -235px;
	margin-top: -125px;
	width: 470px;
	height: 250px;
	color: #fff;
	z-index: 1001;
	background: url(../images/login_bg.png) no-repeat;
	font-family: Arial;
	font-size: 12px;
}

#login_modal .title {
	color: #fff;
	font-family: Abode;
	text-align: right;
	margin: 30px 55px 0 0;
	font-size: 22px;
}
#login_modal .title em {
	color: #000;
	font-style: normal;	
}

#login_modal .content {
	position: absolute;
	width: 100%;
	top: 66px;
	left: 0;
}

#login_modal .content .row {
	line-height: 37px;
	text-align: right;
	padding-right: 60px;
}

#login_modal .content input {
	width: 165px;
	margin-left: 30px;
	margin-top: 10px;
	border: 0;
	background: transparent;
}

#login_btn {
	font-family: Abode;
	color: #fff;
	font-size: 18px;
	text-align: right;
	padding-right: 20px;
	text-decoration: none;
	background: url(../images/rightarrow.png) no-repeat right center !important;
	cursor: pointer;
}

#login_modal .controls a:hover {
	color: #000;
}

#login_modal #modal_error {
	position: absolute;
	left: 50px;
	top: 35px;
	color: #fff;
	font-weight: bold;
}

.modal_shadow {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	/* 50% opacidad */
	-khtml-opacity:.80; -moz-opacity:.80; -ms-filter:”alpha(opacity=80)”; filter:alpha(opacity=80); opacity:.80;
	z-index: 1000;
}

#login_modal .close_btn {
	position: absolute;
	top: 5px;
	right: 10px;
	cursor: pointer;
}