* {
	padding: 0;
	margin: 0;
	font-family: "trebuchet ms",trebuchet,verdana,arial,helvetica,sans-serif;
}
html {
	height: 100%;
}
body {
	/*text-align: center; #212121;*/
	background-color: #541A19;
	height: 100%;
	width:  100%;
}
.new_button_flat {
	background-color:#ffffff;
	position:relative;
	border:0px;
	top:0px;
	left:90px;
	height:21px;
	width:90px;
	padding-bottom:5px;
	font-weight:bold;
	font-size: 14px;
}

.login_button {
	cursor:pointer;
	position:relative;
	background-color:transparent;
	border:0px;
	height:32px;
	width:90px;
	padding-bottom:2px;
	font-family:tahoma;
	font-size:12px;
	background-image:url(images/login.gif);
	background-repeat: no-repeat;
	/*login.png*/
}

.loader_button {
	cursor:pointer;
	position:relative;
	background-color:transparent;
	border:0px;	
	padding-bottom:2px;	
	
	/*
	font-family:tahoma;
	font-size:12px;
	height:32px;
	width:90px;
	background-image:url(images/login.gif);
	background-repeat: no-repeat;
	login.png*/
}

.new_button {
	background-color:;
	border:0px;
	height:21px;
	width:90px;
	padding-bottom:2px;
	font-family:arial;
	font-size:12px;
	background-image:url(images/bouton.png);
	background-repeat: no-repeat;
}

.new_button_large {
        background-color:;
        border:0px;
        height:21px;
        width:90px;
        padding-bottom:2px;
        font-family:arial;
        font-size:12px;
        background-image:url(images/boutton_large.png);
        background-repeat: no-repeat;
}

.cute_button_large {
        background-color:transparent;
        border:0px;
        height:32px;
        width:170px;
        padding-bottom:2px;
        font-family:tahoma;
        font-size:11px;
		font-weight:bold;
        background-image:url(images/btn-long.png);
        background-repeat: no-repeat;
}


.new_button:hover {
		cursor:pointer;
        background-image:url(images/boutton_over.png);
        color:#dddddd;
}

.new_button_large:hover {
        background-image:url(images/bouton_large_over.png);
        color:#dddddd;
}

.labels {
	width:70px;
	color:#747474;
	font-size: 15px;
	font-weight:bold;
}

.login_body {
	width: 379px;
	height: 100%;
	margin: 0 auto;
	position: relative;
}

#me_box {
	position: absolute;
	top: -15px;
	width: 285px;
	text-align: center;
	font-size: 14px;
}
#message {
	list-style-type: none;
	color: #F00;
}

#message li {
	color: red;
	font-weight: bold;
}

#message_box {
	list-style-type: none;
	color: #090;
}

#message_box li {
	color: #080;
	font-weight: bold;
}

.login_form {
	width: 379px;
	height: 243px;
	position: relative;
	top: 160px;
	left:10px;
}

.activity {
}

.usertext {
	border: 1px solid #000;
	background-color: #ffffff;
	color: #541A19;
	width: 150px;
	height: 20px;
	font-size: 15px;
	position: relative;
	padding: 0 5px;
	border:1px solid #a9a9a9;
	font-weight:bold
}
.derechalogin {
	background-image:url(images/login-left.jpg);
	background-repeat: no-repeat; 
	background-position: center bottom;
	/*style="background-image: url(&quot;images/login-left.jpg&quot;); background-repeat: no-repeat; background-position: center bottom;"*/
}
.izquierdalogin {
	background-image: url(images/login-right.jpg);
	background-repeat: no-repeat; 
	background-position: center bottom;
}
.centrologin {
	background-image: url(images/login-center.jpg);
	background-repeat: no-repeat; 
	background-position: center bottom;
}
.logologin {
	cursor:pointer;
	position:absolute;
	top:0px;
	background-color:;
	height:75px;
	width:285px;
	background-image:url(images/login-bgtop-trans.png);
	background-repeat: no-repeat;
	background-position: top center
}
.RememberUser {
	color:#747474; 
	font-size:13px; 
	padding-left:25px
}
.urllogin {
	color:#747474; 
	font-size:10px;
}