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

body {
	background-color: #FFF3DC;
	background-image: url("images/horde-top.png"), url("images/wall-4-light.png");
	background-repeat: no-repeat, repeat;
}

a:link {color: #A39780; text-decoration: none;}
a:visited {color: #C5C6BA;}
a:hover {color: #FFFFFF; text-decoration: underline;}
a:active {color: #A39780;}

#fl {
	margin: auto;
	width: 600px;
	color: #423C22;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
}

h1 {
	background-image: linear-gradient(45deg, #A39780 , #FFF3DC 100%);
	font-size: 20pt;
	padding-left: 5px;
}

h2 {
	text-align: center;
	color: #423C22;
	font-size: 16pt;
}

em {
	font-weight: 600;
}

.footer {
	margin-top: auto;
	padding-top: 10px;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	font-size: 8pt;
	text-align: center;
}

input {
    width:250px;
    height:30px;
    background-color: #FFF3DC;
    border: 5px solid;
    border-image-slice: 1;
    border-width: 5px;
	border-image-source: linear-gradient(45deg, #A39780 , #423C22 100%);
    margin-top:3px;
    font-size:0.9em;
    color: #000000;
}

#country {
    background-color: #FFF3DC;
    border: 5px solid;
    border-image-slice: 1;
    border-width: 5px;
	border-image-source: linear-gradient(45deg, #A39780 , #423C22 100%);
    color: #000000;
}

textarea{
    width:250px;
    height:100px;
    background-color: #FFF3DC;
    border: 5px solid;
    border-image-slice: 1;
    border-width: 5px;
	border-image-source: linear-gradient(45deg, #A39780 , #423C22 100%);
	margin-top:3px;
    font-size:0.9em;
    color: #000000;
}


#submit {
    width: 74px;
    height: 20px;
    background-color: #2A8384;
    border: 1px solid #2BFFFF;
    margin-top: 20px;
}

#fans {
  font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
  color: #000000;
  width: 95%;
}

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


#fans th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-image: linear-gradient(45deg, #A39780 , #FFF3DC 100%);
}