@charset "utf-8";
/* CSS Document */
*, html, body, table, th, tr, td { margin:0px; padding:0px; }

body {
	font: 62.5% Verdana, Arial, Helvetica, sans-serif;
	background-color: #2f386d;
	margin: 0 auto;
	text-align: center;
}

#wrapper {
	margin: 0 auto;
	width: 500px; height: 160px;
	text-align: justify;
}

#wrapper, table {
	font-size: 1em;
	color: #fff;
}

input, select, button { font-size: 0.9em; padding: 2px; }

h3 {
	font-size: 1em;
}

p {
	margin: 0 0 0 5px;
}

input#textcode { 
	margin-bottom: 3px;
	width: 42px; height: 17px;
	border: none !important;
	background: url(/smsweb/images_tigo/textcode.png) no-repeat;

}

input#celnum, input#nickname , input#pin {
	width: 81px; height: 17px;
	border: none !important;
	background: url(/smsweb/images_tigo/input.png) no-repeat;
}

input#remLen {
	width: 20px; height: 18px;
	border: none !important;
	color: #fff !important;
	background: url(/smsweb/images_tigo/remlen.png) no-repeat;
}

select#carea {
	width: 53px; height: 17px;
	border: none !important;
	background: url(/smsweb/images_tigo/input.png) no-repeat;	
}

textarea#message {
	width: 139px; height: 49px;
	border: none !important;
	background: #e6e6e6 url(/smsweb/images_tigo/textarea.png) no-repeat;
}

.submitEnvio {
	width: 87px;
	height: 30px;
	background: transparent url(/smsweb/images_tigo/submit_enviar.png) no-repeat center top;
	border: 0;
	overflow: hidden;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */	
}

.finalizarbutton {
	width: 100px;
	height: 28px;
	background: transparent url(/smsweb/images_tigo/submit_finalizar.png) no-repeat center top;
	border: 0;
	overflow: hidden;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */	
}

p#captcha { margin-bottom: 5px; }

#mensajesRecibidos_visual {
	margin-top: 5px;
	width: 185px; height: 75px;
	border: none !important;
	background: url(/smsweb/images_tigo/mensajesrecibidos.png) no-repeat;
	padding: 2px 2px 3px 2px;
	overflow: hidden;
	color: #000;
}


#mensajesRecibidos_visual {
	width: 185px; height: 73px;
	border: none !important;
	padding: 2px;
	overflow: hidden;
	color: #000;
}

/* desde css viejo */
.submit {
	width: 45px;
	height: 45px;
	background: transparent url(/smsweb/images/button_submit.png) no-repeat center top;
	border: 0;
	overflow: hidden;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */	
}

.submit:hover {
	background: transparent url(/smsweb/images/button_submit.png) no-repeat 0 -45px;
}


#messages {
	width: 300px;
	margin: 0 auto;
	text-align: center;
}

#submitbuttons { margin-top: 5px; }

#submitbuttons input, #submitbuttons button {
	 padding: 2px !important;
	 background-color: #eee;
	 border: 1px #a1a1a1 solid;
}


.ok { color: #00cc00; }
.errors { color: #ffcc00; }

.clear { clear: both; }

