@charset "utf-8";
body {

}

#pagina {
	width: 860px;
	margin-right: auto;
	margin-left: auto;
}
#topo {
	float: left;
	height: 150px;
	width: 860px;
}
#banner {
	float: left;
	height: 150px;
	width: 860px;
}

#meio {
	float: left;
	width: 860px;
	color: #FFFFFF;
	font-size: 14px;
}
#centrocima {
	-webkit-border-radius:10px;
	background-image: url(outros/%5Blarge%5D%5BAnimePaper%5Dwallpapers_Card-Captor-Sakura_2H-Dragon_15087.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 245px;
	width: 600px;
	padding-top: 5px;
	background-attachment: scroll;
	padding-bottom: 5px;
	margin-left: 10px;
	margin-right: 10px;
	text-align: center;
	margin-bottom: 10px;
}
#imagem1 {
	height: 240px;
	float: left;
	width: 180px;
	margin-right: 5px;
	margin-left: 10px;
}
#imagem2 {
	height: 240px;
	float: left;
	width: 180px;
	margin-right: 5px;
	margin-left: 5px;
}
fieldset {
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#imagem3 {
	height: 240px;
	float: left;
	width: 180px;
	margin-right: 10px;
	margin-left: 5px;
}


#centro {
	float: left;
	width: 610px;
	background-color: #999999;
	padding: 5px;
}
#direita {
	width: 240px;
	float: left;
}
#logar {
	width: 235px;
	float: left;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center center;
	height: 144px;
	padding-left: 2px;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: center;
	color: #FFFFFF;
	font-size: 18px;
	font-style: oblique;
	font-weight: bold;
	padding-right: 3px;
	background-color: #000000;
}
#propaganda {
	float: left;
	width: 240px;
	text-align: center;
}
#nav {
	float: left;
	width: 860px;
	text-decoration: none;
}
#nav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
}
#nav li {
	display: inline;
	text-decoration: none;
}
#nav a {
	-webkit-border-radius:2px;
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	background-repeat: no-repeat;
	text-align: center;
	display: inline-block;
	border: 1px none #FF0000;
	float: left;
	width: 115px;
	padding-top: 3px;
	padding-left: 3px;
	background-image: url(button/button01.png);
	background-position: center center;
}
#nav a:hover {
	font-family: "Courier New", Courier, monospace;
	color: #000000;
	background-image: url(button/button02.png);
	text-decoration: none;
}
#imagens {
	-webkit-border-radius:10px;

}



#rodape {
	height: 150px;
	width: 860px;
	float: left;
	background-image: url(principal/rodape.png);
	font-size: 24px;
	font-style: oblique;
	font-weight: bold;
	color: #990099;
}





#recado dd {
	margin: 0px;
	float: left;
	width: 200px;
	padding-top: 7px;
	padding-bottom: 8px;
}
#recado dt {
	float: left;
	width: 200px;
	text-align: right;
	margin: 0px;
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 8px;
}
.campos {
	width: 180px;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-o-border-radius:4px;
	border-radius:4px;
}
legend {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
}
fieldset {
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	-o-border-radius:8px;
	border-radius:8px;
	margin-top: 20px;
	margin-bottom: 20px;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;

}


/* SpryFormValidation.css - Revision: Spry Preview Release 1.4 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */


/* These are the classes applied on the error messages
 * which prevent them from being displayed by default.
 */ 
.textfieldRequiredMsg, 
.textfieldInvalidFormatMsg, 
.textfieldMinValueMsg,
.textfieldMaxValueMsg,
.textfieldMinCharsMsg,
.textfieldMaxCharsMsg,
.textfieldValidMsg {
	display: none;
}

/* These selectors change the way messages look when the widget is in one of the error states.
 * These classes set a default red border and color for the error text.
 * The state class (e.g. .textfieldRequiredState) is applied on the top-level container for the widget,
 * and this way only the specific error message can be shown by setting the display property to "inline".
 */
.textfieldRequiredState .textfieldRequiredMsg, 
.textfieldInvalidFormatState .textfieldInvalidFormatMsg, 
.textfieldMinValueState .textfieldMinValueMsg,
.textfieldMaxValueState .textfieldMaxValueMsg,
.textfieldMinCharsState .textfieldMinCharsMsg,
.textfieldMaxCharsState .textfieldMaxCharsMsg
{
	display: inline;
	color: #CC3333;
	border: 1px solid #CC3333;
}

/* When the widget has received focus, the INPUT has a yellow background applied on it. */
.textfieldFocusState input, input.textfieldFocusState {
	background-color: #FFFFCC;
}

/* This class applies only for a short period of time and changes the way the text in the textbox looks like.
 * It applies only when the widget has character masking enabled and the user tries to type in an invalid character.
 */
.textfieldFlashText input, input.textfieldFlashText{
	color: red !important;
}


/* When the widget is in an invalid state the INPUT has a red background applied on it. */
input.textfieldRequiredState, .textfieldRequiredState input, 
input.textfieldInvalidFormatState, .textfieldInvalidFormatState input, 
input.textfieldMinValueState, .textfieldMinValueState input, 
input.textfieldMaxValueState, .textfieldMaxValueState input, 
input.textfieldMinCharsState, .textfieldMinCharsState input, 
input.textfieldMaxCharsState, .textfieldMaxCharsState input {
	background-color: #FF9F9F;
}




/* The next three group selectors control the way the core element (INPUT) looks like when the widget is in one of the states: * focus, required / invalid / minValue / maxValue / minChars / maxChars , valid 
 * There are two selectors for each state, to cover the two main usecases for the widget:
 * - the widget id is placed on the top level container for the INPUT
 * - the widget id is placed on the INPUT element itself (there are no error messages)
 */
 
 /* When the widget is in the valid state the INPUT has a green background applied on it. */
.textfieldValidState input, input.textfieldValidState {
	background-color: #B8F5B1;
}








ul#slide{
	list-style-type:none;
	margin: 0px;
	padding:0px;
	top:0px;
	left:0px;
	text-align: center;
		
	}
	
	ul#slide li img {
	padding:0px;
	border: 0px;
	text-align: center;
	}
img.bgmaximage {
position:fixed !important;

}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:active {
	color: #000000;
	text-decoration: none;
}
