/* CSS Document */

#right ul{
  margin: 0;
  padding: 0;
  margin-top: 48px;
}

#right ul li{
  list-style: none;
  height: 31px;
  width: 251px;
  background-color: #000;
  line-height: 31px;
  padding-left: 14px;
  margin-top: 2px;
}

#right ul li a{
  text-decoration: none;
  color: #c2a138;
  font-size: 12px;
}

#inlog{
  float: left;
  width: 251px;
  height: 271px;
  border: solid 1px #322d25;
  margin-top: 25px;
  background-color: #000;
  padding-left: 14px;
}

h3{
  float: left;
  color: #ce1b2c;
  margin-top: 28px;
  font-size: 24px;
  margin-bottom: 0;
}

h4{
  float: left;
  color: #fff;
  margin-top: 28px;
  font-size: 17px;
  margin-top: 0;
  margin-bottom: 0;
}

#right p{
  float: left;
  color: #fff;
  font-size: 12px;
  height: 12px;
}

#postcode{
  float: left;
  width: 241px;
  height: 110px;
  background-color: #282828;
  margin-top: 25px;
  font-size: 12px;
  color: #FFFFFF;
}

#postcode_content{
  width: 235px;
  margin-left: 5px;
  margin-top: 30px;
}

#postcode a{
  text-decoration: none;
  font-weight: bold;
  border: 1px solid #3B3B3B;
  padding: 8px;
  color: #c2a138;  
}
	
#postcode input{ 
	background-color: #A5A5A5;
	border: none;
	color: #FFFFFF;
	font-family: arial, verdana;
	font-weight: normal;
  font-size: 12px;
}

#postcode .fake_button
{
	border: 0px solid #000;
	background-color:transparent;
	cursor: pointer;
	color: #c2a138;
}	