/*COLORES BASE PARA LA PANTALLA DE LOGIN*/

/* Textos de Bienvenida */

#welcomemsg h2 {
	font-size: 22px;	
}

#welcomemsg p {
	color: #1D1E1F;
	font-size: 13px;	
	font-style: italic;
	
}

/* Link del Boton para la Persiana */

.panel_button a, .panel_button a:active, .panel_button a:visited {
	color: #4D4D4F;
	font-size: 17px;
}

.panel_button a:hover {
	color: #FFF;
}

/* Formularios de Login */

#contract_access label, #email_access label {
	font-size: 14px; 
}

/* Referral Program */
#referral {
	font-size: 12px;
}

#referral strong {
	font-style: italic;
	font-weight: bold;
}

#referral a{
	text-decoration: underline;	
}

#referral a:hover{
	text-decoration: none;	
}

#helponline {
	text-align: left; width: 230px; height: 202px; _display: none; position: relative; float: right; top: -200px; *top: 0;
	padding-top: 20px;
	*top: -209px;
}

#helponline h2 {
	font-size: 18px; padding-bottom: 10px;
}

#helponline h3 {
	font-size: 12px; padding-top: 10px;
}

#helponline ul li {
	font-size: 12px; padding-top: 10px;
}
 #instructions_to_login_contract {height: 35px;}
 
/*Hack for Safari en Top Panel y Live Help*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
    #toppanel { top: -92px;}
    #livehelp { top: -15px;}
    #helponline {top: -195px;}
    #content_access {top:30px; height: 350px;}
    #toppanel {top: -41px;}
    #login, #login_email { background-color: #f9f8f3; }
    #instructions_to_login_contract {height: 50px;}    
}