#pageWrapper{
	background-color: #666666;
	background-image:url(../images/body.jpg);
	background-position: center center;
	background-repeat: no-repeat;
}
#link_clave {
	color: #FFFFFF;
	font-size: 11px;
	font-style: italic;
	font-weight:bold;
	font-family: Verdana, Geneva, sans-serif;
}

.label {
	color: #0091d3;
	font-size: 15px;
	font-style: italic;
	font-weight:bold;
	font-family: Verdana, Geneva, sans-serif;
}

.input {
	background-color: #4A4A4A;
	border-right-color: #0091d3;
	border-bottom-color: #0091d3;
	border-top-style: none;
	border-left-style: none;
	border-bottom-width: thin;
	border-right-width: thin;
	padding-left: 5px;
	padding-right: 5px;
}

#principal{
	position: absolute;
	left: 50%;
	top: 50%;
	width: 470px;
	height: 470px;
	margin-top: -235px;
	margin-left: -235px;
}

input[type=text],
input[type=password],
select,
textarea{
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	border-right-color: #0091d3;
	border-bottom-color: #0091d3;
	border-top-style: none;
	border-left-style: none;
	border-bottom-width: thin;
	border-right-width: thin;
	padding-left: 5px;
	padding-right: 5px;
	color: #0091d3;
	font-style: italic;
	font-family: Verdana, Geneva, sans-serif;
}

input[type=text],
input[type=password],
select{
	height: 25px;
	width: 200px;	
}