@charset "utf-8";
/* CSS Document */

body,html {
	height: 100%;
	background-color: #D6A7D1;
	background-image: url("images/badocto_3_bg.png");
	background-repeat: repeat;
}

a:link {color: #FFFD50; text-decoration: none; font-weight: bold;}
a:visited {color: #000000; text-decoration: underline; font-weight: lighter;}
a:hover {color: #E83C03; text-decoration: none; font-weight: normal; background-color: #FFFD50;}
a:active {color: #FFFFFF; text-decoration: overline;}

#Table_01 {
	line-height: 0;
	margin: auto auto auto auto;
}

#site {
	margin: auto auto auto auto;
	width: 420px;
	height: 100%;
}

#fl {
	width: 410px;
	color: #FFFFFF;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	font-size: 12pt;
	text-shadow: 1px 2px 3px #3D003E;
	padding-left: 4px;
}

h1 {
	color: #FFE436;
	text-shadow: 2px 2px #E83C03;
	text-transform: lowercase;
	font-size: 20pt;
	border-left: 10px solid #FFE436;
	border-bottom: 2px solid #FFE436;
	padding-left: 2px;
}

h2 {
	color: #FFFFFF;
	font-size: 14pt;
	text-align: center;
}

h3 {
	font-size: 14pt;
	text-decoration: underline;
	margin-bottom: -2px;
}

#footer {
	margin: 50px auto auto auto;
	width: 410px;
	text-align: center;
	color: #FFFFFF;
	font-size: 10pt;
	text-shadow: 1px 2px 3px #3D003E;
}

#fans {
  color: #FFFFFF;
  border-collapse: collapse;
  width: 100%;
}

#fans td, #fans th {
  padding: 8px;
}

#fans tr:nth-child(even){background-color: #D6A7D1;}

#fans th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  color: #FFFFFF;
}

label {
    display:block;
    margin-top:20px;
    letter-spacing:2px;
}

input{
    width:250px;
    height:20px;
    background-color: #D6A7D1;
    border: 2px solid #3D003E;
    margin-top:3px;
    font-size:0.9em;
    color: #3D003E;
}

select {
    background-color: #D6A7D1;
    color: #3D003E;
}

textarea {
    width:250px;
    height:100px;
    background-color: #D6A7D1;
    border: 2px solid #3D003E;
    margin-top:3px;
    font-size:0.9em;
    color: #3D003E;
}


#submit {
    width:70px;
    height:35px;
    background-color: #D6A7D1;
    border: 2px solid #3D003E;
    color: #3D003E;
}

#country {
    background-color: #D6A7D1;
    border: 2px solid #3D003E;
    color: #3D003E;
}