body{
	margin: 0;
	font: 11px Arial, Helvetica, "Trebuchet MS", "Century Gothic", Tahoma;
	background: #242424 url(../images/fondo.gif) repeat;
}
#contenedor{
	width: 360px;
	margin: 0 auto;
}
#contenedor h1{
	font-size: 20px;
	color: #CCC;
	font-weight: normal;
	font-style: normal;
	margin-bottom: 10px;
}
#contenedor form{
	background-color: #FFF;
	margin: 0;
	padding: 25px 35px 10px 35px;
}
#contenedor form label{
	display: block;
	margin-bottom: 12px;
	color: #666666;
}
#contenedor form label .inputbox{
	border-top: 1px solid #999;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	font-size: 11px;
	padding: 2px 2px 2px 10px;
	width: 280px;
	margin-top: 7px;
}

#contenedor .accion{
	background-color: #6B6B6B;
	height: 20px;
	padding: 15px 35px;
} 
#contenedor .accion a{
	color: #FFF;
	text-decoration: none;
}
#contenedor .accion a:hover{
	text-decoration: underline;
}
#contenedor .accion a.button{
	display:block;
    float: right;
    color: #000;
	font: bold 11px Arial, Helvetica, "Trebuchet MS", "Century Gothic", Tahoma;
	padding: 2px 10px;
	border: 1px solid #BBB;
	background: #F9F9F9 url(../images/fondoBtn.png) repeat-x left bottom;
	text-decoration: none;
}
#contenedor .accion a.button:hover{
	border-color: #939393;
}
#contenedor .accion a.button:active{
    background-color: #E3E3E3;
}
.error{
	padding: 4px 8px;
	background-color: #f9ffa8;
}

