body {
	background-color: #D8D8D8;
}

#body {

}

#body h1, #body h2 {
	margin-left: -10000px;
}

#body h1 img, #body h2 img {
	margin-left: 10000px;
}

p {
	margin: 10px 0;
	line-height: 150%;
}

#flash_error {
	border: solid red 2px;
	text-align: center;
	padding: 20px;
	color: red;
	margin: 10px 0;
	font-weight: bold;
}

#flash_notice {
	border: solid green 2px;
	text-align: center;
	padding: 20px;
	color: green;
	margin: 10px 0;
	font-weight: bold;
}

.fieldWithErrors input{
  border: solid red 1px;
}

#errorExplanation {
  margin-top: 10px;
 }

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  font-size: 12px;
 color: #c00;
}

#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: square;
}

.hidden_div {
	display: none;
}

.useful_table td, .useful_table th {
	padding: 2px 5px;
	font-size: 12px;
	text-align: left;
}

.shaded td {
	background-color: #eee;
}

#admin_menu {
	border: solid 2px #f69338;
	padding: 5px 10px;
	margin-top: 10px;
}

.wide_text {
	width: 600px;
	height: 300px;
	margin-bottom: 10px;
}

.wide_text_box {
	width: 600px;
	margin-bottom: 10px;
}

.larger_label {
	font-size: 12px;
}


.panel_wrapper {
	border: solid #ccc 1px;
	background-color: #eee;
	padding: 5px 10px;
	margin: 0 50px;
}

.panel_wrapper th {
	font-weight: 400;
	text-align: right;
}

.login_panel {
	float: left;
	width: 45%;
	margin-left: 2.5%;
	border-right: solid #ccc 1px;
}

.account_panel {
	float: left;
	width: 45%;
	margin-left: 2.5%;

}

input.panel {
	width: 200px;
	margin-bottom: 5px;
}

input.jd_error {
	border: solid #c00 1px;
}

.error { color: #c00; }

.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */

a.button {
	padding: 5px;
	text-decoration: none;
	font-weight: bold;
}

#pushpin {
	position: absolute;
	left: 50%;
	top: -30px;
	z-index: 90005;
}

#pinholder {
	color:white;
}

.overhead_editor {
	border: solid #999 1px;
	position: absolute;
	padding: 10px;
	background-color: white;
	-moz-box-shadow: 5px 5px 10px #666;
	-webkit-box-shadow: 5px 5px 10px #666;
	box-shadow: 5px 5px 10px #666;
}

#main {
	position: relative;
	padding-bottom: 300px;
}

.edit_tag {
	background-color: #FFF;
	border: solid 2px #FE6;
	font-weight: bold;
	padding: 4px 8px;
	position: absolute;
	z-index: 10;
}

.rounded_button {
	padding: 2px 8px;
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-color: #666;
	color: white;
}

.rounded_button:hover {
	background-color: #333;
}

.rounded_button a {
	color: white;
	text-decoration: none;
}

.product_wrapper {
	background-color: #e4e4e4;
	margin-bottom: 10px;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	border-radius: 5px;
	overflow: auto;
	padding: 0 10px 10px 10px;
	width: 500px;
}

.product_wrapper p {
	margin: 0;
}

h3 a {
	color: #666;
}

.field_note {
	font-size: 10px;
	font-style: oblique;
	color: #666;
}

.fix_errors .fieldWithErrors {
	display: inline;
}

.rounded {
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.tab, .tab2 {
	width: 65px; 
	margin-right: 10px;
}