.w, .loader {
	position:absolute;
	background:#eaeaea;
	width:500px;
	border: solid #666 8px;
	z-index:100; /* FF bug */
}
.loader {
	border: solid #666 4px;
}
.loading {
	width:31px;
	height:31px;
	background-image: url(loader.gif);
	background-position: 0px 0px;	
	background-color:#000;
	border: #000 solid 0px;
}

.cross {
	width:24px;
	height:24px;
	background-image: url(cross.gif);
	background-position: 0px 0px;	
	background-color:#000;
	border: #000 solid 0px;
	cursor:pointer;
	font-size:1px;
}

.w_title, .w_body {
	padding:10px;
}

.w_title {
	font-family: Arial, Verdana,  Helvetica, sans-serif;	
  font-size:26px;
	font-weight:bold;	
	color:#fff;
	background-color:#e67817;
	border-bottom: solid #666 2px;
	text-align:center;
	cursor:move;
}

.w_field, textarea.w_field {
	border: solid #ccc 1px;
}

textarea.w_field   {
	width:99.2%;
	height:100px;
  margin-bottom:20px;
}

.w_price {
  line-height:30px;
}
.w_price input {
  float:right;
  width:30px;
  height:30px;
}

.w_btn {
  text-align:center;
  padding-top:20px;
}

.w_btn input {
  padding-top:0px;
	height:20px;
	width:150px;	
	background-color:#e67817;
	border: solid #CCC 2px;
	color:#fff;
	font-weight:bold;	
	text-transform:uppercase;	
	letter-spacing:1mm;	
}

.w_body a  {
  color:#e67817;
	text-decoration:none;  
  font-weight:bold;
}

.w_complete  {
  text-align:center;
}

.w_gname, .w_fname  {
  font-size:18px;
	font-weight:bold;	
	text-align:center;
	margin: 5px 10px 15px 10px; 
}

.w_gname, .w_fname  {
	text-align:center;
	margin-bottom: 15px; 	
}

.w_err {
	text-align:center;
	color: red;
	padding-left: 20px;
}

