.overlay_alphacube {
	background-color: #175ba1;
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

.alphacube_nw {
  background: transparent url(alphacube/left-top.gif) no-repeat 0 0;			
  width:10px;
  height:6px;
  overflow: hidden;
}

.alphacube_n {
  background: transparent url(alphacube/top-middle.gif) repeat-x 0 0;			
  height:6px;
  overflow: hidden;
}

.alphacube_ne {
  background: transparent url(alphacube/right-top.gif) no-repeat 0 0;			
  width:10px;	  
  height:6px;
  overflow: hidden;
}

.alphacube_w {
  background: transparent url(alphacube/frame-left.gif) repeat-y top left;			
  width:7px;
}

.alphacube_e {
  background: transparent url(alphacube/frame-right.gif) repeat-y top right;			
  width:7px;	  
}

.alphacube_sw {
  background: transparent url(alphacube/bottom-left-c.gif) no-repeat 0 0;			
  width:7px;
  height:7px;
}

.alphacube_s {
  background: transparent url(alphacube/bottom-middle.gif) repeat-x 0 0;			
  height:7px;
}

.alphacube_se, .alphacube_sizer  {
  background: transparent url(alphacube/bottom-right-c.gif) no-repeat 0 0;			
  width:7px;
  height:7px;
}

.alphacube_sizer {
	cursor:se-resize;	
}

.alphacube_close {
	width: 23px;
	height: 23px;
	background: transparent url(alphacube/button-close-focus.gif) no-repeat 0 0;			
	position:absolute;
	top:0px;
	right:11px;
	cursor:pointer;
	z-index:1000;
}

.alphacube_minimize {
	width: 23px;
	height: 23px;
	background: transparent url(alphacube/button-min-focus.gif) no-repeat 0 0;			
	position:absolute;
	top:0px;
	right:55px;
	cursor:pointer;
	z-index:1000;
}

.alphacube_maximize {
	width: 23px;
	height: 23px;
	background: transparent url(alphacube/button-max-focus.gif) no-repeat 0 0;			
	position:absolute;
	top:0px;
	right:33px;
	cursor:pointer;
	z-index:1000;
}

.alphacube_title {
	float:left;
	height:14px;
	font-size:14px;
	text-align:center;
	margin-top:2px;
	width:100%;
	color:#123456;
}

.alphacube_content {
	overflow:auto;
	color: #000;
	font-family: Tahoma, Arial, sans-serif;
  	font: 12px arial;
	background:#FFFFFF;
}

/* For alert/confirm dialog */
.alphacube_window {
	border:1px solid #F00;	
	background: #FFF;
	/*padding:20px;*/
	margin-left:auto;
	margin-right:auto;
	width:400px;
}

.alphacube_message {
    font: 12px arial;
	text-align:center;
	width:100%;
}

.alphacube_buttons {
	text-align:center;
	width:100%;
}

.alphacube_buttons input {
	width:20%;
	margin:10px;
}

.alphacube_progress {
	float:left;
	margin:auto;
	text-align:center;
	width:100%;
	height:16px;
	background: #FFF url('alert/progress.gif') no-repeat center center
}

.alphacube_wired_frame {
	background: #FFF;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;	
}

div#login{
	width:440px;
	height:200px;
	background:url(alphacube/bg_login.jpg) no-repeat;
}

div#pago_tarjeta{
	width:440px;
	overflow:hidden;
}

div#tipo_tarjeta{
	width:163px;
	height:23px;
	margin:0 auto;
	margin-bottom:20px;
}

div#american{
	width:37px;
	height:23px;
	float:left;
	background:url(alphacube/american.gif) no-repeat;
}

div#dinner{
	width:37px;
	height:23px;
	float:left;
	background:url(alphacube/dinners.jpg) no-repeat;
	margin-right:5px;
	display:inline;
}

div#master{
	width:37px;
	height:23px;
	float:left;
	background:url(alphacube/master.gif) no-repeat;
	margin-right:5px;
	display:inline;
}

div#visa{
	width:37px;
	height:23px;
	float:left;
	background:url(alphacube/visa.gif) no-repeat;
	margin-right:5px;
	display:inline;
}

.container_info{
	width:90%;
	height:22px;
	margin:5px auto;
}

.container_info_2{
	width:90%;
	overflow:hidden;
	margin:5px auto;
}

.container_s_info{
	width:90%;
	height:22px;
	*height:18px;
	margin:0 auto;
	overflow:hidden;
}

.message{
	width:90%;
	height:15px;
	overflow:hidden;
	margin:0px auto;
}

