/* CSS Document */

body { 
  font: 92.5%/1.4 "Gill Sans", Futura, "Lucida Grande", Geneva, sans-serif;
  color: #666;
  background-color:#000000;
 }

#outer {
  background-image: url("../images/secondary_bg.jpg");
  background-repeat: no-repeat;
  height: 650px;
  width:780px;
  min-width: 780px;
  margin: 20px auto;
}

#wrapper { 
	width: 600px;
	margin: 0 auto;
	padding-top:250px;
}

#fft {
	border: 1px solid black;
	background:#FFFF99;
	padding:10px;
	margin-bottom: 20px;
}

#fft h2, p {
	margin:5px;
}

#totaltext { font-size:20px; font-weight:bold; width:200px; line-height:20px; margin-top:40px; }
#total { font-size:50px; font-weight:bold; text-align:center; }

form {
	margin: 20px 0 0 10px;
	}

form input[type='submit'] {
	margin: 10px 20px 0 0;
	float:left;
	clear:both;
}

fieldset { 	border:none;
	margin-left: 0px;
	margin-top: 10px;
 }

fieldset p {
	font-style:italic;
	font-weight:bold;
}

#message p {
	font-weight:normal;
	font-style:normal;
}

#why-email {
	font-weight:normal;
	font-style:normal;
	font-size:11px;
	margin-top:10px;
	clear:both;
}

legend {
	font-size:24px;
	font-weight:bold;
	margin: 0 0 0 0;
	}
	
#tellfriend fieldset p {
	font-weight:bold;
	font-size:15px;
}

#tellfriend label {
	float:left; width:10em;
}

#tellfriend input {
	width:200px;
}

#tellfriend input[type='submit'] {
	width:auto;
}

a img { border:none; }

.pgb { margin: 0 0 20px 10px;}

/* rounded corner box from Gran Yosler 
http://blog.yosle.com/2007/09/20/css-round-corners/
================================== */

.b1, .b2, .b3, .b4{font-size:1px; overflow:hidden; display:block;}
.b1 {height:1px; background:#888; margin:0 5px;}
.b2 {height:1px; background:#fff; border-right:2px solid #888; border-left:2px solid #888; margin:0 3px;}
.b3 {height:1px; background:#fff; border-right:1px solid #888; border-left:1px solid #888; margin:0 2px;}
.b4 {height:2px; background:#fff; border-right:1px solid #888; border-left:1px solid #888; margin:0 1px;}
.contentb {background: #fff; border-right:1px solid #888; border-left:1px solid #888; padding:10px}
.contentb div {margin-left: 5px; white-space:normal;}
