#fmsg label {
	cursor: pointer;
	color: #555;
	text-align: left !important;
	display: inline;
	
}

#fmsg fieldset {
	border: 1px solid #a1b855;
	padding: 10px;
	width: 40%;
	margin: auto;
}

#fmsg legend {
	font-size: 120%;
	color: #007fb3;
}


#fmsg input,textarea {
	border: 1px solid #bbb;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin-top: 3px;

}

#fmsg input:focus {
	border: 1px solid #888;
}

#resultados .centro {
	text-align: center !important;
}

#resultados .centro img {
	margin: 4px 0px;
	border: 0 !important;
}

#resultados .centro a {
	border: 0 !important;
}

#resultados .clear {clear: both;}

/* Sky Theme */
.sky {
	background: #FFF;
	width: 570px;
	margin: auto;
}

.sky caption {
	font: 130% Georgia, "Times New Roman", Times, serif;
	color: #a35a20;
}

.sky th,
.sky td {
	padding: 5px;
}

.sky .header {
	color: #FFF;
	background: #87b6d9;
	text-align: center;
}

.sky .dayNames th {
	color: #000 !important;
	text-align: center;
}

.sky .calendarDay {
	background: #e0effc;
	color: #2e6e9e;
	text-align: center;
}

.sky .calendarToday {
	background: #fbec88;
	color: #363636;
	text-align: center;
}

.sky .calendarNone {
	background: #fdeaea;
	color: #9e2e2e;
	text-align: center;
}

.sky .dayName {
	color: #6b7983;
}

.sky .daySpaces {
	font-size: 90%;
}

.sky .calendarBlank {
	background: none;
}

.sky tbody td:hover {
	background: #eaf4fd;
}

.sky tbody td.calendarBlank:hover {
	background: none;
}