.label_info{
	width:40%;
	padding-top:2px;
	float:left;
	text-align:right;
	color: #63757F;
}

.value_info{
	width:49%;
	float:left;
}

.label_info_2{
	width:98%;
	padding-top:2px;
	float:left;
	text-align:left;
	color: #63757F;
}

.label_info_3{
	width:41%;
	padding-top:2px;
	float:left;
	text-align:right;
	color: #63757F;
}

.label_table{
	text-align:left;
	color: #63757F;
}

.value_info_2{
	width:98%;
	float:left;
}

.value_message_info{
	width:49%;
	float:left;
	text-align:left;
}

.input_info{
	font-size:12px;
	border: 1px solid #A2C1DF;
	width:200px;
	margin-left:5px;
	display:inline;
}

.input_info_2{
	font-size:12px;
	border: 1px solid #A2C1DF;
	width:365px;
	float:left;
}

.input_info_3{
	font-size:12px;
	border: 1px solid #A2C1DF;
	width:200px;
	margin-left:5px;
	display:inline;
	float:left;
}

.select_info{
	font-size:11px;
	border: 1px solid #A2C1DF;
	width:280px;
	margin-left:5px;
	display:inline;
	float:left;
}

.servicio_info{
	width:15%;
	float:left;
	padding-top:2px;
	color: #63757F;
	text-align:right;
}

.container_select_info{
	width:84%;
	float:right;
}

.input_s_info{
	font-size:12px;
	border: 1px solid #A2C1DF;
	width:100px;
	float:left;
	margin-left:5px;
	display:inline;
	background:#D5E0EB;
}

#mex_expiracion{
	font-size:12px;
	border: 1px solid #A2C1DF;
	margin-left:5px;
	display:inline;
	float:left;
}

.continue_button_es{
	width:67px;
	height:19px;
	background: url(alphacube/button_continue_es.jpg) no-repeat;
	border:none;
	margin-top:10px;
	margin-right:3px;
	display:inline;
	float:right;
}

.cancel_button_es{
	width:67px;
	height:19px;
	background: url(alphacube/button_cancel_es.jpg) no-repeat;
	border:none;
	margin-top:10px;
	margin-right:3px;
	display:inline;
	float:right;
}

.back_button_es{
	width:67px;
	height:19px;
	background: url(alphacube/button_back_es.jpg) no-repeat;
	border:none;
	margin-top:10px;
	margin-right:3px;
	display:inline;
	float:right;
}

.fin_button_es{
	width:67px;
	height:19px;
	background: url(alphacube/button_fin_es.jpg) no-repeat;
	border:none;
	margin-top:10px;
	margin-right:3px;
	display:inline;
	float:right;
}

.login_button_es{
	width:67px;
	height:19px;
	background: url(alphacube/button_login_es.jpg) no-repeat;
	border:none;
	margin-top:10px;
	margin-right:3px;
	display:inline;
	float:right;
}

/* eng*/

.continue_button_en{
	width:67px;
	height:19px;
	background: url(alphacube/button_continue_en.jpg) no-repeat;
	border:none;
	margin-top:10px;
	margin-right:3px;
	display:inline;
	float:right;
}

.cancel_button_en{
	width:67px;
	height:19px;
	background: url(alphacube/button_cancel_en.jpg) no-repeat;
	border:none;
	margin-top:10px;
	margin-right:3px;
	display:inline;
	float:right;
}

.back_button_en{
	width:67px;
	height:19px;
	background: url(alphacube/button_back_en.jpg) no-repeat;
	border:none;
	margin-top:10px;
	margin-right:3px;
	display:inline;
	float:right;
}

.fin_button_en{
	width:67px;
	height:19px;
	background: url(alphacube/button_fin_en.jpg) no-repeat;
	border:none;
	margin-top:10px;
	margin-right:3px;
	display:inline;
	float:right;
}

.login_button_en{
	width:67px;
	height:19px;
	background: url(alphacube/button_login_en.jpg) no-repeat;
	border:none;
	margin-top:10px;
	margin-right:3px;
	display:inline;
	float:right;
}

/* * * */

.textarea_info{
	font-size:11px;
	border: 1px solid #A2C1DF;
	width:365px;
	height:60px;
	text-align:left;
}

.input_idioma{
	font-size:12px;
	border: 1px solid #A2C1DF;
	width:150px;
	float:left;
}

.opcion_idioma{
	height:19px;
	border: 1px solid #A2C1DF;
	float:left;
}

.footer_info{
	float:left;
	width:200px;
	font-size:10px;
	color: #63757F;
	text-align:left;	
	margin-top:12px;
}

