.rwtable table {
 margin: 10px 0px;
 background-color: #eee;
 color: #000000;
 width: 80%;
 border: 1px solid #360;
 border-collapse: collapse;
}

.rwtable td {
 border: 1px solid #360;
 padding: 6px 4px;
}
.rwtable th {
 border: 1px solid #360;
 padding: 6px 4px;
 font-weight: normal;
 /*background-color: #338B33;*/
 background: url(../images/coloumn3-bg-head.png) repeat 0 0 ;
 color:#fff;
 font-family:YanoneKaffeesatzRegular,arial;font-size:20px;
}

#signup table { 
 margin: 10px 0px;
 background-color: #eee; 
 color: #000000; 
/* width: 610px; */
 width: 100%;
 border: 1px solid #360; 
 border-collapse: collapse; 
} 

#signup td { 
 border: 1px solid #360; 
 padding: 6px 4px; 
}
.labelcell { 
 font: 12px "tahoma" , "Lucida Grande", "verdana", sans-serif;Verdana, sans-serif; 
 color: #333; 
 background-color: #eee; 
 width: 200px; 
 font-weight: bold;
} 
.titlecell { 
 font: 12px "tahoma" , "Lucida Grande", "verdana", sans-serif;Verdana, sans-serif; 
 font-weight: bold;
 color: #333; 
 background-color: #ddd; 
} 
.fieldcell { 
 background-color: #eee; 
 color: #000000; 
 text-align: left; 
 margin-right: 0px; 
 padding-right: 0px; 
} 

.smalllabelcell { 
 font: 11px "tahoma" , "Lucida Grande", "verdana", sans-serif;
 background-color: #eee; 
 color: #333; 
 width: 200px; 
 font-weight: bold;
} 
.smalllabelbold { 
 font: 11px "tahoma" , "Lucida Grande", "verdana", sans-serif;
 background-color: #eee; 
 color: #333; 
 width: 150px; 
 font-weight: bold;
} 
.smallfieldcell { 
 background-color: #eee; 
 color: #333; 
 text-align: left;  
 font: 11px "tahoma" , "Lucida Grande", "verdana", sans-serif;
 line-height: 1.6em;
}
.smallfieldbold { 
 background-color: #eee; 
 color: #333; 
 text-align: left;  
 font: 11px "tahoma" , "Lucida Grande", "verdana", sans-serif;
 line-height: 1.5em;
}
.smallfieldbold input { 
 width: 200px; 
 font: 11px "tahoma" , "Lucida Grande", "verdana", sans-serif;
 background-color: #fff; 
 color: #333; 
 border: none; 
 font-weight: bold; 
 padding-left: 3px;
}
.fieldcell input { 
 width: 200px; 
 font: 11px "tahoma" , "Lucida Grande", "verdana", sans-serif; 
 background-color: #fff; 
 color: #333; 

border: 1px solid #E0CFAB; 
 margin-right: 0px; 
} 

.smallfieldcell input { 
 font: 11px "tahoma" , "Lucida Grande", "verdana", sans-serif;
 background-color: #fff; 
 color: #333; 
	border: 1px solid #E0CFAB; 
} 

.smallfieldcell select { 
 font: 11px "tahoma" , "Lucida Grande", "verdana", sans-serif;
 background-color: #fff; 
 color: #333; 
border: 1px solid #E0CFAB; 
}
.smallfieldcell input.radio { 
 font: 11px "tahoma" , "Lucida Grande", "verdana", sans-serif;
 background-color: transparent; 
 color: #000000; 
 width: 10px;
 border: 0px none;
}
.smallfieldcell textarea { 
 font: 11px "tahoma" , "Lucida Grande", "verdana", sans-serif;
 background-color: #fff; 
 color: #333; 
 border: 1px solid #E0CFAB; 
}
.smallfieldcell blockquote {
font-size: 60%;
}
.smalllabelcell p {
	font-size: 80%;
	color: #070;
	font-weight: normal;
}
.titlecell p {
	font-size: 80%;
	color: #070;
	font-weight: normal;
}

.tnone table { border: 0px none !important; 
	width: 90%;
}

.tnone td {border: none;
}

.single {display: none; }
.dual {display: inline; }

.toporder{
  font-size: 20px;
  color: #777;
}
.toporderbold{
  font-weight: bold;
  color: #360;
  font-size: 24px;
  //border: 4px solid #9c9;
  padding: 5px;
}
.toporderdone{
  font-weight: bold;
  color: #777;
  font-size: 20px;
}
