#mainContainer {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}
a:link {
	color: #999999;
}
a:visited {
	color: #E936EE;
}
a:hover {
	color: #E04ECA;
}
a:active {
	color: #F03EEA;
}
.text_red {
	color:#FF0000;
}
.text_gray {
	color:#666666;
}
.text_darkgray {
	color:#333333;
}
.text_blue {
	color:#949494;
}
.text_lightblue {
	color:#0BA6B4;
}
.text_pink {
	color:#C80084;
}
.text_white {
	color:#FFFFFF;
}
.text {
	font-family:Arial, Helvetica, sans-serif;
}
.text_small {
	font-size:11px;
}
.text_normal {
	font-size:12px;
}
.text_large {
	font-size:14px;
}
.text_larger {
	font-size:16px;
}
.text_bold {
	font-weight:bold;
}
.no_underline {
	text-decoration:none;
}
.button_pink {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-transform:none;
	color:#FFFFFF;
	background-color:#949494;
	border:none;
}
.button_blue {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-transform:uppercase;
	color:#FFFFFF;
	background-color:#949494;
	border:none;
}

.input_blank {
	border-top:none;
	border-left:none;
	border-right:none;
	border-bottom:solid;
	border-width:1px;
	border-color:#CCCCCC;
	background-color:transparent;
}
.textfield {
	font-size:10px;
}
.textfield_large {
	font-size:11px;
}
.text_no_underline {
	text-decoration:none;
}

/* FRAME with PHOTO ------------------------------------------------------ */
#frame_photo {
	position:absolute;
	left:8px;
	top:28px;
	height:81px;
	width:67px;
	background-color:#CCCCCC;
}
#frame {
	width:84px;
	height:117px;
	background-image:url(../images/userHome_frame.gif);
	margin-left: auto;
	margin-right: auto;
	position:relative;
	z-index: 1;
}


/* LOGIN BOX ------------------------------------------------------------- */
#loginBox {
	width:164px;
	height:146px;
	background-image:url(../images/login.gif);
	margin-left: auto;
	margin-right: auto;
	position:relative;
}
.loginTextbox {
	font-size:9px;
}
.loginUsernameTextbox {
	position:absolute;
	left:55px;
	top:50px;
	height:10px;
	width:93px;
	border:none;
	background-color:#CCCCCC;
}
.loginPasswordTextbox {
	position:absolute;
	left:85px;
	top:63px;
	height:10px;
	width:63px;
	border:none;
	background-color:#CCCCCC;
}
.loginButton {
	position:absolute;
	left:65px;
	top:80px;
	padding:2px;
	width:40px;
}
.position_relative {
	position:relative;
}
.width_full {
	width:100%;
}
/* POPUPS --------------- */
#newsletter_signup_popup {
	position:absolute;
	border:solid;
	border-color:#CE0084;
	border-width:1px;
	background-color:#FFFFFF;
	filter:alpha(opacity=95);
	opacity: 0.95;
	-moz-opacity:0.95;
}
#contact_us_popup {
	position:absolute;
	border:solid;
	border-color:#CE0084;
	border-width:1px;
	background-color:#FFFFFF;
	filter:alpha(opacity=95);
	opacity: 0.95;
	-moz-opacity:0.95;
}
#recomienda_popup {
	position:absolute;
	border:solid;
	border-color:#CE0084;
	border-width:1px;
	background-color:#FFFFFF;
	filter:alpha(opacity=95);
	opacity: 0.95;
	-moz-opacity:0.95;
}
#future_mail_popup {
	position:absolute;
	left:50px;
	border:solid;
	border-color:#CE0084;
	border-width:1px;
	background-color:#FFFFFF;
	filter:alpha(opacity=95);
	opacity: 0.95;
	-moz-opacity:0.95;
	z-index: 2;
}

/* ----------------------------------- */
.no_margins {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
