/*
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

	The CSS, XHTML and design is released under Creative Common License 3.0:
	http://creativecommons.org/licenses/by-sa/3.0/

*/ 

/***** clearfix *****/
.clear {clear: both;height: 0;line-height: 0;}
.formNormal fieldset {
	border: thin solid #414141;
}
.clearfix:after {content: " ";font-size: 0;display: block;height: 0;clear: both;visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */





#panel {
	color: black;
}

#panel h1 {
	font-size: 1.3em;
	padding: 5px 0 10px;
	margin: 0;
	color: white;
}

#panel h2{
	font-size: 1.1em;
	padding: 10px 0 5px;
	margin: 0;
	color: white;
}

#panel p {
	margin: 5px 0;
	padding: 0;
}

#panel a {
	text-decoration: none;
	color: #15ADFF;
}

#panel a:hover {
	color: white;
}

#panel .content {
	text-align: left;
	font-size: 0.85em;
	background-image: url(../imagenes/fondo.jpg);
	background-repeat: repeat;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	float: left;
	padding: 0 15px;
}


#panel .content form {
	margin: 0 0 10px 0;
}

#panel .content label {
	float: left;
	padding-top: 8px;
	clear: both;
	width: 280px;
	display: block;
}

#panel .content input.field {
	border: 1px #1A1A1A solid;
	background: #414141;
	margin-right: 5px;
	margin-top: 4px;
	width: 200px;
	color: white;
	height: 16px;
}

#panel .content input:focus.field {
	background: #545454;
}

/* BUTTONS */
/* Login and Register buttons */
#panel .content input.bt_register {
	display: block;
	float: left;
	clear: left;
	height: 24px;
	text-align: center;
	cursor: pointer;
	border: none;
	font-weight: bold;
	margin: 10px 0;
}


#panel .content input.bt_register {
	width: 94px;
	color: white;
	background: transparent url(../imagenes/imagesLogon/bt_register.png) no-repeat 0 0;
}
.formNormal{
	font-size: 0.8em;
	background-color: #FFD9B2;
	
}.formNormal input , .formNormal select,.formNormal textarea, #xEditingArea{
	background-color: #3FC;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.formNormal xEditingArea , fck, fck1, fck2, fck3{
	background-color: #3Fc;
}
.formNormal #co_recetaPresentacion {
	background-color: #3fc;
	height: 100px;
	width: 400px;
}

.formNormal #general ,.formNormal #preparacion,.formNormal #imagenes {
	background-image: url(../imagenes/fondo.jpg);
	padding-left: 0.5em;
}

