/*
Name: Sliding Login Panel with jQuery 1.3.2
Author: Jeremie Tisseau
Author URI: http://web-kreation.com/
Script URI: http://web-kreation.com/index.php/tutorials/nice-clean-sliding-login-panel-built-with-jquery/
Date: March 26, 2009
Version: 1.0

	Copyright 2009 Jeremie Tisseau
	"Sliding Login Panel with jQuery 1.3.2" is distributed under the GNU General Public License version 3:
	http://www.gnu.org/licenses/gpl-3.0.html

*/       

html, body {border: 0; margin: 0; padding: 0;}

body {
	line-height: 130%;
	width: 100%;
	min-width: 970px;
	color: black;
	background-color: #FFFFFF;
	background-repeat: repeat;
	background-position: 0 0;
	font-family: arial, helvetica, sans-serif;
	font-size: 90%;
}

a {
	color: #666;
	text-decoration: none;
}

a:hover {
	color: #000000;
}

a img {
  border: none;/*remove border for linked images*/
}

h1 {
	font-size: 1.6em;
	height: 20px;
	padding-top: 0;
	color: #FFF;
}

h2{
	font-size: 1.2em;
	height: 5px;
	padding-top: 0px;
}

.highlight {
	background-color:#FF9D9D;
	border-bottom:#F30 1px solid;
	border-top:#F30 1px solid;
	padding: 4px 10px;
}

/***** Main Layout ****/
#container {
	width: 100%;
	height: 100%;
	background-color: #999999;
}

#content {
	width: 980px;
	margin: 0 auto;/* center the page in Firefox */
	padding: 5px;
	background-color: #999;
}

.question {
	position: absolute;
	display: inline;
	text-align: center;
	width: 174px;
	height: 78px;
	font-size: 13px;
	line-height: 1.5em;
	background: url('../images/bubble.png') left top no-repeat;
	padding: 10px 0 0 0;
	text-shadow: 0px 1px 0px #fff;
	margin-left: -7em;
	margin-top: -6em;
	opacity: 0;
}

.yes, .cancel {
	margin-top: .5em;
	margin-right: .5em;
	cursor: pointer;
	display: inline-block;
	width: 63px;
	height: 21px;
	color: #fff;
	text-shadow: 0px 1px 0px #000;
	background: url('../images/button.png') left top no-repeat;
}
.mayuscula{text-transform:uppercase;}
