/* CSS Document 
Orange: #ff5200;
Light Orange: #ff9400;
Charcoal: #4D4C4D;
Grey: #857561;
Light Grey: #cabfb1;
Lightest Grey: #F0EDEB;
Hover Grey: #F5F5F5;
Alert Green: #CCFF66;
Light Edit Green: #EBFFC2;
*/

@-moz-document domain("instructables.com") {


body {
	background:#FFF none repeat-x top left !important;
	margin: 0px !important;
	
}

#header {
 background: transparent none top left no-repeat !important;
 margin-bottom: 10px !important;	
 font-size: 85% !important;
 height: 184px !important;
 position: relative !important;
}

/* links */
a {
	color: #000 !important; 
	text-decoration: none !important;
	cursor: pointer !important;
}


.button,
.button_over,
.buttonSmall,
.buttonSmall_over,
.buttonSmallBlue,
.buttonSmallBlue_over,
.buttonLarge,
.buttonLarge_over {
    font-size: 11px;
    padding:2px 10px;
    font-weight: bold;
    text-decoration:none;
    text-align: center;
    color:#000;
    cursor:pointer;
    background:#FDDEB0 url(/static/img/buttonBG.gif) repeat-x;
    border:1px solid #c2bab0; /*darker */
    white-space: nowrap;
}

}