@CHARSET "UTF-8";

body, html{
  padding: 0;
  margin: 0;
  height: 100%;
  
  background: #805B25 url(../images/background_tile.jpg) repeat-x top;
  
  font-family: Tahoma;
  font-size: 12px;
}

div#shopFloat{
	padding-top: 560px;
	float: right; 
}

div#columnBackground{
  width: 1000px;
  height: 750px;
  background: url(../images/background.jpg) no-repeat center top;
  padding: 0;
  margin: 0 auto;
}

div#columnCentre{
  width: 920px;
  padding: 0;
  padding-left: 40px;
  height: 750px;
  margin: 0 auto;
}

div#body{
  padding-top:270px;	
  height: 430px;
}

div#form{
  width: 400px;
}

div#friendReview, div#formError, div#thankyou{
  color:#ffcc33;	
  font-size: 14px;
  height: 30px; 
}

div#friendReview a{
  color: #ffcc33;
  text-decoration: underline;	 
}

div#form div#formHeader{
	padding: 5px;
  margin-bottom: 5px;
}
  
div#form div.formRow{
  display: block;
  margin-bottom: 4px;
  padding-top: 4px;
}

div#form div.hr{
  border: 0;
  border-top: 1px solid #BB7070;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 1px;
  line-height: 0;
  width: 394px;
}

div#form div.formRow label{
  text-align: right;
  padding: 0;
  margin: 0;
  padding-right: 28px;

}

div#form div.formRow input, div#form div.formRow select{
	width: 255px;
}

div#form div.formRow label.autowidth{
  width: auto;
  padding: 0;
  margin: 0;
  margin-right: 15px;
}

div#form div.formRow label.autowidth input{
  width: auto;	
  padding: 0;
  margin: 0;
  margin-top:2px;
}

div#formFooter{
	padding: 5px 5px 0 5px;
  text-align: right;
}

div#footer{
  height:45px;	
}

* html div#footer{
	margin: -2px 0; 
}

#buttonSend{
  padding-left:15px;	 
}

p.highlight{
  font-weight: bold;
}

/* lightwindow styles */
