/* make IE6 play nice with the checkbox */
* html form.marker .checks input { margin-left: 1px; }
* html form.marker .checks label { margin-left: 20px; height: 1em; }

form input[type="checkbox"], form input[type="hidden"] { 
/* 	Keeps Mozilla browsers (and others) from making the RADIO and CHECKBOXES too wide and/or tall.*/
	width: auto; 
	height: 0.8em; 
	border: 0;
}

body.markerform {  background: #127F2B url(http://www.rottenneighbor.com/templates/yget/css/images/marker_tile.jpg) bottom left fixed repeat-x!important;}
body.markerform form.marker { margin: 0 0 1em; padding: 20px; }
body.markerform form.marker label { 
	width: 125px; 
	margin-right: 10px;
	float: left;
	text-align: right;
	padding-top: 0.2em;
	font-size: 8pt;
}

body.markerform form.marker fieldset {
  width: 400px;
  border: none;
  margin: 10px 0;
  background: url(http://www.rottenneighbor.com/templates/yget/css/images/form_tile.jpg) repeat-y;
}

body.markerform p.markheader {
  padding: 10px 0 0 10px;
  color: #D00F16; font-size: 1.5em;
  height: 40px;
  font-weight: bold;
  background: url(http://www.rottenneighbor.com/templates/yget/css/images/form_top.jpg) top left no-repeat;
}
body.markerform form.marker input.text, body.markerform form.marker textarea { margin-left: 130px; width: 200px; border: 1px solid #999!important;}
body.markerform p.links { margin-left: 50px; width: 350px;}
body.markerform form.marker textarea { width: 200px;}
body.markerform p.clear { padding: 1px 0; background: url(http://www.rottenneighbor.com/templates/yget/css/images/form_footer.jpg) no-repeat;}
body.markerform p.submit {  margin-left: 130px;}

/* -------------------------------------- global form */
p.submit input {
  cursor: hand;
  cursor: pointer;
  border: none;
  height: 32px;
}

input.save {  background: url(http://www.rottenneighbor.com/templates/yget/images/save.gif) no-repeat;   width: 60px;}
input.delete {  background: url(http://www.rottenneighbor.com/templates/yget/images/delete.gif) no-repeat; width: 73px;}